Autosave
-
looking for a script to toggle between autosave option on / off
The reason is the speed optimation with renderings and/or some large models.
Is it possible to make it in an easy way?Burkhard
-
Should be doable. I'll look.
-
There are all the options accessible from Ruby (unless I missed some). I don't see autosave anywhere.
UnitsOptions
LengthPrecision=4
LengthFormat=3
LengthUnit=0
LengthSnapEnabled=true
LengthSnapLength=0.0625
AnglePrecision=1
AngleSnapEnabled=true
SnapAngle=15.0
SuppressUnitsDisplay=false
ForceInchDisplay=false
PrintOptions
PrintWidth=8.5
PrintHeight=11.0
ComputeSizeFromScale=false
SizeInPrint=1.0
SizeInModel=1.0
VectorMode=false
FitToPage=true
NumberOfPages=1
LineWeight=0.5
PixelsPerInch=150.0
SectionSlice=false
ModelExtents=true
PrintQuality=0
ScaleAdjustment=1.0
QualityAdjustment=1.0
PageOptions
ShowTransition=true
TransitionTime=2.0
SlideshowOptions
LoopSlideshow=true
SlideTime=1.0
NamedOptionsLengthPrecision=4
LengthFormat=3
LengthUnit=0
LengthSnapEnabled=true
LengthSnapLength=0.0625
AnglePrecision=1
AngleSnapEnabled=true
SnapAngle=15.0
SuppressUnitsDisplay=false
ForceInchDisplay=false
PrintWidth=8.5
PrintHeight=11.0
ComputeSizeFromScale=false
SizeInPrint=1.0
SizeInModel=1.0
VectorMode=false
FitToPage=true
NumberOfPages=1
LineWeight=0.5
PixelsPerInch=150.0
SectionSlice=false
ModelExtents=true
PrintQuality=0
ScaleAdjustment=1.0
QualityAdjustment=1.0
ShowTransition=true
TransitionTime=2.0
LoopSlideshow=true
SlideTime=1.0BackgroundColor=Color(255, 255, 255, 255)
BandColor=Color( 0, 0, 0, 127)
ConstructionColor=Color( 0, 0, 0, 255)
DepthQueWidth=4
DisplayColorByLayer=false
DisplayFog=false
DisplayInstanceAxes=false
DisplayWatermarks=true
DrawDepthQue=false
DrawGround=false
DrawHidden=false
DrawHorizon=true
DrawLineEnds=false
DrawProfilesOnly=false
DrawSilhouettes=true
DrawUnderground=true
EdgeColorMode=1
EdgeDisplayMode=1
EdgeType=0
ExtendLines=false
FaceBackColor=Color(171, 176, 204, 255)
FaceColorMode=0
FaceFrontColor=Color(255, 255, 255, 255)
FogColor=Color(255, 255, 255, 255)
FogEndDist=-1.0
FogStartDist=-1.0
FogUseBkColor=true
ForegroundColor=Color( 0, 0, 0, 255)
GroundColor=Color(210, 208, 185, 255)
GroundTransparency=50
HideConstructionGeometry=false
HighlightColor=Color( 0, 1, 255, 255)
HorizonColor=Color( 0, 0, 0, 0)
InactiveHidden=false
InstanceHidden=false
JitterEdges=false
LineEndWidth=9
LineExtension=3
LockedColor=Color(255, 0, 0, 255)
MaterialTransparency=true
ModelTransparency=false
RenderMode=2
SectionActiveColor=Color(255, 135, 0, 255)
SectionCutWidth=3
SectionDefaultCutColor=Color( 0, 0, 0, 255)
SectionInactiveColor=Color(112, 105, 97, 255)
ShowViewName=true
SilhouetteWidth=3
SkyColor=Color(189, 209, 208, 255)
Texture=true
TransparencySort=0Todd
-
thanks todd for taking a look on it.
Advertisement