Blender Git Commit Log
Git Commits -> Revision bcbc626
Revision bcbc626 by Hans Goudey (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
Cleanup: Use const arguments and less sequential iteration Using const indexes and offsets helps to make the logic less sequential, which is hopefully easier to understand and possibly easier to parallelize in the future. Also order return arguments last. |
Commit Details:
Full Hash: bcbc626a058be412e7ca14eae992520195723eeb
Parent Commit: 16ec757
Committed By: Fabian Schempp
Lines Changed: +33, -27
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc (+33, -27) (Diff)