Blender Git Commit Log
Git Commits -> Revision 424084e
Revision 424084e by Sybren A. Stüvel (master) September 24, 2020, 13:17 (GMT) |
Cleanup: NLA, refactor condition, use early return Simplify code by replacing `if (strip) { everything; }` with `if (strip == NULL) { return; }`. No functional changes. |
Commit Details:
Full Hash: 424084eeb5c2a523ccfac58882b796b017c01eb3
Parent Commit: 7ba30d3
Lines Changed: +44, -44
1 Modified Path:
/source/blender/blenkernel/intern/nla.c (+44, -44) (Diff)