|
Blender V5.0
|
Classes | |
| class | LazyFunctionForEnableOutputNode |
| class | EnableOutputOperation |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static NodeOperation * | node_get_compositor_operation (Context &context, DNode node) |
| static void | node_extra_info (NodeExtraInfoParams ¶ms) |
| static const EnumPropertyItem * | data_type_items_callback (bContext *, PointerRNA *ptr, PropertyRNA *, bool *r_free) |
| static void | node_rna (StructRNA *srna) |
| static const bNodeSocket * | node_internally_linked_input (const bNodeTree &, const bNode &node, const bNodeSocket &output_socket) |
| static void | node_register () |
|
static |
Definition at line 150 of file node_geo_enable_output.cc.
References blender::nodes::enum_items_filter(), blender::bke::node_socket_type_find_static(), ptr, rna_enum_node_socket_data_type_items, bNodeTree::typeinfo, blender::bke::bNodeTreeType::valid_socket_type, and EnumPropertyItem::value.
Referenced by node_rna().
|
static |
Definition at line 23 of file node_geo_enable_output.cc.
References b, blender::bke::node_tree_reference_lifetimes::can_contain_reference(), blender::bke::node_tree_reference_lifetimes::can_contain_referenced_data(), bNode::custom1, blender::nodes::socket_type_supports_fields(), and blender::nodes::SocketDeclaration::structure_type.
Referenced by node_register().
|
static |
Definition at line 130 of file node_geo_enable_output.cc.
References blender::nodes::NodeExtraInfoRow::icon, params, RPT_, blender::nodes::NodeExtraInfoRow::text, TIP_, and blender::nodes::NodeExtraInfoRow::tooltip.
Referenced by node_register().
|
static |
Definition at line 125 of file node_geo_enable_output.cc.
Referenced by node_register().
Definition at line 100 of file node_geo_enable_output.cc.
References bNode::custom1, and SOCK_FLOAT.
Referenced by node_register().
|
static |
Definition at line 177 of file node_geo_enable_output.cc.
References bNodeSocket::identifier.
Referenced by node_register().
|
static |
Definition at line 56 of file node_geo_enable_output.cc.
References uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_register().
|
static |
Definition at line 185 of file node_geo_enable_output.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_cmp_node_type_base(), blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::get_extra_info, blender::bke::bNodeType::ignore_inferred_input_socket_visibility, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::internally_linked_input, blender::bke::bNodeType::nclass, NODE_CLASS_INTERFACE, node_declare(), node_extra_info(), node_get_compositor_operation(), node_init(), node_internally_linked_input(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 165 of file node_geo_enable_output.cc.
References data_type_items_callback(), NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_node_socket_data_type_items, and SOCK_FLOAT.
Referenced by node_register().