ModificationContextSetValueMode

Inheritance diagram of rumba.ModificationContextSetValueMode
class ModificationContextSetValueMode

Members:

animated : Set values which must have an animation.

layer : Set values in the active layer but do not require to be animated.

undoable : Set undoable values but do not require to be done in a layer.

no_undo : Set values directly in the plugs, without possible undo.

Methods

__eq__

Return self==value.

__getstate__

__hash__

Return hash(self).

__index__

__init__

__int__

__ne__

Return self!=value.

__repr__

Return repr(self).

__setstate__

name

Properties

__doc__

name

__members__

value

__init__()