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
Notes: blender-bot 2023-02-13 19:56:52 +01:00
Referenced by issue #84515, Status bar is reporting the average solve error of the wrong tracking object
1 changed files with 1 additions and 1 deletions

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. */