Blender Git Loki
Git Commits -> Revision feb8e63
Revision feb8e63 by Bastien Montagne (soc-2021-curves) June 21, 2021, 14:31 (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: feb8e633dc7e61c2b0164d7ce271df96b7fa278b
Parent Commit: d7b2cd6
Committed By: Dilith Jayakody
Lines Changed: +34, -49