|
Blender V4.5
|
Classes | |
| class | RenderLayerOperation |
Functions | |
| static void | node_composit_init_rlayers (const bContext *C, PointerRNA *ptr) |
| static bool | node_composit_poll_rlayers (const blender::bke::bNodeType *, const bNodeTree *ntree, const char **r_disabled_hint) |
| static void | node_composit_free_rlayers (bNode *node) |
| static void | node_composit_copy_rlayers (bNodeTree *, bNode *dest_node, const bNode *src_node) |
| static void | cmp_node_rlayers_update (bNodeTree *ntree, bNode *node) |
| static void | node_composit_buts_viewlayers (uiLayout *layout, bContext *C, PointerRNA *ptr) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
|
static |
Definition at line 724 of file node_composite_image.cc.
References cmp_node_image_verify_outputs(), cmp_node_rlayers_update(), and cmp_node_update_default().
Referenced by cmp_node_rlayers_update().
|
static |
Definition at line 919 of file node_composite_image.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 731 of file node_composite_image.cc.
References C, uiLayout::column(), PointerRNA::data, bNode::id, MAX_ID_NAME, node_composit_buts_viewlayers(), uiLayout::op(), uiLayout::prop(), RNA_pointer_get(), RNA_property_enum_get(), RNA_property_enum_identifier(), RNA_string_get(), RNA_string_set(), RNA_struct_find_property(), uiLayout::row(), UI_ITEM_NONE, UI_ITEM_R_SPLIT_EMPTY_NAME, uiTemplateID(), and WM_OP_INVOKE_DEFAULT.
Referenced by node_composit_buts_viewlayers().
|
static |
Definition at line 709 of file node_composite_image.cc.
References ListBase::first, MEM_dupallocN(), bNodeSocket::next, node_composit_copy_rlayers(), bNode::outputs, and bNodeSocket::storage.
Referenced by node_composit_copy_rlayers().
|
static |
Definition at line 699 of file node_composite_image.cc.
References LISTBASE_FOREACH, MEM_freeN(), node_composit_free_rlayers(), and bNode::outputs.
Referenced by node_composit_free_rlayers().
|
static |
Definition at line 651 of file node_composite_image.cc.
References C, CTX_data_scene(), PointerRNA::data, ListBase::first, bNode::id, Scene::id, id_us_plus(), MEM_callocN(), node_cmp_rlayers_sock_to_pass(), node_composit_init_rlayers(), bNode::outputs, NodeImageLayer::pass_name, and STRNCPY().
Referenced by node_composit_init_rlayers().
|
static |
Definition at line 670 of file node_composite_image.cc.
References G, Scene::id, bNodeTree::idname, ID::next, node_composit_poll_rlayers(), Scene::nodetree, RPT_, and STREQ.
Referenced by node_composit_poll_rlayers().