You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may already know about this bug, but running a Fuse dataset command in headless mode fails with the 0.3.1+ versions of multiview-reconstruction. I am trying to come up with a solution to this, other than just rolling it back (unless that is fine?).
The problem is that the script now always queries a generic dialogue. E.g., this line hits a null pointer exception.
This query used to be under an if statement which checked whether or not it was in headless mode.
You may already know about this bug, but running a Fuse dataset command in headless mode fails with the 0.3.1+ versions of multiview-reconstruction. I am trying to come up with a solution to this, other than just rolling it back (unless that is fine?).
The problem is that the script now always queries a generic dialogue. E.g., this line hits a null pointer exception.
This query used to be under an if statement which checked whether or not it was in headless mode.
The changes were made in 0.3.1, and were for the "fix fusion GUI for nonrigid" commit.
The text was updated successfully, but these errors were encountered: