Animation settings (Plugin > Railroad > Advanced Animation Settings) can be changed to better match the needs of a renderer.
These settings are not saved between Sketchup sessions.
This code runs between each frame and can tell a renderer to save an image. Changing the code immediately pauses the animation so no unfinished code will be run.
Time between frames. Same as (frame rate)-1.
Adjust frame rate to what Sketchup can keep up with. Typically this is turned off and a frame rate is manually chosen when exporting animation.
Chane whether train movement should be relative to actual time passed or given Δt. Actual time passed makes train run smoother and at more correct speed in Sketchup since it also includes the calculation time between frames. Fixed Δt is used when exporting animations since the actual time passed then is irrelevant.
This is a simple example of frames being saved as images from Sketchup and then turned into a video.
Δt: 0.1
move trains according to: Δt
I've used virtualdub for my animations. These are the steps to create the video file in virtualdub.
Also make sure you don't move the camera while rendering...
Copyright © Julia Christina Eneroth 2015.