arindam-m / pyslapi

Python bindings for the official Sketchup API
195 stars 26 forks source link

UV map of the model unwraps incorrectly #36

Open taurell opened 3 years ago

taurell commented 3 years ago

Describe the bug I found an issue that UV map of the model unwraps incorrectly when I import it from Blender 2.93LT using SketchUp Importer v0.23. Since image texture nodes are properly connected, each object needed to be unwrapped in order to re-texture it.

When same .skp file is imported in Blender 2.83LT through SketchUp Importer v0.21, its texture was imported correctly without an issue and the UV map was also aligned as it should be. When I tried opening other files, same issue has occurred in v0.23 though it did not happen in the previous version. Would it be possible if this is an error within v0.23?

Steps to reproduce the behavior: import .skp file

Screenshots 화면 캡처 2021-09-08 220552 화면 캡처 2021-09-08 220416

System Info

Omeletee commented 2 years ago

I have the same problem even by "Blender 2.83LT through SketchUp Importer v0.21" "Blender 2.93LT through SketchUp Importer v0.23"...