I'm writing this to let you know that there are API changes in beta 2.81 builds. Namely Mapping node was changed and it no longer has rotation, translation and scale attributes. See https://github.com/KhronosGroup/glTF-Blender-IO/issues/661
I fixed it by changing uses_default_values function (line 888)
I'm writing this to let you know that there are API changes in beta 2.81 builds. Namely Mapping node was changed and it no longer has rotation, translation and scale attributes. See https://github.com/KhronosGroup/glTF-Blender-IO/issues/661
I fixed it by changing uses_default_values function (line 888)
and update_rotation function (line 1140)
in functions.py