Files
test/source/blender/blenkernel
Sergey Sharybin 08407e79ea Camera tracking integration
===========================

- Fixed "sliding" when panning footage in high zoom.
  This was most noticeable near right top corner of footage.
- Fixed 1px flickering of marker during playback with
  "Lock to Selection" toggled on. This was caused by
  precision errors. Used UI_view2d_to_region_no_clip-like
  offsets calculations, but in float values. Maybe there
  could be something smarter..
- Implemented tarcking along single frame.
  Hotkey is ALT+left/right array. Also changed a bit
  tracking tools buttons in Tools panel.
- Fixed "Lock to Selection" during tracking -- tracks
  synchronization should happen before centering view.
- Approximate marker's position for frames, which haven't
  got marker for them.
  Use the nearest marker from left side for approximation.
  For frames above  first marker's framenr sue first marker
  position.
- Markers now could be disabled. Added checkbox to
  "Active Marker" panel.
- Changes in cache line:
  * Bright line means active track has marker for frame.
  * Dark line means marker's position is approximated.
  * Yellow-less line means marker is disabled for that frames.

NOTE: .blend files which are saved with previous tomato version
      would fail to work properly. I don't want to spend time
      on making that files work properly atm, so don't blame on this.
2011-06-27 14:24:23 +00:00
..
2011-06-27 14:24:23 +00:00
2011-06-15 14:06:25 +00:00
2011-05-01 21:39:13 +00:00
2011-05-30 04:18:02 +00:00
2011-05-30 04:18:02 +00:00
2011-06-22 14:54:53 +00:00
2011-06-22 14:54:53 +00:00
2011-06-05 20:54:04 +00:00
2011-03-07 11:51:09 +00:00
2011-03-12 02:12:02 +00:00
2011-04-29 04:43:36 +00:00
2011-06-27 14:24:23 +00:00
2011-06-10 17:17:25 +00:00