<?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: create runtime command to open up graph editor with keyboard in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982417#M9868</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also got an error when I executed the command.&amp;nbsp; I am sending a screen shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&amp;nbsp; I may be doing something wrong.&lt;/P&gt;</description>
    <pubDate>Sat, 05 May 2018 19:45:39 GMT</pubDate>
    <dc:creator>stevenfila7</dc:creator>
    <dc:date>2018-05-05T19:45:39Z</dc:date>
    <item>
      <title>create runtime command to open up graph editor with keyboard</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982344#M9865</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Good day all,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Can someone please provide a runtime command mel script to save in the hotkey editor that when you press the "p" key on the keyboard the graph editor automatically opens up on your screen?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Please provide screen shots, sorry I am new to this?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Steve&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 18:00:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982344#M9865</guid>
      <dc:creator>stevenfila7</dc:creator>
      <dc:date>2018-05-05T18:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: create runtime command to open up graph editor with keyboard</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982382#M9866</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this should get you started:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;import maya.cmds as mc;
mc.GraphEditor();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general you can enable 'echo all commands' within the scripteditor and and see what commands Maya is executing the&amp;nbsp;background.&lt;/P&gt;&lt;P&gt;The Mel version is even simpler:&lt;/P&gt;&lt;PRE&gt;GraphEditor;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 18:58:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982382#M9866</guid>
      <dc:creator>pavelR.</dc:creator>
      <dc:date>2018-05-05T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: create runtime command to open up graph editor with keyboard</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982412#M9867</link>
      <description>&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the Mel version and I could not get it to work.&amp;nbsp; Please provide screen shots of steps in order so I can execute it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;much thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 19:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982412#M9867</guid>
      <dc:creator>stevenfila7</dc:creator>
      <dc:date>2018-05-05T19:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: create runtime command to open up graph editor with keyboard</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982417#M9868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also got an error when I executed the command.&amp;nbsp; I am sending a screen shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&amp;nbsp; I may be doing something wrong.&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 19:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982417#M9868</guid>
      <dc:creator>stevenfila7</dc:creator>
      <dc:date>2018-05-05T19:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: create runtime command to open up graph editor with keyboard</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982450#M9869</link>
      <description>&lt;P&gt;as the error message implies, you can't use spaces in your runtime-command names.&lt;/P&gt;&lt;P&gt;use something like 'openGraphEditor' or 'doSomething' as name and &lt;STRONG&gt;not&lt;/STRONG&gt; 'opens graph editor'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and there is also not much to 'screenshot'.. speaking of.. if you use jpeg and maybe lower the quality you can have a smaller image in the 600kb range rather than posting a 8MB png.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also you used &lt;STRONG&gt;python&lt;/STRONG&gt; code in your runtime command and left the language as &lt;STRONG&gt;MEL&lt;/STRONG&gt;.&lt;BR /&gt;either use the MEL version or use the python version and also set the runtime command to python.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;a good start would be to also look at the documentation:&amp;nbsp;&lt;A href="http://help.autodesk.com/view/MAYAUL/2018/ENU/" target="_blank"&gt;http://help.autodesk.com/view/MAYAUL/2018/ENU/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 20:22:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/create-runtime-command-to-open-up-graph-editor-with-keyboard/m-p/7982450#M9869</guid>
      <dc:creator>pavelR.</dc:creator>
      <dc:date>2018-05-05T20:22:59Z</dc:date>
    </item>
  </channel>
</rss>

