|
Blender V4.3
|
Classes | |
| class | ProximityFunction |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | geo_proximity_init (bNodeTree *, bNode *node) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 52 of file node_geo_proximity.cc.
References GEO_NODE_PROX_TARGET_FACES, and NodeGeometryProximity::target_element.
Referenced by node_register().
|
static |
Definition at line 25 of file node_geo_proximity.cc.
References b, blender::nodes::SocketDeclaration::description, blender::bke::GeometryComponent::Mesh, blender::bke::GeometryComponent::PointCloud, and blender::nodes::implicit_field_inputs::position().
Referenced by node_register().
|
static |
Definition at line 266 of file node_geo_proximity.cc.
References blender::fn::FieldOperation::Create(), blender::bke::GeometrySet::ensure_owns_direct_data(), params, and NodeGeometryProximity::target_element.
Referenced by node_register().
|
static |
Definition at line 47 of file node_geo_proximity.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 321 of file node_geo_proximity.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), geo_proximity_init(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 291 of file node_geo_proximity.cc.
References GEO_NODE_PROX_TARGET_EDGES, GEO_NODE_PROX_TARGET_FACES, GEO_NODE_PROX_TARGET_POINTS, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().