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
I've had successful exports with this change earlier, but testing with Blender 2.83 and 2.9 the change suggested above seems to fail. Needs some more investigation.
UV textures are not exported correct in Blender 2.82.
Changing this line to
float_values += " {} {}".format(v.uv[uvi].x, 1 - v.uv[uvi].y)
seems to fix the problem.collada-exporter/io_scene_dae/export_dae.py
Line 773 in 9a8fae9
Note: To get this running with 2.82 I have added this change while testing this artellblender#3
The text was updated successfully, but these errors were encountered: