Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
View > Animation > Play?
-
I looked but did not see - is there a way to start a Scene animation from the Ruby API (not using win32api?)
Thanks.
-
only way I know of...
start_anim = UI.start_timer( 3, true) { Sketchup.send_action("pageNext;") }and then...
stop_anim = UI.stop_timer(start_anim)john
-
Yeah, that should work. Thank you.
Advertisement