Blender Git Loki
Git Commits -> Revision 35633f3
Revision 35633f3 by Sergey Sharybin (master) June 17, 2011, 14:47 (GMT) |
Camera tracking integration =========================== Refactored interface of movie clip editor: - Remove all "modal" things like active tool and mode. They aren't so useful as I thought when was starting implementation of UI. - Toolbar (T-panel) now contains tools only, no options/properties there. - All properties are moved to properties panel (N-panel). |
Commit Details:
Full Hash: 35633f35d5aff73d041f6fb53e3eccf8fcb35b92
SVN Revision: 37596
Parent Commit: 4cd25c1
Lines Changed: +6675, -6813
15 Modified Paths:
/release/datafiles/blenderbuttons (+0, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+64, -125) (Diff)
/source/blender/editors/datafiles/blenderbuttons.c (+6598, -6601) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+1, -4) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+1, -2) (Diff)
/source/blender/editors/space_clip/clip_header.c (+0, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -12) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+0, -15) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -6) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+0, -23) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -13) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+64, -125) (Diff)
/source/blender/editors/datafiles/blenderbuttons.c (+6598, -6601) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+1, -4) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+1, -2) (Diff)
/source/blender/editors/space_clip/clip_header.c (+0, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -12) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+0, -15) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -6) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+0, -23) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -13) (Diff)