Arch: Make sure the BaseMaterial property contains a Material object

This commit is contained in:
Yorik van Havre
2016-12-29 20:42:30 -02:00
parent a0af969a47
commit 4284e437d3
5 changed files with 10 additions and 1 deletions

View File

@@ -577,6 +577,7 @@ class _Structure(ArchComponent.Component):
if nodes:
self.nodes = [v.Point.add(offset) for v in nodes.Vertexes]
obj.Nodes = self.nodes
ArchComponent.Component.onChanged(self,obj.prop)
def getNodeEdges(self,obj):
"returns a list of edges from stuctural nodes"