Blender
V3.3
|
#include "node_function_util.hh"
#include "BLI_math_vector.h"
#include "UI_interface.h"
#include "UI_resources.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_fn_input_color_cc | |
Functions | |
static void | blender::nodes::node_fn_input_color_cc::fn_node_input_color_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_fn_input_color_cc::fn_node_input_color_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_fn_input_color_cc::fn_node_input_color_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
static void | blender::nodes::node_fn_input_color_cc::fn_node_input_color_init (bNodeTree *UNUSED(ntree), bNode *node) |
void | register_node_type_fn_input_color () |
Definition at line 41 of file node_fn_input_color.cc.
References bNodeType::build_multi_function, bNodeType::declare, bNodeType::draw_buttons, FN_NODE_INPUT_COLOR, blender::nodes::node_fn_input_color_cc::fn_node_input_color_build_multi_function(), blender::nodes::node_fn_input_color_cc::fn_node_input_color_declare(), blender::nodes::node_fn_input_color_cc::fn_node_input_color_init(), blender::nodes::node_fn_input_color_cc::fn_node_input_color_layout(), fn_node_type_base(), NODE_CLASS_INPUT, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_storage(), and nodeRegisterType().
Referenced by registerFunctionNodes().