Blender
V3.3
|
Functions | |
static void | fn_node_input_color_declare (NodeDeclarationBuilder &b) |
static void | fn_node_input_color_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | fn_node_input_color_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
static void | fn_node_input_color_init (bNodeTree *UNUSED(ntree), bNode *node) |
|
static |
Definition at line 23 of file node_fn_input_color.cc.
References NodeInputColor::color, color, blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), blender::nodes::NodeMultiFunctionBuilder::node(), and bNode::storage.
Referenced by register_node_type_fn_input_color().
|
static |
Definition at line 12 of file node_fn_input_color.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_fn_input_color().
|
static |
Definition at line 32 of file node_fn_input_color.cc.
References copy_v4_fl4(), data, and node.
Referenced by register_node_type_fn_input_color().
|
static |
Definition at line 17 of file node_fn_input_color.cc.
References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), and uiTemplateColorPicker().
Referenced by register_node_type_fn_input_color().