blender/extern/libmv
Sergey Sharybin 9f3c921957 Camera tracking: moved camera solver into it's own job
In some cases solving can take a while (especially when refining is used)
and keeping interface locked is a bit annoying. Now camera solver is moved
to job system and interface isn't locking.

Reporting progress isn't really accurate, but trying to make it more linear
can lead to spending more effort on it than having benefit. Also, changing
status in the information line helps to understand that blender isn't hang
up and solving is till working nicely.

Main changes in code:
- libmv_solveReconstruction now accepts additional parameters:
  * progress_update_callback - a function which is getting called
    from solver algorithm to report progress back to Blender.
  * callback_customdata - a user-defined context which is passing
    to progress_update_callback so progress can be updated in needed
    blender-side data structures.

  This parameters are optional.

- Added structure MovieTrackingStats which is placed in MovieTracking
  structure. It's supposed to be used for displaying information about
  different operations (currently it's only camera solver, but can be
  easily used for something else in the future) in clip editor.
  This statistics structure is getting allocated for time operator is
  working and not saving into .blend file.

- Clip Editor now displays statistics stored in MovieTrackingStats structure
  like it's done for rendering.
2011-11-28 13:49:42 +00:00
..
libmv Camera tracking: moved camera solver into it's own job 2011-11-28 13:49:42 +00:00
patches Hopefully compilation with MinGW will work again. 2011-11-07 18:14:50 +00:00
third_party SVN maintenance. 2011-11-15 19:37:09 +00:00
bundle.sh Hopefully compilation with MinGW will work again. 2011-11-07 18:14:50 +00:00
ChangeLog Camera tracking integration 2011-11-07 12:55:18 +00:00
CMakeLists.txt Camera tracking: moved camera solver into it's own job 2011-11-28 13:49:42 +00:00
files.txt Camera tracking integration 2011-11-07 12:55:18 +00:00
libmv-capi.cpp Camera tracking: moved camera solver into it's own job 2011-11-28 13:49:42 +00:00
libmv-capi.h Camera tracking: moved camera solver into it's own job 2011-11-28 13:49:42 +00:00
mkfiles.sh Camera tracking integration 2011-11-07 12:55:18 +00:00
SConscript libmv: don't replace flags with rel_flags but add, to preserve all flags 2011-11-25 11:31:51 +00:00