Page 3 of 3

Re: Auto Keyframe Mode

Posted: 01 Feb 2018, 15:36
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/

Re: Auto Keyframe Mode

Posted: 01 Feb 2018, 15:43
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.

Re: Auto Keyframe Mode

Posted: 02 Feb 2018, 01:56
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.

Re: Auto Keyframe Mode

Posted: 14 Oct 2019, 22:27
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

Re: Auto Keyframe Mode

Posted: 14 Oct 2019, 23:22
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.