Hi
I created a camera tracking in Blender and exported the camera path with python script. The exported data was used to set the camera positions in Panda3D
But I got a problem with the part of my camera path. The render looks good in Blender, but when I render it using Panda3D my rendered objects shifts to the side
Blender sample:
Panda3D sample:
This part of the camera path was edited in Blender and I have this shifting issue in Panda3D only at this part. It looks like I’m exporting wrong data for this piece of the camera path, but I was not able to fix it.
Do you have any idea how to fix this issue?
Thank you for your help!