34 static SetValueMode lower(SetValueMode a, SetValueMode b);
35 static SetValueMode higher(SetValueMode a, SetValueMode b);
41 bool is_current_frame()
const;
static const ModificationContext no_undo
Set values directly in the plugs, without possible undo.
Definition: ModificationContext.h:52
static const ModificationContext layer
Set values in the active layer but do not require to be animated.
Definition: ModificationContext.h:50
SetValueMode
Definition: ModificationContext.h:24
bool is_current_frame() const
Returns true if the modification is done at the current frame.
Definition: ModificationContext.h:56
static const ModificationContext animated
Set values which must have an animation.
Definition: ModificationContext.h:49
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
Definition: ModificationContext.h:21
static const ModificationContext undoable
Set undoable values but do not require to be done in a layer.
Definition: ModificationContext.h:51
bool layer_value
If true, the value is a layer value, it means, it has to be stored direclty in the layer...
Definition: ModificationContext.h:44
#define MAQUINA_EXPORT
Definition: Export.h:31
SetValueMode set_value_mode
The mode to set the value.
Definition: ModificationContext.h:43
static const float current_frame
Definition: ModificationContext.h:53