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(tree), bNode *node) |
static void | node_update (bNodeTree *ntree, bNode *node) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 25 of file node_geo_mesh_to_volume.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), GEO_COMPONENT_TYPE_MESH, N_, and PROP_DISTANCE.
Referenced by register_node_type_geo_mesh_to_volume().
|
static |
Definition at line 148 of file node_geo_mesh_to_volume.cc.
References GeometrySet::has_mesh(), GeometrySet::modify_geometry_sets(), and params.
Referenced by register_node_type_geo_mesh_to_volume().
|
static |
Definition at line 60 of file node_geo_mesh_to_volume.cc.
References data, MEM_callocN, MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_AMOUNT, and node.
|
static |
Definition at line 53 of file node_geo_mesh_to_volume.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_mesh_to_volume().
|
static |
Definition at line 68 of file node_geo_mesh_to_volume.cc.
References data, MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_AMOUNT, MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_SIZE, node, nodeFindSocket(), nodeSetSocketAvailability(), ntree, and SOCK_IN.
Referenced by register_node_type_geo_mesh_to_volume().