<?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: Vred - API - how to set animation frame? in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12472766#M789</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1273567"&gt;@Christian_Garimberti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must be doing something wrong because nothing works that I try.&lt;/P&gt;&lt;P&gt;I'm in vred Pro 2023.2 atm.&lt;/P&gt;&lt;P&gt;Are these functions only limited to vred 2024+?&lt;/P&gt;&lt;P&gt;Running&lt;/P&gt;&lt;LI-CODE lang="general"&gt;playCAnimation("c", 40,40)&lt;/LI-CODE&gt;&lt;P&gt;Does not move my slider anywhere on the frame time range, it's stuck where it is as is. I can't preview animation at specificx frame.&lt;/P&gt;&lt;P&gt;Any hints?&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>Tue, 02 Jan 2024 18:58:12 GMT</pubDate>
    <dc:creator>Bob.Bon2000</dc:creator>
    <dc:date>2024-01-02T18:58:12Z</dc:date>
    <item>
      <title>Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12459421#M783</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to set the animation frame to a specific one, how can this be done in vred python?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2023 15:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12459421#M783</guid>
      <dc:creator>Bob.Bon2000</dc:creator>
      <dc:date>2023-12-23T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12462339#M784</link>
      <description>&lt;P&gt;Hi, what do you mean?&lt;/P&gt;
&lt;P&gt;are you playing a clip and want to set the play to a specific frame?&lt;/P&gt;
&lt;P&gt;You can use playCAnimation(name, startFrame, endFrame)&lt;/P&gt;
&lt;P&gt;Or something other?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 08:58:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12462339#M784</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2023-12-26T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12463933#M785</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Were building pipeline for vred and we want to ensure that vred always render specific frame for specific shots so that wrong data don't render.&lt;/P&gt;&lt;P&gt;Our project system manages render size/output/frame/etc/etc.&lt;/P&gt;&lt;P&gt;How can we do it via python?&lt;/P&gt;&lt;P&gt;Think of this&lt;/P&gt;&lt;P&gt;frame 0-10 wheels positions&lt;/P&gt;&lt;P&gt;Frame 10-100 accessory positions&lt;/P&gt;&lt;P&gt;Frame 100-500 etc etc&lt;/P&gt;&lt;P&gt;Our artist just say, render me wheel at x/y config, thus frame 4/7. etc&lt;/P&gt;&lt;P&gt;Thus need manual frame config via python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another reason for us to have it is that if artist is configuring shot, he would "preview" config XX and that would run setFrame(XX) + set bunch of other settings in scene so he can work from that. So its needed for both rendering creative work.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 12:31:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12463933#M785</guid>
      <dc:creator>Bob.Bon2000</dc:creator>
      <dc:date>2023-12-27T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12464316#M786</link>
      <description>&lt;P&gt;Hi, with playCAnimation("myclip", 4, 4) (same start and end frame) you can preview a specific frame in the renderwindow&lt;/P&gt;
&lt;P&gt;An then you can start the render to render that specific frame.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to render more than one frame you can use&lt;/P&gt;
&lt;P&gt;vrRenderSettings.setRenderStartFrame(4)&lt;/P&gt;
&lt;P&gt;vrRenderSettings.setRenderStopFrame(7)&lt;/P&gt;
&lt;P&gt;set the rendernimation with&lt;/P&gt;
&lt;P&gt;vrRenderSettings.setRenderAnimation(True)&lt;/P&gt;
&lt;P&gt;vrRenderSettings.setRenderAnimationClip("myclip")&lt;/P&gt;
&lt;P&gt;setting also all the parameter yo need with the&amp;nbsp;vrRenderSettings module&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 16:46:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12464316#M786</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2023-12-27T16:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12464799#M787</link>
      <description>Hello&lt;BR /&gt;Interesting thank you! Will check it out.&lt;BR /&gt;Will this also work under Design version of vred/node/core/etc?&lt;BR /&gt;I've seen some "This function only works in Pro" which causes some worries...&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 27 Dec 2023 22:26:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12464799#M787</guid>
      <dc:creator>Bob.Bon2000</dc:creator>
      <dc:date>2023-12-27T22:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12465347#M788</link>
      <description>&lt;P&gt;Hi, palyCAnimation works on all platforms.&lt;/P&gt;
