1 1 10BRICK
datablock fxDTSBrickData(brick1x1x10brickData){ brickFile = "1x1x10.blb"; category = "Baseplates"; subCategory = "4x Cube Fill"; uiName = "1x1x10";};
As far as I know, this is the only brick I have that has an "X Y Z" of "1 1 10"So, no. I don't THINK I have any other bricks that overwrite the uiName. Howevr, I will look again.
Waaaaat?Code: [Select]1 1 10BRICKCode: [Select]datablock fxDTSBrickData(brick1x1x10brickData){ brickFile = "1x1x10.blb"; category = "Baseplates"; subCategory = "4x Cube Fill"; uiName = "1x1x10";};
Try "./1x1x10.blb";Its looked for 1x1x10.blb in the Blockland folder, not the add-on.