[Plugin] Smoothstep Animation
-
Been looking forward to this Will give it a test tomorrow. Thank you Whaat
-
very good!
thank you , Whaat. -
Whaat,
Thanks mate, that works great, I may now try GSU animation again, as I stopped using it for the exact reason you felt the need to create this great plugin.
-
Thanks a lot, Whaat. I've just made simple test, pretty well smooth transitions.
MALAISE -
thank you so much!!
this has been much needed in SU.
Many,Many Thanks
Matt
-
What is the file format of images exported?
-
Either Jpeg or PNG..
-
Whaat,
Thank you so very much,
Ben
-
How do you set all scene delays to 0.0 seconds?
-
jcdb,
Go to Model Info, under window, and then Animation, scene delay.
-
Thanks for a great script.
Would it be possible to add an attribute to all the existing scenes in the model that they are "keyframes" and then add scenes for every frame in the animation with an attibute that they are "inbetweens" and add scene transition times according to your smoothstep script.
The script should then be able to delete all the "inbetweens" if you want to change the animation but leave the "keyframes" intact.
I believe this would make it work with external renderers.
What do you think, is it doable? -
-
@pixero said:
Thanks for a great script.
Would it be possible to add an attribute to all the existing scenes in the model that they are "keyframes" and then add scenes for every frame in the animation with an attibute that they are "inbetweens" and add scene transition times according to your smoothstep script.
The script should then be able to delete all the "inbetweens" if you want to change the animation but leave the "keyframes" intact.
I believe this would make it work with external renderers.
What do you think, is it doable?That's a cool idea and definitely doable! I'll do some experimenting.
-
Thanks again, Whaat!
-
@whaat said:
@pixero said:
Thanks for a great script.
Would it be possible to add an attribute to all the existing scenes in the model that they are "keyframes" and then add scenes for every frame in the animation with an attibute that they are "inbetweens" and add scene transition times according to your smoothstep script.
The script should then be able to delete all the "inbetweens" if you want to change the animation but leave the "keyframes" intact.
I believe this would make it work with external renderers.
What do you think, is it doable?That's a cool idea and definitely doable! I'll do some experimenting.
Unfortunately, there's currently no way to delete pages/scenes in ruby...
-
Here's what Todd said at the Google Group:
@unknownuser said:
Sketchup.active_model.entities.erase_entities(page) should work, but
it hangs SketchUp. It's a known and reported bug.To get around this bug, do this:
First, make the page you want to delete the active page. Then, issue
this from Ruby:Sketchup.send_action "pageDelete:"
That means it can be done even if its a work around.
If not we could save the model prior to using the script and then saving it after, under another name or with a "_anim" after.
Not the best way but it would still mean we could render a smooth animation. -
Thanks from me to Whaat, very much needed script !
greetings erikB -
Thank you Whaat!
I hope you get the 'to scene tabs' method working, so we can use external render software on the animation.Great job!
-
@pixero said:
Sketchup.send_action "pageDelete:"
A confirmation message box opens every attempt to delete a scene...
-
Well...lets hope Whaat finds a trick to fool SU to delete the scenes without SU knowing what happened...
Is
entities.clear!
not working either?
Advertisement