ModificationContext

Inheritance diagram of rumba.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

__init__

default_mc

default_set_value_mode

Properties

animated

layer

undoable

no_undo

current_frame

__init__()