|
Blender V5.0
|
Classes | |
| struct | MinMaxInfo |
| class | FieldMinMaxInput |
Enumerations | |
| enum class | Operation { Min = 0 , Max = 1 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static std::optional< eCustomDataType > | node_type_from_other_socket (const bNodeSocket &socket) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
strong |
| Enumerator | |
|---|---|
| Min | |
| Max | |
Definition at line 62 of file node_geo_field_min_and_max.cc.
|
static |
Definition at line 23 of file node_geo_field_min_and_max.cc.
References b, bNode::custom1, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 81 of file node_geo_field_min_and_max.cc.
References bNode::custom1, IFACE_, blender::nodes::NodeDeclaration::inputs, node_type_from_other_socket(), params, blender::nodes::search_link_ops_for_declarations(), and SOCK_OUT.
Referenced by node_register().
|
static |
Definition at line 260 of file node_geo_field_min_and_max.cc.
References Max, Min, node_geo_exec(), and params.
Referenced by node_geo_exec(), and node_register().
Definition at line 56 of file node_geo_field_min_and_max.cc.
References CD_PROP_FLOAT, bNode::custom1, and bNode::custom2.
Referenced by node_register().
|
static |
Definition at line 50 of file node_geo_field_min_and_max.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 310 of file node_geo_field_min_and_max.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_declare(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), node_register(), 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.
Referenced by node_register().
|
static |
Definition at line 278 of file node_geo_field_min_and_max.cc.
References CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_domain_items.
Referenced by node_register(), and node_rna().
|
static |
Definition at line 64 of file node_geo_field_min_and_max.cc.
References CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_RGBA, SOCK_ROTATION, SOCK_VECTOR, and bNodeSocket::type.
Referenced by node_gather_link_searches().