forked from bartvdbraak/blender
Didn't meant to commit debug-only-code in the previous commit!
This commit is contained in:
parent
a64bcc1037
commit
dc9f4f53c0
@ -585,7 +585,6 @@ static bool configure_and_run_tracker(ImBuf *destination_ibuf, MovieTrackingTrac
|
||||
return false;
|
||||
|
||||
/* run the tracker! */
|
||||
#if 0
|
||||
tracked = libmv_trackRegion(&options,
|
||||
reference_search_area,
|
||||
reference_search_area_width,
|
||||
@ -596,9 +595,6 @@ static bool configure_and_run_tracker(ImBuf *destination_ibuf, MovieTrackingTrac
|
||||
src_pixel_x, src_pixel_y,
|
||||
&result,
|
||||
dst_pixel_x, dst_pixel_y);
|
||||
#else
|
||||
tracked = true;
|
||||
#endif
|
||||
|
||||
MEM_freeN(patch_new);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user