SpaceNLA(Space)¶
base classes — bpy_struct
, Space
-
class
bpy.types.
SpaceNLA
(Space)¶ NLA editor space data
-
auto_snap
¶ Automatic time snapping settings for transformations
NONE
No Auto-Snap.STEP
Frame Step, Snap to 1.0 frame intervals.TIME_STEP
Second Step, Snap to 1.0 second intervals.FRAME
Nearest Frame, Snap to actual frames (nla-action time).SECOND
Nearest Second, Snap to actual seconds (nla-action time).MARKER
Nearest Marker, Snap to nearest marker.
Type: enum in [‘NONE’, ‘STEP’, ‘TIME_STEP’, ‘FRAME’, ‘SECOND’, ‘MARKER’], default ‘NONE’
-
show_frame_indicator
¶ Show frame number beside the current frame indicator line
Type: boolean, default False
-
show_local_markers
¶ Show action-local markers on the strips, useful when synchronizing timing across strips
Type: boolean, default False
-
show_seconds
¶ Show timing in seconds not frames
Type: boolean, default False
-
show_strip_curves
¶ Show influence F-Curves on strips
Type: boolean, default False
-
use_realtime_update
¶ When transforming strips, changes to the animation data are flushed to other views
Type: boolean, default False
-
draw_handler_add
()¶ Undocumented
-
draw_handler_remove
()¶ Undocumented
-
Inherited Properties
Inherited Functions