AnimVizOnionSkinning(bpy_struct)

base class — bpy_struct

class bpy.types.AnimVizOnionSkinning(bpy_struct)

Onion Skinning settings for animation visualisation

frame_after

Number of frames to show after the current frame (only for ‘Around Current Frame’ Onion-skinning method)

Type :int in [0, 30], default 0
frame_before

Number of frames to show before the current frame (only for ‘Around Current Frame’ Onion-skinning method)

Type :int in [0, 30], default 0
frame_end

End frame of range of Ghosts to display (not for ‘Around Current Frame’ Onion-skinning method)

Type :int in [-inf, inf], default 0
frame_start

Starting frame of range of Ghosts to display (not for ‘Around Current Frame’ Onion-skinning method)

Type :int in [-inf, inf], default 0
frame_step

Number of frames between ghosts shown (not for ‘On Keyframes’ Onion-skinning method)

Type :int in [1, 20], default 0
show_only_selected

For Pose-Mode drawing, only draw ghosts for selected bones

Type :boolean, default False
type

Method used for determining what ghosts get drawn

Type :enum in [‘NONE’, ‘CURRENT_FRAME’, ‘RANGE’, ‘KEYS’], default ‘NONE’

Inherited Properties

Inherited Functions

References

Previous topic

AnimVizMotionPaths(bpy_struct)

Next topic

AnyType(bpy_struct)