Geometry Nodes: Rename Curve Parameter, Add Index on Spline
- Rename the Curve Parameter node to Spline Parameter. - Add "Index on Spline" to the node. This output is the index of the current point on it's parent spline rather than the entrire curve. Differential Revision: https://developer.blender.org/D13275
This commit is contained in:
@@ -1507,7 +1507,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
|
||||
#define GEO_NODE_SAMPLE_CURVE 1085
|
||||
#define GEO_NODE_INPUT_TANGENT 1086
|
||||
#define GEO_NODE_STRING_JOIN 1087
|
||||
#define GEO_NODE_CURVE_PARAMETER 1088
|
||||
#define GEO_NODE_CURVE_SPLINE_PARAMETER 1088
|
||||
#define GEO_NODE_FILLET_CURVE 1089
|
||||
#define GEO_NODE_DISTRIBUTE_POINTS_ON_FACES 1090
|
||||
#define GEO_NODE_STRING_TO_CURVES 1091
|
||||
|
||||
Reference in New Issue
Block a user