Blender Git Commit Log
Git Commits -> Revision 83f2309
Revision 83f2309 by Tianwei Shen (soc-2016-multiview) August 6, 2016, 11:40 (GMT) |
remove duplicate code of drawing secondary clip - main clip and witness clip seem to only differ in one pointer, use a function utility to handle different context change, so that other duplicate code for witness clip can be remove. |
Commit Details:
Full Hash: 83f23099c2239f3653d4596428f4eb03529c4213
Parent Commit: 174cbc6
Lines Changed: +17, -168
5 Modified Paths:
/source/blender/editors/include/ED_clip.h (+2, -4) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -116) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+9, -41) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+0, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -6) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -116) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+9, -41) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+0, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -6) (Diff)