Blender
V3.3
|
#include <DNA_node_types.h>
Public Attributes | |
ImageUser | iuser |
ListBase | entries |
char | layer_name [64] |
char * | matte_id |
int | inputs_num |
char | _pad [4] |
NodeCryptomatte_Runtime | runtime |
Definition at line 1148 of file DNA_node_types.h.
char NodeCryptomatte::_pad[4] |
Definition at line 1168 of file DNA_node_types.h.
ListBase NodeCryptomatte::entries |
Definition at line 1157 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_entries_to_matte_id(), BKE_cryptomatte_matte_id_to_entries(), blender::compositor::CryptomatteNode::create_cryptomatte_operation(), blender::compositor::CryptomatteLegacyNode::create_cryptomatte_operation(), cryptomatte_add(), cryptomatte_find(), cryptomatte_remove(), blender::nodes::node_composite_cryptomatte_cc::node_copy_cryptomatte(), blender::nodes::node_composite_cryptomatte_cc::node_free_cryptomatte(), ntreeBlendReadData(), and ntreeBlendWrite().
int NodeCryptomatte::inputs_num |
Legacy attributes
Definition at line 1166 of file DNA_node_types.h.
Referenced by ntreeCompositCryptomatteAddSocket(), and ntreeCompositCryptomatteRemoveSocket().
ImageUser NodeCryptomatte::iuser |
iuser
needs to be first element due to RNA limitations. When we define the #ImageData properties, we can't define them from storage->iuser
, so storage needs to be cast to ImageUser directly.
Definition at line 1154 of file DNA_node_types.h.
Referenced by cryptomatte_init_from_node_image(), eyedropper_cryptomatte_sample_image_fl(), and blender::ed::space_node::node_composit_buts_cryptomatte().
char NodeCryptomatte::layer_name[64] |
Definition at line 1160 of file DNA_node_types.h.
Referenced by ntreeCompositCryptomatteLayerPrefix().
char* NodeCryptomatte::matte_id |
Definition at line 1162 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_matte_id_to_entries(), blo_do_versions_290(), blender::nodes::node_composite_cryptomatte_cc::node_copy_cryptomatte(), blender::nodes::node_composite_cryptomatte_cc::node_free_cryptomatte(), ntreeBlendReadData(), and ntreeBlendWrite().
NodeCryptomatte_Runtime NodeCryptomatte::runtime |
Definition at line 1169 of file DNA_node_types.h.
Referenced by blender::nodes::node_composite_cryptomatte_cc::node_copy_cryptomatte(), blender::nodes::node_composite_cryptomatte_cc::node_free_cryptomatte(), ntreeBlendReadData(), ntreeCompositCryptomatteSyncFromAdd(), ntreeCompositCryptomatteSyncFromRemove(), and ntreeCompositCryptomatteUpdateLayerNames().