|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| 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 15 of file node_fn_input_color.cc.
References b, col, blender::ui::Expand, params, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiTemplateColorPicker().
Referenced by node_register().
Definition at line 33 of file node_fn_input_color.cc.
References copy_v4_fl4(), data, MEM_callocN(), and bNode::storage.
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::enum_name_legacy, FN_NODE_INPUT_COLOR, fn_node_type_base(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, node_build_multi_function(), NODE_CLASS_INPUT, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.