blender/extern/libmv
Sergey Sharybin 7ece1ef63e Camera tracking integration
===========================

- Internal changes:
  * Fixed bundle.sh script to bundle libmv: it was generating
    incorrect CMakeLists header.
  * Rename CLIP_OP_delete to CLIP_OT_delete_track.
  * Fixed crash when BKE_movieclip_acquire_ibuf is called
    with NULL user.
  * Made MovieTrackingMarker structure 8-bytes aligned
  * Use writestruct rather than writedata for track markers.
    This allows to change MovieTrackingMarker safely.
- Added "Delete Marker" operator which deletes marker for
  current frame only. Hotkey is Shift-Del.
- Added MovieClip.size and MovieClip.resolution RNA properties.
  Use last accessed frame number to get ImBuf from sequence.
- Added different actions for "Clear Path" operator:
  * Clear path up to current frame.
  * Clear the whole path.
  * Cleat remained part of path (for frames after current).
- Changed buttons order and icons for tracking. New order is:
  * Track frame backwards.
  * Track sequence backwards.
  * Track sequence forwards.
  * Track frame forwards.

NOTE: this breaks compatibility with existing .blend files again,
      but it should be much easier to change data structures without
      breackaged in the future.
2011-06-29 18:05:07 +00:00
..
libmv Accidentally commited unneded change to libmv. 2011-06-22 15:58:33 +00:00
bundle.sh Camera tracking integration 2011-06-29 18:05:07 +00:00
CMakeLists.txt Camera tracking integraiton 2011-06-22 14:54:53 +00:00
files.txt Camera tracking integration 2011-06-10 17:17:25 +00:00
libmv-capi.cpp Camera tracking integraiton 2011-06-22 14:54:53 +00:00
libmv-capi.h Camera tracking integraiton 2011-06-22 14:54:53 +00:00
mkfiles.sh Camera tracking integration 2011-06-10 17:17:25 +00:00
SConscript Camera tracking integration 2011-06-10 17:17:25 +00:00