mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 02:41:01 -07:00
Move setMaterialName() into MaterialManager
This commit is contained in:
parent
f7377e6321
commit
c6128ef5ba
4 changed files with 22 additions and 13 deletions
|
|
@ -859,6 +859,7 @@ class CuraApplication(QtApplication):
|
|||
def getVariantManager(self, *args):
|
||||
return self._variant_manager
|
||||
|
||||
@pyqtSlot(result = QObject)
|
||||
def getMaterialManager(self, *args):
|
||||
return self._material_manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue