Blender Git Loki
Git Commits -> Revision cd332d5
Revision cd332d5 by Sergey Sharybin (master) July 21, 2011, 09:23 (GMT) |
Camera tracking integration =========================== - Fixed crash when transforming disabled marker. - Select Inverse wouldn't select hidden parts of markers. - Movie Clip display aspect ratio is now available on Display panel. |
Commit Details:
Full Hash: cd332d571a04dedc7470422f09dd891ffa6c6a66
SVN Revision: 38556
Parent Commit: ac57527
Lines Changed: +70, -23
10 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+5, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -1) (Diff)
/source/blender/editors/include/ED_clip.h (+3, -0) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+20, -3) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+5, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+12, -8) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -11) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+7, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -1) (Diff)
/source/blender/editors/include/ED_clip.h (+3, -0) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+20, -3) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+5, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+12, -8) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -11) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+7, -0) (Diff)