Blender  V3.3
Functions | Variables
blender::nodes::node_composite_switchview_cc Namespace Reference

Functions

static bNodeSocketntreeCompositSwitchViewAddSocket (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 []
 

Function Documentation

◆ cmp_node_switch_view_sanitycheck()

static void blender::nodes::node_composite_switchview_cc::cmp_node_switch_view_sanitycheck ( bNodeTree ntree,
bNode node 
)
static

◆ cmp_node_switch_view_update()

static void blender::nodes::node_composite_switchview_cc::cmp_node_switch_view_update ( bNodeTree ntree,
bNode node 
)
static

◆ init_switch_view()

static void blender::nodes::node_composite_switchview_cc::init_switch_view ( const bContext C,
PointerRNA ptr 
)
static

◆ node_composit_buts_switch_view_ex()

static void blender::nodes::node_composite_switchview_cc::node_composit_buts_switch_view_ex ( uiLayout layout,
bContext UNUSEDC,
PointerRNA UNUSEDptr 
)
static

◆ ntreeCompositSwitchViewAddSocket()

static bNodeSocket* blender::nodes::node_composite_switchview_cc::ntreeCompositSwitchViewAddSocket ( bNodeTree ntree,
bNode node,
const char *  name 
)
static

Variable Documentation

◆ cmp_node_switch_view_out

bNodeSocketTemplate blender::nodes::node_composite_switchview_cc::cmp_node_switch_view_out[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{-1, ""},
}
@ SOCK_RGBA
#define N_(msgid)

Definition at line 20 of file node_composite_switchview.cc.

Referenced by register_node_type_cmp_switch_view().