Blender Git Loki
Git Commits -> Revision 14b26fc
Revision 14b26fc by Hans Goudey (master) April 26, 2021, 22:01 (GMT) |
Fix T87702: Cannot generate one point with line node in end points mode Counts of less than one weren't allowed in end points mode mostly to avoid a division by zero when calculating the delta. It's trivial to allow a count of one, so this commit does that, with the point placed at the start location. |
Commit Details:
Full Hash: 14b26fc976590c6daa752d4327270540b757b652
Parent Commit: 49b3d00
Lines Changed: +4, -1
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc (+4, -1) (Diff)