jesterKing / import_3dm

Blender importer script for Rhinoceros 3D files
MIT License
301 stars 38 forks source link

Is possible to preserve UVs? #74

Closed louzelig closed 2 years ago

louzelig commented 4 years ago

When import my rhino files into blender, UV mappings are gone. If I want to preserve UV maps, I need to export my files to OBJ in Rhino and then import it to Blender, but in that case, my layers are gone. Is there any way to preserve my UVs? Thanks!!!

lfertig commented 4 years ago

It is partially implemented, but not public yet. Also, at the moment it only supports a single mapping, multiple channels will not be possible for a while, as it is missing some internal functionality. I'll post here once it is online, unfortunately i can't tell right now when this will be..

ScienceofSpock commented 2 years ago

This is what I'm waiting for as well.

jesterKing commented 2 years ago

The UV import is available in v0.0.9 (single channel)

ScienceofSpock commented 2 years ago

Awesome, thanks for this!