Fix T84515: Status bar is reporting the average solve error of the wrong tracking object

Reviewed By: sergey

Maniphest Tasks: T84515

Differential Revision: https://developer.blender.org/D10047
This commit is contained in:
Oliver Weissbarth
2021-01-12 11:01:54 +01:00
committed by Sergey Sharybin
parent 2a23addf52
commit 401279253e

View File

@@ -145,7 +145,7 @@ static void solve_camera_freejob(void *scv)
BKE_reportf(scj->reports,
RPT_INFO,
"Average re-projection error: %.2f px",
tracking->reconstruction.error);
BKE_tracking_get_active_reconstruction(tracking)->error);
}
/* Set currently solved clip as active for scene. */