Geometry Nodes: Points to Volume Fields Update

This update of the Points to Volume node allows a field to populate the
radius input of the node and removes the implicit realization of
instances.

Differential Revision: https://developer.blender.org/D12531
This commit is contained in:
2021-10-03 07:54:05 -05:00
parent 0998856c92
commit fb34cdc7da
9 changed files with 307 additions and 3 deletions

View File

@@ -1513,6 +1513,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
#define GEO_NODE_INPUT_SPLINE_LENGTH 1098
#define GEO_NODE_CURVE_SPLINE_TYPE 1099
#define GEO_NODE_CURVE_SET_HANDLES 1100
#define GEO_NODE_POINTS_TO_VOLUME 1101
/** \} */
/* -------------------------------------------------------------------- */