<?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: Recording Live Keyframes Using recordattr maya 2019 in Maya Animation and Rigging Forum</title>
    <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888039#M12645</link>
    <description>&lt;P&gt;I apologize. I accidentally launched the wrong version of Maya. Yes, I can see now it is inop in 2019. Let me dig a bit further.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 13:52:06 GMT</pubDate>
    <dc:creator>syracoj</dc:creator>
    <dc:date>2019-07-03T13:52:06Z</dc:date>
    <item>
      <title>Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8886143#M12641</link>
      <description>&lt;P&gt;Hello, I am having a hell of a time trying to get any recordattr script to work in Maya 2019 for the recording of live keyframes. There is a great script&amp;nbsp;&lt;A href="https://www.highend3d.com/maya/script/record-attributes-ui-for-maya" target="_blank" rel="noopener"&gt;https://www.highend3d.com/maya/script/record-attributes-ui-for-maya&lt;/A&gt;&amp;nbsp;that works perfectly fine in maya 2018 but not 2019. Any suggestions on how to get the script to work in the new version or another way to achieve the same results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Think this would be useful to a lot of people, the script is amazing if it can work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Noah&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 18:38:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8886143#M12641</guid>
      <dc:creator>noah1211football</dc:creator>
      <dc:date>2019-07-02T18:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8887742#M12642</link>
      <description>&lt;P&gt;we unfortunately do not debug other community based scripts that may be on other websites (such as highend)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but, we can offer assistance in the use of one of our commands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The recordAttr is a command that can be run on a selected object. How it operates is it creates as many record nodes on the object as there are attributes specified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so if you have a sphere selected and you run in the script editor:&lt;/P&gt;
&lt;P&gt;recordAttr -at "translateX" -at "translateY" -at "translateZ";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then 3 record nodes will have been connected upstream from the pSphere1 (transform) node (from each channel: translate X, Y, Z, the record nodes target). You will see these record nodes stacked in the channel box as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From here, you can invoke the move tool (since we are dealing with translation) and press the Interactive Play button which can be found in the "FX" shelf. It's the last button on the shelf. It looks like a Play triangle with Bubbling circles behind it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you press this to play, you can move that sphere around with the engaged move tool and it will record that movement for the span of play that is captured. Once it finishes it will create fcurves and keyframes that recorded the movement of the object.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:06:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8887742#M12642</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2019-07-03T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888010#M12643</link>
      <description>I tried this technique and it did not work. I'm thinking recordAttr might&lt;BR /&gt;have been changed or something for Maya 2019&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:39:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888010#M12643</guid>
      <dc:creator>noah1211football</dc:creator>
      <dc:date>2019-07-03T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888022#M12644</link>
      <description>&lt;P&gt;should work. I performed the very same actions in a 2019 update build I described above as I wrote back to you and it worked.&lt;/P&gt;
