Blender Git Loki
Git Commits -> Revision c32e891
Revision c32e891 by Sergey Sharybin (master) August 16, 2011, 08:01 (GMT) |
Camera tracking integration =========================== initial re-design commit: - Added Mode to Clip Editor. Currently the following modes are present: * Tracking/Solving mode (default) * Reconstruction mode * Distortion mode - Hide all tools/properties which doesn't make sense in current mode. - Keep a look at new template template_marker. It's needed to control marker's properties, changing of which should produce new keyframe. Currently only "Enabled" property can be control. Probably all properties from "Marker" panel could go there so this template wouldn't be so specific. - No operators are disabled for non-their mode. It means they can be triggered from Space menu or hotkey. Need clear map operators into mode to prevent mess of poll function. |
Commit Details:
Full Hash: c32e8912debc26e0e6713130b171ce2345d14131
SVN Revision: 39436
Parent Commit: 215da93
Lines Changed: +473, -161
14 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+258, -118) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+72, -6) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+36, -18) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+14, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+57, -8) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+7, -1) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+72, -6) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+36, -18) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+14, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+57, -8) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+7, -1) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -0) (Diff)