|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_register () |
|
static |
Definition at line 25 of file node_fn_input_color.cc.
References NodeInputColor::color, blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), blender::nodes::NodeMultiFunctionBuilder::node(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 33 of file node_fn_input_color.cc.
References copy_v4_fl4(), and data.
Referenced by node_register().
|
static |
Definition at line 19 of file node_fn_input_color.cc.
References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), and uiTemplateColorPicker().
Referenced by node_register().
|
static |
Definition at line 40 of file node_fn_input_color.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), blender::bke::bNodeType::initfunc, node_build_multi_function(), NODE_CLASS_INPUT, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_layout(), blender::bke::node_register_type(), and blender::bke::node_type_storage().