<?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 Re: GUI with python in MotionBuilder Forum</title>
    <link>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/6555450#M3718</link>
    <description>&lt;P&gt;There's a bunch of sample Menu UI code in the &lt;A href="https://github.com/CountZer0/PipelineConstructionSet/blob/master/python/moBu/core/sysGlobalMenu.py" target="_self"&gt;PipelineConstructionSet&lt;/A&gt; as well.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2016 16:38:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-11T16:38:54Z</dc:date>
    <item>
      <title>GUI with python</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4588147#M3714</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I was wondering if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;there is any&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;way to make a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GUI&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with Python&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;motionbuilder&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by that I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mean&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;create windows&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;buttons, labels,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;etc.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;..&lt;img id="catvery-happy" class="emoticon emoticon-catvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_cat-very-happy.png" alt="Cat Very Happy" title="Cat Very Happy" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2013 03:14:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4588147#M3714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T03:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: GUI with python</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4588211#M3715</link>
      <description>&lt;P&gt;Yes, there is. You can check out Python section in the SDK documentation here:&amp;nbsp;&lt;A target="_blank" href="http://download.autodesk.com/us/motionbuilder/sdk-documentation/index.html"&gt;http://download.autodesk.com/us/motionbuilder/sdk-documentation/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are tons of examples in the UI section that show how to create complicated GUI screens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:04:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4588211#M3715</guid>
      <dc:creator>techvd</dc:creator>
      <dc:date>2013-11-04T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: GUI with python</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4723523#M3716</link>
      <description>You can use QT Designer and PySide and make super-beautiful ones too. Though quite a bit more complicated, for sure.</description>
      <pubDate>Wed, 01 Jan 2014 07:42:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4723523#M3716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-01T07:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: GUI with python</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4926562#M3717</link>
      <description>&lt;P&gt;PySide applies to 2014; in earlier versions, it is perhaps possible, but with issues. I really suggest that You looked into sample scripts available in PY documentation of MoBu. It is fair to say that without some wrapper classes, writing Your own GUI is rather annoying, complicated; I spent significant time wrapping everything into much easier to use classes, which allow me to design tools much faster - unless You design many toolboxes like I do, perhaps copypaste from samples may be Your best friend.&lt;BR /&gt;&lt;BR /&gt;In v2015, I noticed they say they added PyGL, so that we might use openGL, too.&lt;BR /&gt;&lt;BR /&gt;Also, look at fbmenumanager in samples - easiest menu is actually the popup menu that is generally shown after a right mouse button click in MoBu, so if You need just trivial Select Option choice, this is Your best friend potentially &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stepan&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:47:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/4926562#M3717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-01T16:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: GUI with python</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/6555450#M3718</link>
      <description>&lt;P&gt;There's a bunch of sample Menu UI code in the &lt;A href="https://github.com/CountZer0/PipelineConstructionSet/blob/master/python/moBu/core/sysGlobalMenu.py" target="_self"&gt;PipelineConstructionSet&lt;/A&gt; as well.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2016 16:38:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/gui-with-python/m-p/6555450#M3718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-11T16:38:54Z</dc:date>
    </item>
  </channel>
</rss>

