Blender Git Commit Log
Git Commits -> Revision 5f0e32f
Revision 5f0e32f by Sergey Sharybin (master) October 10, 2011, 15:29 (GMT) |
Camera tracking integration =========================== - Fixed movie clip cache drawing -- it used to draw both distorted and undistorted cached frames. - Undistort markers position in clip editor when using undistorted rendering. Can be noticeable slower when displaying paths. - Display proper image in track preview widget when using undistorted rendering. - Do not mark scoped as dirty when not in tracking mode. |
Commit Details:
Full Hash: 5f0e32fe6c31e7480dac099049aa6d6bfe14080d
SVN Revision: 40914
Parent Commit: f881ff0
Lines Changed: +172, -41
8 Modified Paths:
/source/blender/blenkernel/BKE_moviecache.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/moviecache.c (+9, -7) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+21, -5) (Diff)
/source/blender/editors/include/ED_clip.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+96, -26) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+32, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+8, -1) (Diff)
/source/blender/blenkernel/intern/moviecache.c (+9, -7) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+21, -5) (Diff)
/source/blender/editors/include/ED_clip.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+96, -26) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+32, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+8, -1) (Diff)