Re: Staircase generator plug-in

by Keet » Sun Mar 12, 2023 11:26 am

Daniels118 found the source of the problem:

Code: Select all

HomePieceOfFurniture roofPiece = new HomePieceOfFurniture(new CatalogPieceOfFurniture(null, roofName, null, iconContent, modelContent, size.x, size.z, size.y, 0, true, null, System.getProperty("user.name"), true, null, null));
(In the roof generator thread: https://sweethome3d.com/support/forum/v ... ,150#57817 )

Dorin tested with replacing the value with null which worked and will be avialable in the next update.
Maybe the same solution could be used for the roof generator.