arindam-m / pyslapi

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

Geometry gets imporrted in random places #17

Open Mi-Pe opened 3 years ago

Mi-Pe commented 3 years ago

Hi! I experience an issue - when I import groups from a specific Sketchup model, they land spread randomly across Blender model space. I know, these groups have far origins (which is not ideal situation) but it is expected for geometry to land roughly in the same place in model space (relatively to world origin), no matter how far origins of particular groups are from nested geometry, is this right? Sure, I could explode these 7 trees in Sketchup and regroup them with close origins, so that importer works fine but I eventually want to import >1000 trees, all having far origins, so you understand... I attach the models in ZIP rchive.

Steps to reproduce the behavior: Download my source SKP file and import it to Blender. See that position of trees in SketchUp, related to world origin, is very different from their position in Blender.

Expected behavior Geometry is imported in the same place, related to world origin, that it was in SketchUp.

System Info

Screenshots trees in sketchup trees in blender - randomly spread across model space

Trees.zip

xz-blender commented 3 years ago

I have the same problem