base classes — bpy_struct, ID
Scene data block, consisting in objects and defining time and render related settings
Add untracked files into svn and commit all of them
Type : | boolean, default False |
---|
Quality of render
Type : | enum in [‘FILE_SETTINGS’, ‘FINAL_4K’, ‘FINAL_2K’, ‘FINAL_1K’, ‘FINAL_0.5K’, ‘FINAL_HD’, ‘PREVIEW_1K’, ‘NOSHADING_1K’, ‘SIMPLIFIED_1K’], default ‘FILE_SETTINGS’ |
---|
Svn revision number to be used for rendering
Type : | string, default “”, (never None) |
---|
Always detect current revision number when sending file to renderfarm
Type : | boolean, default True |
---|
Active scene layer index
Type : | int in [-inf, inf], default 0, (readonly) |
---|
Distance model for distance attenuation calculation
Type : | enum in [‘NONE’, ‘INVERSE’, ‘INVERSE_CLAMPED’, ‘LINEAR’, ‘LINEAR_CLAMPED’, ‘EXPONENT’, ‘EXPONENT_CLAMPED’], default ‘NONE’ |
---|
Pitch factor for Doppler effect calculation
Type : | float in [0, inf], default 0.0 |
---|
Speed of sound for Doppler effect calculation
Type : | float in [0.01, inf], default 0.0 |
---|
Audio volume
Type : | float in [0, 1], default 0.0 |
---|
3D cursor location
Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
---|
Cycles render settings
Type : | CyclesRenderSettings, (readonly) |
---|
Current Frame, to update animation data from python frame_set() instead
Type : | int in [-300000, 300000], default 0 |
---|
Final frame of the playback/rendering range
Type : | int in [0, 300000], default 0 |
---|
Alternative end frame for UI playback
Type : | int in [-inf, inf], default 0 |
---|
Alternative start frame for UI playback
Type : | int in [-inf, inf], default 0 |
---|
First frame of the playback/rendering range
Type : | int in [0, 300000], default 0 |
---|
Number of frames to skip forward while rendering/playing back each frame
Type : | int in [0, 300000], default 0 |
---|
Type : | float in [-inf, inf], default 0.0, (readonly) |
---|
Type : | SceneGameData, (readonly, never None) |
---|
Constant acceleration in a given direction
Type : | float array of 3 items in [-200, 200], default (0.0, 0.0, 0.0) |
---|
Grease Pencil datablock
Type : | GreasePencil |
---|
Whether there is any action referenced by NLA being edited (strictly read-only)
Type : | boolean, default False, (readonly) |
---|
Absolute Keying Sets for this Scene
Type : | KeyingSets bpy_prop_collection of KeyingSet, (readonly) |
---|
All Keying Sets available for use (Builtins and Absolute Keying Sets for this Scene)
Type : | KeyingSetsAll bpy_prop_collection of KeyingSet, (readonly) |
---|
Visible layers - Shift-Click to select multiple layers
Type : | boolean array of 20 items, default (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False) |
---|
Measured camera film response
Type : | enum in [‘Agfacolor Futura 100’, ‘Agfacolor Futura 200’, ‘Agfacolor Futura 400’, ‘Agfacolor Futura II 100’, ‘Agfacolor Futura II 200’, ‘Agfacolor Futura II 400’, ‘Agfacolor HDC 100 plus’, ‘Agfacolor HDC 400 plus’, ‘Agfacolor HDC 200 plus’, ‘Agfacolor Optima II 100’, ‘Agfacolor Optima II 200’, ‘Agfacolor Ultra 050’, ‘Agfacolor Vista 100’, ‘Agfacolor Vista 200’, ‘Agfacolor Vista 400’, ‘Agfacolor Vista 800’, ‘Agfachrome CT Precisa 100’, ‘Agfachrome CT Precisa 200’, ‘Agfachrome RSX2 050’, ‘Agfachrome RSX2 100’, ‘Agfachrome RSX2 200’, ‘Advantix 100’, ‘Advantix 200’, ‘Advantix 400’, ‘Gold 100’, ‘Gold 200’, ‘Max Zoom 800’, ‘Portra 100T’, ‘Portra 160NC’, ‘Portra 160VC’, ‘Portra 800’, ‘Portra 400VC’, ‘Portra 400NC’, ‘Ektachrome 100 plus’, ‘Ektachrome 320T’, ‘Ektachrome 400X’, ‘Ektachrome 64’, ‘Ektachrome 64T’, ‘Ektachrome E100S’, ‘Ektachrome 100’, ‘Kodachrome 200’, ‘Kodachrome 25’, ‘Kodachrome 64’, ‘F-125’, ‘F-250’, ‘F-400’, ‘FCI’, ‘FP2900Z’, ‘Double X Neg 12min’, ‘Double X Neg 6min’, ‘Double X Neg 5min’, ‘Double X Neg 4min’, ‘Optura 981111’, ‘Optura 981113’, ‘Optura 981114’, ‘Optura 981111.SLRR’], default ‘Advantix 400’ |
---|
Type : | SceneBases bpy_prop_collection of ObjectBase, (readonly) |
---|
Type : | SceneObjects bpy_prop_collection of Object, (readonly) |
---|
Type : | bpy_prop_collection of TransformOrientation, (readonly) |
---|
Type : | RenderSettings, (readonly, never None) |
---|
Type : | SequenceEditor, (readonly) |
---|
How to sync playback
Type : | enum in [‘NONE’, ‘FRAME_DROP’, ‘AUDIO_SYNC’], default ‘NONE’ |
---|
Markers used in all timelines for the current scene
Type : | TimelineMarkers bpy_prop_collection of TimelineMarker, (readonly) |
---|
Type : | ToolSettings, (readonly, never None) |
---|
Unit editing settings
Type : | UnitSettings, (readonly, never None) |
---|
Play back of audio from Sequence Editor will be muted
Type : | boolean, default False |
---|
Play audio from Sequence Editor while scrubbing
Type : | boolean, default False |
---|
Play back and sync with audio clock, dropping frames if frame display is too slow
Type : | boolean, default False |
---|
Play back dropping frames if frame display is too slow
Type : | boolean, default False |
---|
Use global gravity for all dynamics
Type : | boolean, default False |
---|
Enable the compositing node tree
Type : | boolean, default False |
---|
Use an alternative start/end frame for UI playback, rather than the scene start/end frame
Type : | boolean, default False |
---|
User defined note for the render stamping
Type : | string, default “”, (never None) |
---|
Ensure sequence editor is valid in this scene
Returns: | New sequence editor data or NULL |
---|---|
Return type: | SequenceEditor |
Clear sequence editor in this scene
statistics
Returns: | Statistics |
---|---|
Return type: | string, (never None) |
Set scene frame updating all objects immediately
Parameters: |
|
---|
Update data tagged to be updated from previous access to data or operators
Inherited Properties
Inherited Functions
|
References