Blender Git Loki
Git Commits -> Revision 3d724d8
Revision 3d724d8 by Sergey Sharybin (master) November 15, 2011, 12:20 (GMT) |
Camera tracking: made some options more easy to understand - Changed some names so now people who aren't really familiar with motion tracking can understand what they exactly means - Also cleaned up and rephraded some descriptions - Changed behavior of operator which creates empty for 2d tracks: now it operates on all selected tracks rather than active track only - Added checkbox to enable/disable rotation stabilization |
Commit Details:
Full Hash: 3d724d8df55d56731e49e73c4fead32deef661e3
SVN Revision: 41875
Parent Commit: 355710f
Lines Changed: +166, -71
2 Added Paths:
/release/scripts/presets/camera/Sony_A55.py (+5, -0) (View)
/release/scripts/presets/tracking_camera/Sony_A55.py (+11, -0) (View)
/release/scripts/presets/tracking_camera/Sony_A55.py (+11, -0) (View)
11 Modified Paths:
/release/scripts/startup/bl_operators/clip.py (+23, -15) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+20, -16) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+3, -2) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+21, -10) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+4, -4) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+8, -8) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+63, -9) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+20, -16) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+3, -2) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+21, -10) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+4, -4) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+8, -8) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+63, -9) (Diff)