Blender Git Commit Log
Git Commits -> Revision c27c87d
Revision c27c87d by Sergey Sharybin (master) April 29, 2012, 12:32 (GMT) |
Camera tracking: backport refactoring made in local branches with masking and dopesheet view into trunk Mostly related on changes in poll functions for tracking operators and some changes to how interface is initializing for different view types. |
Commit Details:
Full Hash: c27c87dde4f627565df7cb000b7eba45c2604ce4
SVN Revision: 46066
Parent Commit: 16d4c49
Lines Changed: +407, -192
16 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/editors/include/ED_clip.h (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+8, -0) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+57, -0) (Diff)
/source/blender/editors/space_clip/clip_graph_draw.c (+2, -56) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+3, -5) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_toolbar.c (+4, -4) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+60, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+164, -43) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+33, -66) (Diff)
/source/blender/editors/transform/transform.c (+34, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+14, -9) (Diff)
/source/blender/editors/transform/transform_generics.c (+7, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/source/blender/editors/include/ED_clip.h (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+8, -0) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+57, -0) (Diff)
/source/blender/editors/space_clip/clip_graph_draw.c (+2, -56) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+3, -5) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_toolbar.c (+4, -4) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+60, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+164, -43) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+33, -66) (Diff)
/source/blender/editors/transform/transform.c (+34, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+14, -9) (Diff)
/source/blender/editors/transform/transform_generics.c (+7, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)