Blender Git Loki
Git Commits -> Revision 48ead27
Revision 48ead27 by Sergey Sharybin (master) May 3, 2012, 23:15 (GMT) |
Camera tracking: switch dopesheet information to lazy calculation All operators which changes tracking data now just tags dopsheet as outdated, actual re-calculaiton of happens only when this information is actually needed (like on dopesheet draw). This makes things a bit faster when there's no dopesheet visible in current screen and also makes it much easier to update dopesheet using dependency graph. Also renamed dopesheet_sort_order to dopesheet_sort_method in rna and internal stuff which makes much more sense and also correlated with naming in file browser. |
Commit Details:
Full Hash: 48ead2736643cf0327b9472cfd05042a58f9d9b0
SVN Revision: 46249
Parent Commit: 5da2135
Lines Changed: +88, -104
13 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+1, -1) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+51, -36) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -17) (Diff)
/source/blender/blenloader/intern/writefile.c (+0, -15) (Diff)
/source/blender/editors/include/ED_clip.h (+0, -2) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+0, -8) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+2, -2) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+17, -16) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+51, -36) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -17) (Diff)
/source/blender/blenloader/intern/writefile.c (+0, -15) (Diff)
/source/blender/editors/include/ED_clip.h (+0, -2) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+0, -8) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+2, -2) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+17, -16) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)