|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_update (bNodeTree *, bNode *node) |
| static void | node_init (bNodeTree *, bNode *node) |
| static const mf::MultiFunction * | get_multi_function (const bNode &bnode) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 48 of file node_fn_combine_color.cc.
References b, BLI_assert_unreachable, hsl_to_rgb(), hsv_to_rgb(), l, NodeCombSepColor::mode, NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, and v.
Referenced by node_build_multi_function().
|
static |
Definition at line 82 of file node_fn_combine_color.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
Definition at line 20 of file node_fn_combine_color.cc.
References b, blender::nodes::decl::Float::default_value, max, min, node_declare(), and PROP_FACTOR.
Referenced by node_declare(), and node_register().
Definition at line 41 of file node_fn_combine_color.cc.
References data, MEM_callocN(), NODE_COMBSEP_COLOR_RGB, and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 30 of file node_fn_combine_color.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 98 of file node_fn_combine_color.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, FN_NODE_COMBINE_COLOR, fn_node_type_base(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, node_build_multi_function(), NODE_CLASS_CONVERTER, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), node_update(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and blender::bke::bNodeType::updatefunc.
|
static |
Definition at line 88 of file node_fn_combine_color.cc.
References NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_node_combsep_color_items.
Referenced by node_register().
Definition at line 35 of file node_fn_combine_color.cc.
References bNode::inputs, NodeCombSepColor::mode, and node_combsep_color_label().
Referenced by node_register().