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
when i use blender to export my scene to threejs, all
objects looks like rotated in my website.
but when i change the code of
'utils/exporters/blender/addons/io_three/exporter/api/mesh.py'
from line 23 to 37 like this :
everything is ok!
but why? and how to fixed ?
before I change the code:
after I change the code: