|
Blender V4.5
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 12 of file node_geo_bounding_box.cc.
References b, blender::nodes::SocketDeclaration::description, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 25 of file node_geo_bounding_box.cc.
References blender::bke::GeometrySet::compute_boundbox_without_instances(), blender::geometry::create_cuboid_mesh(), blender::nodes::GeoNodeExecParams::extract_input(), blender::math::QuaternionBase< float >::identity(), blender::bke::GeometrySet::keep_only_during_modify(), blender::bke::GeometrySet::modify_geometry_sets(), node_geo_exec(), blender::nodes::GeoNodeExecParams::output_is_required(), blender::bke::GeometrySet::remove_geometry_during_modify(), blender::bke::GeometrySet::replace_mesh(), blender::nodes::GeoNodeExecParams::set_output(), and blender::geometry::transform_mesh().
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 75 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(), node_register(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().