|
Blender V4.5
|
Classes | |
| class | CryptoMatteOperation |
Functions | |
| static void | cmp_node_cryptomatte_declare (NodeDeclarationBuilder &b) |
| static void | node_init_cryptomatte (bNodeTree *, bNode *node) |
| static void | node_init_api_cryptomatte (const bContext *C, PointerRNA *ptr) |
| static void | node_free_cryptomatte (bNode *node) |
| static void | node_copy_cryptomatte (bNodeTree *, bNode *dest_node, const bNode *src_node) |
| static bool | node_poll_cryptomatte (const blender::bke::bNodeType *, const bNodeTree *ntree, const char **r_disabled_hint) |
| static void | node_update_cryptomatte (bNodeTree *ntree, bNode *node) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
Variables | |
| static bke::bNodeSocketTemplate | cmp_node_cryptomatte_out [] |
|
static |
Definition at line 581 of file node_composite_cryptomatte.cc.
References b.
|
static |
Definition at line 918 of file node_composite_cryptomatte.cc.
|
static |
Definition at line 619 of file node_composite_cryptomatte.cc.
References BLI_duplicatelist(), BLI_listbase_clear(), NodeCryptomatte::entries, NodeCryptomatte_Runtime::layers, NodeCryptomatte::matte_id, MEM_dupallocN(), NodeCryptomatte::runtime, and bNode::storage.
|
static |
Definition at line 606 of file node_composite_cryptomatte.cc.
References BLI_assert, BLI_freelistN(), CMP_NODE_CRYPTOMATTE, CMP_NODE_CRYPTOMATTE_LEGACY, ELEM, NodeCryptomatte::entries, NodeCryptomatte_Runtime::layers, NodeCryptomatte::matte_id, MEM_freeN(), MEM_SAFE_FREE, NodeCryptomatte::runtime, bNode::storage, and bNode::type_legacy.
|
static |
Definition at line 597 of file node_composite_cryptomatte.cc.
References BLI_assert, C, CMP_NODE_CRYPTOMATTE, CTX_data_scene(), bNode::id, Scene::id, id_us_plus(), ptr, and bNode::type_legacy.
|
static |
Definition at line 591 of file node_composite_cryptomatte.cc.
References MEM_callocN(), and bNode::storage.
|
static |
Definition at line 632 of file node_composite_cryptomatte.cc.
References G, Scene::id, bNodeTree::idname, ID::next, Scene::nodetree, RPT_, and STREQ.
|
static |
Definition at line 658 of file node_composite_cryptomatte.cc.
References cmp_node_update_default(), and ntreeCompositCryptomatteUpdateLayerNames().
|
static |
Definition at line 574 of file node_composite_cryptomatte.cc.