Blender Git Commit Log
Git Commits -> Revision 125ce64
Revision 125ce64 by Mike Erwin (master) April 4, 2017, 19:40 (GMT) |
cleanup I started cleaning up UI_view2d_scale_get where the y scale was unused, then got carried away... - for loop scope - declare variables closer to where they are used - move early exits closer to function start - unsigned --> unsigned int |
Commit Details:
Full Hash: 125ce644f28dccea67ad5bdada0013eba8caafbe
Parent Commit: db0f67f
Lines Changed: +116, -172
5 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+11, -11) (Diff)
/source/blender/editors/animation/anim_markers.c (+50, -77) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -6) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+12, -16) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+42, -62) (Diff)
/source/blender/editors/animation/anim_markers.c (+50, -77) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -6) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+12, -16) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+42, -62) (Diff)