jesterKing / import_3dm

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

Object conversion refactor #48

Closed tsvilans closed 4 years ago

tsvilans commented 4 years ago

Object conversion refactor

Conversion functions are written more modularly, since code was being repeated, and the creation of objects and object data was too intertwined.

detailed explanation

lfertig commented 4 years ago

looks good to me. nice to have it all tidied up a bit! once you have it merged I'll adapt my code, I have to wait for the next rhino3dm pip package anyway...