ImportLDraw icon indicating copy to clipboard operation
ImportLDraw copied to clipboard

Error when importing - color assignment issue in script ?

Open blambert3d opened this issue 5 years ago • 1 comments

Error when importing - sequences of dimension 0 should contain 3 items, not 4

the line the error is occurring on is 1802

2019-11-21 23_03_44-Blender

        material.diffuse_color = getDiffuseColor(col["colour"])

Blender version 2.80 windows LDraw made from LCAD

blambert3d avatar Nov 21 '19 23:11 blambert3d

I've written my own importer that you may find useful. https://github.com/cuddlyogre/ExportLdraw

cuddlyogre avatar Apr 25 '21 23:04 cuddlyogre

Fixed in latest release.

TobyLobster avatar Jan 03 '23 22:01 TobyLobster