CompositorNodeCryptomatteV2(CompositorNode)¶
base classes — bpy_struct, Node, NodeInternal, CompositorNode
- class bpy.types.CompositorNodeCryptomatteV2(CompositorNode)¶
Generate matte for individual objects and materials using Cryptomatte render passes
- add¶
Add object or material to matte, by picking a color from the Pick output
- Type:
mathutils.Colorof 3 items in [-inf, inf], default (1.0, 1.0, 1.0)
- entries¶
- Type:
bpy_prop_collectionofCryptomatteEntry, (readonly)
- frame_duration¶
Number of images of a movie to use
- Type:
int in [0, 1048574], default 0
- frame_offset¶
Offset the number of the frame to use in the animation
- Type:
int in [-1048574, 1048574], default 0
- frame_start¶
Global starting frame of the movie/sequence, assuming first picture has a #1
- Type:
int in [-1048574, 1048574], default 0
- has_layers¶
True if this image has any named layer
- Type:
boolean, default False, (readonly)
- has_views¶
True if this image has multiple views
- Type:
boolean, default False, (readonly)
- layer¶
- Type:
enum in [
'PLACEHOLDER'], default'PLACEHOLDER'
- layer_name¶
What Cryptomatte layer is used
CryptoObjectObject – Use Object layer.CryptoMaterialMaterial – Use Material layer.CryptoAssetAsset – Use Asset layer.
- Type:
enum in [
'CryptoObject','CryptoMaterial','CryptoAsset'], default'CryptoObject'
- matte_id¶
List of object and material crypto IDs to include in matte
- Type:
string, default “”, (never None)
- remove¶
Remove object or material from matte, by picking a color from the Pick output
- Type:
mathutils.Colorof 3 items in [-inf, inf], default (1.0, 1.0, 1.0)
- source¶
Where the Cryptomatte passes are loaded from
RENDERRender – Use Cryptomatte passes from a render.IMAGEImage – Use Cryptomatte passes from an image.
- Type:
enum in [
'RENDER','IMAGE'], default'RENDER'
- use_auto_refresh¶
Always refresh image on frame changes
- Type:
boolean, default False
- use_cyclic¶
Cycle the images in the movie
- Type:
boolean, default False
- view¶
- Type:
enum in [
'ALL'], default'ALL'
- classmethod is_registered_node_type()¶
True if a registered node type
- Returns:
Result
- Return type:
boolean
- classmethod input_template(index)¶
Input socket template
- Parameters:
index (int in [0, inf]) – Index
- Returns:
result
- Return type:
- classmethod output_template(index)¶
Output socket template
- Parameters:
index (int in [0, inf]) – Index
- Returns:
result
- Return type:
- update()¶
- classmethod bl_rna_get_subclass(id, default=None, /)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None, /)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type
Inherited Properties¶
Inherited Functions¶
|