<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Does anyone know how to query if the hypershade property editor is open? in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12238442#M799</link>
    <description>&lt;P&gt;I'd like to query if the hypershade property editor is open.&lt;/P&gt;&lt;P&gt;deleteUI LookdevPropertyPanel; works to close it, but I can't figure out what the name of that window is to query if it exists. I've tried&lt;/P&gt;&lt;P&gt;lsUI -windows;&lt;/P&gt;&lt;P&gt;lsUI -panels;&lt;/P&gt;&lt;P&gt;lsUI -editors&lt;/P&gt;&lt;P&gt;lsUI -controls -controlLayouts;&lt;/P&gt;&lt;P&gt;And can't seem to find the name of it.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 18:41:54 GMT</pubDate>
    <dc:creator>malcolm_341</dc:creator>
    <dc:date>2023-09-13T18:41:54Z</dc:date>
    <item>
      <title>Does anyone know how to query if the hypershade property editor is open?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12238442#M799</link>
      <description>&lt;P&gt;I'd like to query if the hypershade property editor is open.&lt;/P&gt;&lt;P&gt;deleteUI LookdevPropertyPanel; works to close it, but I can't figure out what the name of that window is to query if it exists. I've tried&lt;/P&gt;&lt;P&gt;lsUI -windows;&lt;/P&gt;&lt;P&gt;lsUI -panels;&lt;/P&gt;&lt;P&gt;lsUI -editors&lt;/P&gt;&lt;P&gt;lsUI -controls -controlLayouts;&lt;/P&gt;&lt;P&gt;And can't seem to find the name of it.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 18:41:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12238442#M799</guid>
      <dc:creator>malcolm_341</dc:creator>
      <dc:date>2023-09-13T18:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to query if the hypershade property editor is open?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12241059#M800</link>
      <description>&lt;P&gt;It appears to be a control, I'm not sure why it didn't come up using lsUI -controls. Either way here is how to find it.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;if (`control -exists LookdevPropertyPanel`)
{
    print "Yes\n";
}
else
{
    print "No\n";
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the command to open it is HypershadeOpenPropertyEditorWindow;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 17:39:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12241059#M800</guid>
      <dc:creator>malcolm_341</dc:creator>
      <dc:date>2023-09-14T17:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to query if the hypershade property editor is open?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12244276#M801</link>
      <description>&lt;P&gt;Thanks for the tip.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 21:00:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/does-anyone-know-how-to-query-if-the-hypershade-property-editor/m-p/12244276#M801</guid>
      <dc:creator>dgeeQYWSW</dc:creator>
      <dc:date>2023-09-15T21:00:01Z</dc:date>
    </item>
  </channel>
</rss>

