Block a user
FBX import/export: Fix Camera rotation
With the import patch, importing an FBX exported by Blender (default settings for both import and export) (both with and without the export patches in this PR) results in the camera being…
FBX import/export: Fix Camera rotation
I'm not sure MAT_CONVERT_CAMERA_EXPORT is a proper name here. MAT_CONVERT_CAMERA is need for export operations too. However this inverse matrix is required in order to property calculate special…
FBX import/export: Fix Camera rotation
Originally I tested FBX cameras in QtQuick3D. At the first time, I exported a blender scene into a FBX format and read it through libassimp. Recently I found a bug in libassimp which assumed the…
FBX export: Fix Camera rotation