Hi, long time since I’ve been here… been mostly still using V5 because I am all set up in there with a perfect workflow which includes Neon (which is no longer available), but I’m trying to use V6 some more, including using just the rendered viewport which is pretty great on its own.
But Rhino.Sleep no longer works in V6? I’m trying to use some animation scripts and screen capturing really large views that take more than an instant, so I need a pause at every view change in my script. Help?
Ok, weird. I decided to try it alone just to test… and it failed. But it works in a script like this. Sorry for the confusion. I thought it would run on it’s own. I guess I overthought it! LOL Thanks so much, you’re the best.
-ViewCaptureToFile
“C:\Users\Heath\Desktop\animation_raw\000.jpg”
Enter
ViewNextFrame
_-Runscript (Rhino.Sleep 7000)
-ViewCaptureToFile
“C:\Users\Heath\Desktop\animation_raw\001.jpg”
Enter
ViewNextFrame