jesterKing / import_3dm

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

Doesn't work on 4.0.2 #113

Closed SpaceArchitecture closed 4 months ago

SpaceArchitecture commented 6 months ago

Describe the bug Python: Traceback (most recent call last): File "C:\Users\tlagarde\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_3dm__init__.py", line 137, in execute return read_3dm(context, options) File "C:\Users\tlagarde\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_3dm\read3dm.py", line 172, in read_3dm converters.handle_materials(context, model, materials, update_materials) File "C:\Users\tlagarde\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_3dm\converters\material.py", line 141, in handle_materials principled.node_principled_bsdf.inputs[16].default_value = transrough ValueError: bpy_struct: item.attr = val: sequence expected at dimension 1, not 'float'

To Reproduce Try to import anything you will see

Expected behavior Normal import

Desktop (please complete the following information): Windows 10 64

jesterKing commented 4 months ago

Duplicate of #109