System Information
Operating system: macOS-11.6-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20
Blender Version
Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-10-04 07:43, hash: rB8c55333a8e80
Worked: (newest version of Blender that worked as expected)
Short description of error
If you turn a curve Cyclic, Geometry Nodes calculates the normal direction of the curve incorrectly. This is easiest to see if you use the Curve to Mesh node to create a mesh, display the normals of the curve in Edit mode, manipulate the curve to give it a unique shape, and then tweak the cyclic value.
Exact steps for others to reproduce the error
- Create a Bezier Circle
- Create a new Geometry Node for the circle.
- Add a Curve to Mesh Node.
- Add a Curve Line node.
- Set the Curve Line END values to 0.2, 0, 0.
- Connect the Curve line to the Profile Curve of the Curve to Mesh node.
- Connect the Group Input -> Geometry output to the Curve in the Curve to Mesh node.
- Connect the Curve to Mesh -> Mesh output to the Group Output Geometry input.
Now, select the curve and switch to *edit* mode.
In the Viewport Overlays, increase the display of the Normals until you can see them for the curve.
Adjust the curve until it's twisted.
Now in the Properties Panel for the curve, under Active Spline toggle on and off Cyclic. Notice that the mesh doesn't line up with the normals when Cyclic is on.
or
- Open .blend file
- Turn on Cyclic


