Blender Git Commit Log
Git Commits -> Revision 9f895fb
Revision 9f895fb by Hans Goudey (master) October 18, 2021, 17:31 (GMT) |
Geometry Nodes: Optimize curve builtin attribute exists check Calculating the number of points is overkill here, if there are many splines. The `exists` check just needs to know if there are any points at all. |
Commit Details:
Full Hash: 9f895fbb9708eaa1d70abcd3091d44f262380a8a
Parent Commit: 9a8badc
Lines Changed: +23, -1
1 Modified Path:
/source/blender/blenkernel/intern/geometry_component_curve.cc (+23, -1) (Diff)