FlattenMode

Inheritance diagram of rumba.FlattenMode
class FlattenMode

Specify a way to flatten a layer into another.

Members:

In_Dest_Key : Only keep the destination layers key to perform the merge.

Union_Keys : Keep both destination and origin layers key to perform the merge.

All_Frames : Create a key at all frame to bake the whole animation of two layers into a single layer.

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__()