Blender Git Loki
Git Commits -> Revision ef7229d
Revision ef7229d by Sybren A. Stüvel (master) March 30, 2020, 11:26 (GMT) |
Cleanup: reduce code indentation in autokeyframe_pose() This makes the code a bit simpler to follow, by replacing `if (x) { all the code here }` with `if (!x) { continue; }` and un-indenting the remaining code, and by returning early. No functional changes. |
Commit Details:
Full Hash: ef7229d69a752d7caa529b4aefcb093d21d9e9d2
Parent Commit: cf258b0
Lines Changed: +122, -119
1 Modified Path:
/source/blender/editors/transform/transform_convert.c (+122, -119) (Diff)