layer property

layer property

Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.

Definition:

@property
def layer(self):
    ...
@layer.setter
def layer(self, value):
    ...

See Also