Blender
V3.3
|
Functions | |
static bNodeSocket * | ntreeCompositSwitchViewAddSocket (bNodeTree *ntree, bNode *node, const char *name) |
static void | cmp_node_switch_view_sanitycheck (bNodeTree *ntree, bNode *node) |
static void | cmp_node_switch_view_update (bNodeTree *ntree, bNode *node) |
static void | init_switch_view (const bContext *C, PointerRNA *ptr) |
static void | node_composit_buts_switch_view_ex (uiLayout *layout, bContext *UNUSED(C), PointerRNA *UNUSED(ptr)) |
Variables | |
static bNodeSocketTemplate | cmp_node_switch_view_out [] |
|
static |
Definition at line 34 of file node_composite_switchview.cc.
References BLI_listbase_is_empty(), bNodeSocket::flag, node, ntree, ntreeCompositSwitchViewAddSocket(), and SOCK_HIDDEN.
Referenced by cmp_node_switch_view_update(), and init_switch_view().
|
static |
Definition at line 44 of file node_composite_switchview.cc.
References BLI_findstring(), cmp_node_switch_view_sanitycheck(), bNodeSocket::flag, if(), LISTBASE_FOREACH, bNodeSocket::name, node, NODE_UPDATE_OPERATOR, nodeRemoveAllSockets(), nodeRemoveSocket(), ntree, ntreeCompositSwitchViewAddSocket(), bNodeSocket::prev, Scene::r, SCE_VIEW_DISABLE, scene, SOCK_HIDDEN, SceneRenderView::viewflag, and RenderData::views.
Referenced by register_node_type_cmp_switch_view().
|
static |
Definition at line 103 of file node_composite_switchview.cc.
References C, cmp_node_switch_view_sanitycheck(), CTX_data_scene(), PointerRNA::data, bNodeSocket::flag, id_us_plus(), LISTBASE_FOREACH, node, ntree, ntreeCompositSwitchViewAddSocket(), PointerRNA::owner_id, ptr, Scene::r, SCE_VIEW_DISABLE, scene, SOCK_HIDDEN, and RenderData::views.
Referenced by register_node_type_cmp_switch_view().
|
static |
Definition at line 129 of file node_composite_switchview.cc.
References uiItemFullO(), and WM_OP_INVOKE_DEFAULT.
Referenced by register_node_type_cmp_switch_view().
|
static |
Definition at line 25 of file node_composite_switchview.cc.
References node, nodeAddStaticSocket(), ntree, PROP_NONE, SOCK_IN, and SOCK_RGBA.
Referenced by cmp_node_switch_view_sanitycheck(), cmp_node_switch_view_update(), and init_switch_view().
|
static |
Definition at line 20 of file node_composite_switchview.cc.
Referenced by register_node_type_cmp_switch_view().