Blender Git Loki
Git Commits -> Revision 77b8dbf
Revision 77b8dbf by Jacques Lucke (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
Geometry Nodes: support minimum twist normal mode The minimum twist mode is important because it allows creating normals without sudden changes in direction. The disadvantage of minimum twist normals is that the normals depend on all control points. So changing one control point can change the normals everywhere. The computed normals do not match the existing code exactly, although they do match quite well on non-cyclic and on some cyclic curves. I also noticed that the existing implementation has some fairly simple failure cases that I haven't found in the new implementation so far. Differential Revision: https://developer.blender.org/D11621 |
Commit Details:
Full Hash: 77b8dbfc3b0370c1f2fefbd18e3eeffb3222d87a
Parent Commit: d3ab663
Committed By: Dilith Jayakody
Lines Changed: +84, -2
1 Modified Path:
/source/blender/blenkernel/intern/spline_base.cc (+84, -2) (Diff)