Blender Git Commit Log
Git Commits -> Revision 7bd8a51
Revision 7bd8a51 by Bastien Montagne (override-recursive-resync) June 14, 2021, 14:34 (GMT) |
BLI_math: Cleanup: Use `mul_`/`madd_` functions. Better to avoid explicit vectors components direct manipulation when a generic operation for whole vector exists, if nothing else it avoids potential mistakes in indices. |
Commit Details:
Full Hash: 7bd8a518a8d1b8929c3f89b7d8b0c855e81134d3
Parent Commit: 894cd25
Lines Changed: +34, -49