|
Blender V5.0
|
#include "node_geometry_util.hh"#include "BKE_material.hh"#include "BKE_mesh.hh"#include "BKE_volume.hh"#include "BKE_volume_grid.hh"#include "BKE_volume_to_mesh.hh"#include "GEO_foreach_geometry.hh"#include "GEO_randomize.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_volume_to_mesh_cc |
Functions | |
| static void | blender::nodes::node_geo_volume_to_mesh_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_volume_to_mesh_cc::node_init (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_geo_volume_to_mesh_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_volume_to_mesh_cc::node_register () |
Variables | |
| static EnumPropertyItem | blender::nodes::node_geo_volume_to_mesh_cc::resolution_mode_items [] |