|
Blender V5.0
|
Classes | |
| class | SeparateRGBAFunction |
| class | SeparateHSVAFunction |
| class | SeparateHSLAFunction |
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 void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 179 of file node_fn_separate_color.cc.
References BLI_assert_unreachable, NodeCombSepColor::mode, blender::nodes::NodeMultiFunctionBuilder::node(), NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
Definition at line 20 of file node_fn_separate_color.cc.
References b, blender::nodes::decl::Color::default_value, and node_declare().
Referenced by node_declare(), and node_register().
Definition at line 41 of file node_fn_separate_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_separate_color.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 216 of file node_fn_separate_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_SEPARATE_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 206 of file node_fn_separate_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_separate_color.cc.
References NodeCombSepColor::mode, node_combsep_color_label(), and bNode::outputs.
Referenced by node_register().