ModificationContext

- class ModificationContext
- Variables
animated (ModificationContext) – Static. A static instance of ModificationContext to set values which must have an animation.
layer (ModificationContext) – Static. A static instance of ModificationContext to set values in the active layer but do not require to be animated.
undoable (ModificationContext) – Static. A static instance of ModificationContext to set undoable values but do not require to be done in a layer.
no_undo (ModificationContext) – Static. A static instance of ModificationContext to set values directly in the plugs, without possible undo.
current_frame (float) – Static.
- Static Members:
animated (ModificationContext): A static instance of ModificationContext to set values which must have an animation. layer (ModificationContext): A static instance of ModificationContext to set values in the active layer but do not require to be animated. undoable (ModificationContext): A static instance of ModificationContext to set undoable values but do not require to be done in a layer. no_undo (ModificationContext): A static instance of ModificationContext to set values directly in the plugs, without possible undo.
Methods
default_mcdefault_set_value_modeProperties
animatedlayerundoableno_undocurrent_frame- __init__()