ImportLDraw
                                
                                 ImportLDraw copied to clipboard
                                
                                    ImportLDraw copied to clipboard
                            
                            
                            
                        Fixed import failure resulting from the new `FABRIC` material colour finish
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