Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_init (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_update (bNodeTree *ntree, bNode *node) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 28 of file node_geo_volume_to_mesh.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), GEO_COMPONENT_TYPE_VOLUME, blender::nodes::SocketDeclaration::make_available(), min, N_, node, PROP_DISTANCE, PROP_FACTOR, VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT, and VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE.
Referenced by register_node_type_geo_volume_to_mesh().
|
static |
Definition at line 188 of file node_geo_volume_to_mesh.cc.
References GEO_COMPONENT_TYPE_MESH, GeometrySet::keep_only_during_modify(), mesh, GeometrySet::modify_geometry_sets(), params, GeometrySet::replace_mesh(), and TIP_.
Referenced by register_node_type_geo_volume_to_mesh().
|
static |
Definition at line 58 of file node_geo_volume_to_mesh.cc.
References data, node, and VOLUME_TO_MESH_RESOLUTION_MODE_GRID.
|
static |
Definition at line 51 of file node_geo_volume_to_mesh.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_volume_to_mesh().
|
static |
Definition at line 65 of file node_geo_volume_to_mesh.cc.
References node, nodeFindSocket(), nodeSetSocketAvailability(), ntree, NodeGeometryVolumeToMesh::resolution_mode, SOCK_IN, VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT, and VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE.
Referenced by register_node_type_geo_volume_to_mesh().