mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +08:00
Added deepcopy function
CURA-1578
This commit is contained in:
parent
386cd40a03
commit
a3618c243d
@ -6,3 +6,6 @@ class MultiMaterialDecorator(SceneNodeDecorator):
|
||||
|
||||
def isMultiMaterial(self):
|
||||
return True
|
||||
|
||||
def __deepcopy__(self, memo):
|
||||
return MultiMaterialDecorator()
|
Loading…
x
Reference in New Issue
Block a user