Huh? rewind annimate?
-
Am I missing something. Is there a quick way to rewind an animation? Play stop but no rewind?
-
You just click on the scene you want to go back to. That is the best there is. It is not really a vrey robust animation player. It is just an automated way to go from scene to scene.
It would be possible to write a more robust animation player through ruby though. Could be interesting.
Chris
-
When the animation has over 100 scenes, only 27 tabs show on screen. I you want to go back to 1 you have to go to the Scenes dock and scroll up. A rewind button on the animation control would be good. Ruby eh? Hmmmm? Nah, I haven't programed since the 80's and C+turbo. I'll leave it up to the mavens.
-
Hi CalypsoArt, hi folks.
When the number of scenes is too large to fit all tabs at once on top of the model window, you will see two small arrows at the rigth of the rigthmost scene tab. One is pointing to the left and one is pointing to the rigth. Use these to scroll the scenes tabs. The left arrow will get you to lower scenes numbers and the right one will get you to higher scenes number.
Just ideas.
-
A quick little rewind plugin can easily be made. All the code needed is:
Sketchup.active_model.pages.selected_page = Sketchup.active_model.pages[0]
You can see the result when types into the Ruby Console.
A custom toolbar with extended controls maybe?
Advertisement