Blender Git Commit Log
Git Commits -> Revision 7f6ffe9
Revision 7f6ffe9 by Wayde Moss (master) December 14, 2020, 22:11 (GMT) |
Nla Refactor: Blend functions explicit Div0 check It's an explicit check to prevent division by zero if caller hasn't done the check. Future patch {D8867} will not use the nla remap function and thus not do the check. This patch also replaces some float (==) equality checks with IS_EQF(). Split from {D9247} Reviewed By: sybren Differential Revision: https://developer.blender.org/D9694 |
Commit Details:
Full Hash: 7f6ffe9195c105a2ed9776b907aa2e6e34ed4bf3
Parent Commit: fa6bf8f
Lines Changed: +25, -8
1 Modified Path:
/source/blender/blenkernel/intern/anim_sys.c (+25, -8) (Diff)