mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 09:15:58 +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):
|
def isMultiMaterial(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def __deepcopy__(self, memo):
|
||||||
|
return MultiMaterialDecorator()
|
Loading…
x
Reference in New Issue
Block a user