Blender Git Loki
Git Commits -> Revision 5bf5d5a
Revision 5bf5d5a by Sergey Sharybin (master) January 9, 2012, 20:18 (GMT) |
Camera tracking: tracks copy/paste operator This commit implements basic clipboard support for movie tracking data int clip editor. Used own implementation of clipboard like it's done for sequencer. Ideally it needed to be switched to more general clipboard system, but currently this system is designed for text data only and it need to be re-designed itself. But this feature is quite useful since object tracking is implemented, so it should be OK to live with such own implementation for a while. |
Commit Details:
Full Hash: 5bf5d5a8445da66a7da3e06a160bf9771f624d1b
SVN Revision: 43244
Parent Commit: dadb0d8
Lines Changed: +185, -9
7 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+71, -3) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+3, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+95, -6) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+71, -3) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+3, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+95, -6) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)