SpaceTimeline(Space)¶
base classes — bpy_struct, Space
-
class
bpy.types.SpaceTimeline(Space)¶ Timeline editor space data
-
cache_cloth¶ Show the active object’s cloth point cache
Type: boolean, default False
-
cache_dynamicpaint¶ Show the active object’s Dynamic Paint cache
Type: boolean, default False
-
cache_particles¶ Show the active object’s particle point cache
Type: boolean, default False
-
cache_rigidbody¶ Show the active object’s Rigid Body cache
Type: boolean, default False
-
cache_smoke¶ Show the active object’s smoke cache
Type: boolean, default False
-
cache_softbody¶ Show the active object’s softbody point cache
Type: boolean, default False
-
show_cache¶ Show the status of cached frames in the timeline
Type: boolean, default False
-
show_frame_indicator¶ Show frame number beside the current frame indicator line
Type: boolean, default False
-
show_seconds¶ Show timing in seconds not frames
Type: boolean, default False
-
classmethod
bl_rna_get_subclass(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
draw_handler_add()¶ Undocumented
-
draw_handler_remove()¶ Undocumented
-
Inherited Properties
Inherited Functions