|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 13 of file node_geo_bounding_box.cc.
References b, and blender::nodes::SocketDeclaration::description.
Referenced by node_register().
|
static |
Definition at line 31 of file node_geo_bounding_box.cc.
References blender::bke::GeometrySet::clear(), blender::bke::GeometrySet::compute_boundbox_without_instances(), blender::geometry::create_cuboid_mesh(), blender::geometry::foreach_real_geometry(), blender::math::QuaternionBase< float >::identity(), blender::bke::GeometrySet::keep_only(), params, blender::bke::GeometrySet::replace_mesh(), and blender::geometry::transform_mesh().
Referenced by node_register().
|
static |
Definition at line 81 of file node_geo_bounding_box.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_BOUNDING_BOX, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.