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 21 of file node_geo_points_to_volume.cc.
References usdtokens::b(), GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_SIZE, blender::nodes::SocketDeclaration::make_available(), N_, node, and PROP_DISTANCE.
Referenced by register_node_type_geo_points_to_volume().
|
static |
Definition at line 232 of file node_geo_points_to_volume.cc.
References GeometrySet::modify_geometry_sets(), params, and TIP_.
Referenced by register_node_type_geo_points_to_volume().
|
static |
Definition at line 53 of file node_geo_points_to_volume.cc.
References data, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, and node.
|
static |
Definition at line 46 of file node_geo_points_to_volume.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_points_to_volume().
|
static |
Definition at line 60 of file node_geo_points_to_volume.cc.
References GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_SIZE, node, nodeFindSocket(), nodeSetSocketAvailability(), ntree, NodeGeometryPointsToVolume::resolution_mode, and SOCK_IN.
Referenced by register_node_type_geo_points_to_volume().