Blender Git Commit Log
Git Commits -> Revision 75ae328
Revision 75ae328 by Hans Goudey (master) July 18, 2021, 23:20 (GMT) |
Cleanup: Make curve trim node code more semantically correct The code used `Spline::LookupResult` in a way that referred to evaluated points and control points interchangeably. That didn't affect the logic, but the code became harder to read. Instead, introduce a local struct to contain the data in a more obvious way. |
Commit Details:
Full Hash: 75ae328d629aee6ed9b8adc38f6c2143824581f5
Parent Commit: 76f0ef2
Lines Changed: +86, -85
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_curve_trim.cc (+86, -85) (Diff)