Blender Git Loki
Git Commits -> Revision 45628cc
Revision 45628cc by Tianwei Shen (soc-2016-multiview) July 20, 2016, 11:31 (GMT) |
make a open secondary clip button |
Commit Details:
Full Hash: 45628cc8b6610d955ee453e3b9cfd2590737371a
Parent Commit: aaa745d
Lines Changed: +194, -1
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+3, -0) (Diff)
/source/blender/editors/include/ED_clip.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+3, -1) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+52, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+127, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/editors/include/ED_clip.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+3, -1) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+52, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+127, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)