ImportLDraw icon indicating copy to clipboard operation
ImportLDraw copied to clipboard

Fixed import failure resulting from the new `FABRIC` material colour finish

Open sgebbie opened this issue 5 months ago • 1 comments

Graceful handling of the new LDraw FABRIC finish added to the LDraw colour definition specification:

  • Revision: 01-Apr-2025
  • https://www.ldraw.org/article/299.html#material
  • FABRIC [VELVET | CANVAS | STRING | FUR]

Fabric finishes are still not supported, but warning are logged instead of an abort.

This fix does not add FABRIC support. But, it does allow the import tool to continue to function when referencing a newer version of the LDraw library.

Fixes:

  • #103

sgebbie avatar May 03 '25 13:05 sgebbie