|
Blender V4.3
|
Classes | |
| class | Grid3DFieldContext |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static float | map (const float x, const float in_min, const float in_max, const float out_min, const float out_max) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 54 of file node_geo_volume_cube.cc.
|
static |
Definition at line 23 of file node_geo_volume_cube.cc.
References b, BLT_I18NCONTEXT_ID_ID, and blender::nodes::SocketDeclaration::description.
Referenced by node_register().
|
static |
Definition at line 114 of file node_geo_volume_cube.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::Array< T, InlineBufferCapacity, Allocator >::as_mutable_span(), BKE_id_new_nomain(), BKE_volume_grid_determinant_valid(), blender::Array< T, InlineBufferCapacity, Allocator >::data(), blender::fn::FieldEvaluator::evaluate(), ID_VO, node_geo_exec(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, blender::bke::GeometrySet::replace_volume(), and TIP_.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 181 of file node_geo_volume_cube.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), node_register(), and blender::bke::node_register_type().
Referenced by node_register().