D6: Fixed layers and line widths

This commit is contained in:
Victor Larchenko 2017-01-05 13:43:08 +06:00 committed by Youness Alaoui
parent f8874bfe21
commit 33cd386556
2 changed files with 33 additions and 14 deletions

View file

@ -7,3 +7,6 @@ class SliceableObjectDecorator(SceneNodeDecorator):
def isSliceable(self):
return True
def __deepcopy__(self, memo):
return type(self)()