|
Blender V5.0
|
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.
References x.
|
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_voxel_size_valid(), blender::Array< T, InlineBufferCapacity, Allocator >::data(), blender::nodes::Error, blender::fn::FieldEvaluator::evaluate(), node_geo_exec(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, blender::bke::GeometrySet::replace_volume(), TIP_, and blender::nodes::Warning.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 180 of file node_geo_volume_cube.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, geo_node_type_base(), GEO_NODE_VOLUME_CUBE, 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().