Blender Git Commit Log
Git Commits -> Revision 748475b
Revision 748475b by Bastien Montagne (master) June 14, 2021, 10:32 (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: 748475b9431c5b09514b69b042f0daaea1231dc1
Parent Commit: b21db5e
Lines Changed: +34, -49