ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
Scene Transition
-
Where can I find the Scene Transitions setting in Ruby?
-
Try
Sketchup.active_model.options["PageOptions"]["TransitionTime"]
and
Sketchup.active_model.options["PageOptions"]["ShowTransition"]
returns the values - say1.0
andtrue
.
You can rest them thus:
Sketchup.active_model.options["PageOptions"]["TransitionTime"]=0.0
or
Sketchup.active_model.options["PageOptions"]["ShowTransition"]=false
Advertisement