&lt;P&gt;What Viewport are you in? Are you in a DX11 viewport? Or is everything vanilla Maya.&lt;/P&gt;
&lt;P&gt;Have you turned off Evaluation Manager in the Maya preferences?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maya Preferences: Settings &amp;gt; Animation category. Evaluation mode should be set to Parallel.&lt;/P&gt;
&lt;P&gt;Do you have auto keyframe on?&lt;/P&gt;
&lt;P&gt;Anything returned to you in the script editor when you try?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you do a screen recording and show me what is occurring on your end?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:44:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888022#M12644</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2019-07-03T13:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888039#M12645</link>
      <description>&lt;P&gt;I apologize. I accidentally launched the wrong version of Maya. Yes, I can see now it is inop in 2019. Let me dig a bit further.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:52:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888039#M12645</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2019-07-03T13:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888043#M12646</link>
      <description>&lt;P&gt;I am using viewport 2.0 Evaluation mode is set to parallel. When I run the script I get nothing back. I tried the technique in the attached video with and without autokey frame on and still couldn't get it to work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; perhaps the video will clear things up&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:53:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888043#M12646</guid>
      <dc:creator>noah1211football</dc:creator>
      <dc:date>2019-07-03T13:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888101#M12647</link>
      <description>&lt;P&gt;noah1211football,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked our defect backlog and can see that it is an issue the Maya development team is aware of. Unfortunately it is still going to be a problem and as far as I can tell there isn't an evident workaround. In the meantime though I will try to stress for a quicker fix and will ask a few around here if they know of any potential workaround.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:09:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888101#M12647</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2019-07-03T14:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888104#M12648</link>
      <description>&lt;P&gt;Okay, thanks for looking. This is a super useful feature so I hope it is able to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:10:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/8888104#M12648</guid>
      <dc:creator>noah1211football</dc:creator>
      <dc:date>2019-07-03T14:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/9933973#M12649</link>
      <description>&lt;P&gt;Are there any updates for a solution to this?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 23:34:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/9933973#M12649</guid>
      <dc:creator>spacedmann</dc:creator>
      <dc:date>2020-12-11T23:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/9939661#M12650</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is fixed since Maya 2020.2 .&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:49:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/9939661#M12650</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2020-12-14T20:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/13318989#M12651</link>
      <description>&lt;P&gt;Is there any reason why the recordAttr doesnt work the same way for rotation?&amp;nbsp;&lt;BR /&gt;Im trying the following mel:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;recordAttr -at "tx" -at "ty" -at "tz" -at "rx" -at "ry" -at "rz";&lt;/LI-CODE&gt;&lt;P&gt;Im trying to run an Interactive Playback to record some animation. The position keyframes work perfectly, but nothing gets stored on the rotation keyframes.&lt;BR /&gt;The "record" node gets create for all the attributes, but keyframes are only recorded on the Translaxe X, Y and Z, none on the rotation.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 08:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/13318989#M12651</guid>
      <dc:creator>Yoel_PL</dc:creator>
      <dc:date>2025-02-14T08:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14014734#M25486</link>
      <description>&lt;P&gt;very interesting that our esteemed company reps here only mention translates then call it a day.&lt;BR /&gt;if you notice looking closely at the connections that recordAttr creates on any node with rotations, the wires are purple..meaning no numeric values are being sent thru&lt;BR /&gt;&lt;BR /&gt;ran multiple tests and everything except rotations will allow the setting of keyframes&lt;BR /&gt;&lt;BR /&gt;manual movement works for translate and any user added attributes, rotate remains unkeyed.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I even tried grabbing one of the other nodes and connecting it, wire turned purple&lt;BR /&gt;Can we at least get a reason for this? Give me some advanced math jargon to help me finally give up&amp;nbsp; on this.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 02:33:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14014734#M25486</guid>
      <dc:creator>cliuzzi9SLEJ</dc:creator>
      <dc:date>2026-02-12T02:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14015657#M25488</link>
      <description>&lt;P&gt;I went back to 2018 version of Maya and can see that rotation attributes do not get captured there either. I have reached out to dev asking if there is support for it. I would imagine there should be since rotation is an attribute. Will see what they say after they take a peek at the code. I tried scale and that seems to get captured.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 16:17:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14015657#M25488</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2026-02-12T16:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14015668#M25489</link>
      <description>&lt;P&gt;It has either never been implemented for rotation (seems unlikely IMO) or there is a long standing defect here. Waiting on a response from dev.&lt;BR /&gt;Regarding the purple wires... I believe the purple wires do not mean there is no values being passed through but rather there is an auxiliary node that is hidden between the connection. In the case of a rotation it should be a unit conversion node. To see this go to the node editor and in the Display menu drop down check on 'Unit Conversion Nodes' Select the transform node and re-Load input and output connections and you should then see the purple wire go away and the unit conversion node between the connection.&lt;BR /&gt;&lt;BR /&gt;With rotation the unit conversions are there and are connected to the record nodes but the fcurve nodes holding rotation are not created. This may be the bug.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;More to follow later.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 16:21:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14015668#M25489</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2026-02-12T16:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Live Keyframes Using recordattr maya 2019</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14015888#M25490</link>
      <description>&lt;P&gt;I've created defect ticket&amp;nbsp;MAYA-142403 on your behalf to track/log this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 18:49:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/recording-live-keyframes-using-recordattr-maya-2019/m-p/14015888#M25490</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2026-02-12T18:49:12Z</dc:date>
    </item>
  </channel>
</rss>

