thegoodhen / AprilTools

A marker-based camera tracker for Blender based around the AprilTags Library by University of Michigan
GNU General Public License v3.0
253 stars 29 forks source link

Issue when trying to import to blender #47

Closed Greenvillman closed 2 years ago

Greenvillman commented 2 years ago

When i try to import the text file to blender (Blender 3.1) It shows 3 errors Do i have to downgrade to lower versions like 2.8 its also fine by me I even tried with the sample video and it didnt work either image (the camera has no rotation or position by that i mean the rotation is 0,0,0 and position is 0,0,0 on all axis)

thegoodhen commented 2 years ago

Oh snap. I'll fix it tomorrow.

Greenvillman commented 2 years ago

Thanks

thegoodhen commented 2 years ago

Still on it, I planned to fix the import once export from the Python version works flawlessly, but I ran into issues while trying to get the Python version to work.

I'll probably skip the debugging of the Python and just hotfix the importer by itself.

Greenvillman commented 2 years ago

ok take your time

thegoodhen commented 2 years ago

ok take your time

I am unable to replicate the issue. Please, send me your track.txt data.

It works for me in Blender 3.0.1

I can try checking whether it works in your version of Blender. :)

thegoodhen commented 2 years ago

UGHHHH So it actually works in 3.0.1, but is broken in 3.1.

I'll look into it, hold on.

thegoodhen commented 2 years ago

Okay, fixed it. Updating now.

thegoodhen commented 2 years ago

Fixed in the newest commit. Closing issue.