Geometry Nodes: Field version of curve reverse node

The updated version has a selection input as a field
and does not realize instances implicitly.

Differential Revision: https://developer.blender.org/D12506
This commit is contained in:
Johnny Matthews
2021-09-28 13:53:20 -05:00
committed by Hans Goudey
parent cc653c9b02
commit 85aac0ef6a
8 changed files with 82 additions and 4 deletions

View File

@@ -528,6 +528,7 @@ geometry_node_categories = [
NodeItem("GeometryNodeInputTangent"),
NodeItem("GeometryNodeCurveSample"),
NodeItem("GeometryNodeCurveFillet"),
NodeItem("GeometryNodeCurveReverse"),
]),
GeometryNodeCategory("GEO_PRIMITIVES_CURVE", "Curve Primitives", items=[
NodeItem("GeometryNodeCurvePrimitiveLine"),