blender/release/scripts/modules
Sergey Sharybin 27d42c63d9 Camera tracking integration
===========================

Commiting camera tracking integration gsoc project into trunk.

This commit includes:

- Bundled version of libmv library (with some changes against official repo,
  re-sync with libmv repo a bit later)
- New datatype ID called MovieClip which is optimized to work with movie
  clips (both of movie files and image sequences) and doing camera/motion
  tracking operations.
- New editor called Clip Editor which is currently used for motion/tracking
  stuff only, but which can be easily extended to work with masks too.

  This editor supports:
  * Loading movie files/image sequences
  * Build proxies with different size for loaded movie clip, also supports
    building undistorted proxies to increase speed of playback in
    undistorted mode.
  * Manual lens distortion mode calibration using grid and grease pencil
  * Supervised 2D tracking using two different algorithms KLT and SAD.
  * Basic algorithm for feature detection
  * Camera motion solving. scene orientation

- New constraints to "link" scene objects with solved motions from clip:

  * Follow Track (make object follow 2D motion of track with given name
    or parent object to reconstructed 3D position of track)
  * Camera Solver to make camera moving in the same way as reconstructed camera

This commit NOT includes changes from tomato branch:

- New nodes (they'll be commited as separated patch)
- Automatic image offset guessing for image input node and image editor
  (need to do more tests and gather more feedback)
- Code cleanup in libmv-capi. It's not so critical cleanup, just increasing
  readability and understanadability of code. Better to make this chaneg when
  Keir will finish his current patch.

More details about this project can be found on this page:
    http://wiki.blender.org/index.php/User:Nazg-gul/GSoC-2011

Further development of small features would be done in trunk, bigger/experimental
features would first be implemented in tomato branch.
2011-11-07 12:55:18 +00:00
..
bpy modify previous api feature to tag functions as permanent, use nicer decorator style, eg: 2011-11-03 09:13:47 +00:00
bpy_extras Camera tracking integration 2011-11-07 12:55:18 +00:00
console incorrectly had CMake storing directory names as filepaths 2011-06-29 13:16:11 +00:00
addon_utils.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
animsys_refactor.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
blend_render_info.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
bpy_types.py minor formatting edits (80 char width) 2011-10-23 12:17:24 +00:00
bpyml_ui.py use static sets rather then tuples, python optimizes this case. 2011-08-08 05:21:37 +00:00
bpyml.py use static sets rather then tuples, python optimizes this case. 2011-08-08 05:21:37 +00:00
console_python.py minor formatting edits (80 char width) 2011-10-23 12:17:24 +00:00
console_shell.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
keyingsets_utils.py py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
rna_info.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
rna_prop_ui.py cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +00:00
sys_info.py allow system info operator in background mode. 2011-03-22 11:44:46 +00:00