Arch: Fixed multilayer wall colors + added control in wall creation panel + fixed default roles

This commit is contained in:
Yorik van Havre
2017-05-05 12:45:41 -03:00
parent 37a62b4096
commit aa65230d4c
6 changed files with 49 additions and 15 deletions

View File

@@ -411,6 +411,7 @@ class _Structure(ArchComponent.Component):
self.Type = "Structure"
obj.FaceMaker = ["None","Simple","Cheese","Bullseye"]
obj.Role = Roles
obj.Role = "Beam"
def execute(self,obj):
"creates the structure shape"