Auto Keyframe Mode

free scripts, plugins, models, textures
User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Auto Keyframe Mode

Post by clintonman »

trueBlue wrote: 01 Feb 2018, 13:53
clintonman wrote: 01 Feb 2018, 06:18 You should make a video of it.
I am not setup with a screen capture recorder on Win10, still trying to get my head straight with the new :? OS.
I think I still have the old screen capture recorder from BetaSpace, but I am not sure if it is compatible with Win10.
What OS do you use?
What screen capture recorder do you use?
Can NOT wait to try your Automatic Keyframing Mode. :D
This year I just started using OBS for screen capture running on win10. It creates mp4 files that I upload to youtube.
https://obsproject.com/
Clinton Reese

http://clintons3d.com
User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Auto Keyframe Mode

Post by clintonman »

trueBlue wrote: 01 Feb 2018, 14:01
clintonman wrote: 01 Feb 2018, 03:36 It does make me think that a button on the animation toolbar might be a better place to control autokey than in the preferences panel.
:idea: I included the RsAnimPlugin.rsx in the Unofficial Update. There is no Prototype installed though.
RsAninmPlugin.PNG
I also included the Prototype for the AnimationBar in the Unofficial Update.
AnimBar.PNG

Code: Select all

WindowsManager.CloseToolbar("AnimationBar");
WindowsManager.OpenToolbarFromPrototype("AnimationBar", 25, 25, 25, 25);
WindowsManager.Activate();
WindowsManager.UpdateWindowsStructure();
That's interesting, I forgot about the RsAnimPlugin.rsx toolbar and procedural clip node.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Auto Keyframe Mode

Post by trueBlue »

clintonman wrote: 01 Feb 2018, 15:36 This year I just started using OBS for screen capture running on win10. It creates mp4 files that I upload to youtube.
https://obsproject.com/
Thanks for the link. I will check it out.
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Auto Keyframe Mode

Post by trueBlue »

Is this still valid in Autokey.RsObj

Code: Select all

Activity.Run("Scripts/CustomCommands/KeyInterp/[b]copyDefaultInterp[/b]");
I do not see copyDefaultInterp in the KeyInterp.RsObj
User avatar
clintonman
Captain
Posts: 5428
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Auto Keyframe Mode

Post by clintonman »

trueBlue wrote: 14 Oct 2019, 22:27 Is this still valid in Autokey.RsObj

Code: Select all

Activity.Run("Scripts/CustomCommands/KeyInterp/[b]copyDefaultInterp[/b]");
I do not see copyDefaultInterp in the KeyInterp.RsObj
I don't see it either, so it's either not valid or there's a bug caused by a missing command node.
Clinton Reese

http://clintons3d.com
Post Reply