mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 12:19:16 +08:00
Added deepcopy function
CURA-1578
This commit is contained in:
parent
386cd40a03
commit
a3618c243d
@ -5,4 +5,7 @@ class MultiMaterialDecorator(SceneNodeDecorator):
|
||||
super().__init__()
|
||||
|
||||
def isMultiMaterial(self):
|
||||
return True
|
||||
return True
|
||||
|
||||
def __deepcopy__(self, memo):
|
||||
return MultiMaterialDecorator()
|
Loading…
x
Reference in New Issue
Block a user