&lt;P&gt;all the vrRendersettings too.&lt;/P&gt;
&lt;P&gt;What does not works in the Design Version are the api to start the rendering, like&amp;nbsp;startRenderToFile(alwaysOverride), where in fact, in the help, you find "&lt;SPAN&gt;This command is only available in VRED Professional&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Render node is a passive node so you cannot use it directly like the Pro, Design, Core.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 08:40:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12465347#M788</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2023-12-28T08:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12472766#M789</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1273567"&gt;@Christian_Garimberti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must be doing something wrong because nothing works that I try.&lt;/P&gt;&lt;P&gt;I'm in vred Pro 2023.2 atm.&lt;/P&gt;&lt;P&gt;Are these functions only limited to vred 2024+?&lt;/P&gt;&lt;P&gt;Running&lt;/P&gt;&lt;LI-CODE lang="general"&gt;playCAnimation("c", 40,40)&lt;/LI-CODE&gt;&lt;P&gt;Does not move my slider anywhere on the frame time range, it's stuck where it is as is. I can't preview animation at specificx frame.&lt;/P&gt;&lt;P&gt;Any hints?&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>Tue, 02 Jan 2024 18:58:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12472766#M789</guid>
      <dc:creator>Bob.Bon2000</dc:creator>
      <dc:date>2024-01-02T18:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12473610#M790</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2429969"&gt;@Bob.Bon2000&lt;/a&gt;&amp;nbsp;, i tried in Vred 2023.4 and it works.&lt;/P&gt;
&lt;P&gt;For what i remember playCAnimation exists from time, so i suppose the 2023.2 should works the same.&lt;/P&gt;
&lt;P&gt;Note then the Clip Maker panel and the timeline doesn't update... only the render window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 07:44:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12473610#M790</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2024-01-03T07:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12475135#M791</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1273567"&gt;@Christian_Garimberti&lt;/a&gt;&amp;nbsp;Will it change frame here &amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BobBon2000_0-1704313999643.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1309999iC10DBE41DA0E8249/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BobBon2000_0-1704313999643.png" alt="BobBon2000_0-1704313999643.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;to specified frame in that command?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just saw your video... we don't have clip, we have fbx with animation import.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 20:34:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12475135#M791</guid>
      <dc:creator>Bob.Bon2000</dc:creator>
      <dc:date>2024-01-03T20:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vred - API - how to set animation frame?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12476089#M792</link>
      <description>&lt;P&gt;Hi, like written in the help. it should works on Clips and animation blocks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;playCAnimation(name, startFrame, endFrame)&lt;BR /&gt;Plays an animation block or animation clip from start to end via name. This function returns immediatly.&lt;/P&gt;
&lt;P&gt;Parameters:&lt;BR /&gt;name (string) - name of the animation object&lt;BR /&gt;startFrame (float) - the optional start of the play range&lt;BR /&gt;endFrame (float) - the optional end of the pay range&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Imported Fbx have only curves, so at least you have to create block, but i advice to put them also on a clip.&lt;/P&gt;
&lt;P&gt;There is a video that shows how to do that.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://youtu.be/3KWo1qYZfJw?si=4ItVWtPNhGh944oN" target="_blank"&gt;https://youtu.be/3KWo1qYZfJw?si=4ItVWtPNhGh944oN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:36:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/vred-api-how-to-set-animation-frame/m-p/12476089#M792</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2024-01-04T09:36:13Z</dc:date>
    </item>
  </channel>
</rss>

