mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Layerview removed Color Only Selected Extruder, cleanup 3d shader. CURA-3273
This commit is contained in:
parent
2f9618f2ad
commit
5f6ed488d1
5 changed files with 0 additions and 31 deletions
|
@ -84,12 +84,6 @@ class LayerViewProxy(QObject):
|
|||
return active_view.getLayerViewType()
|
||||
return 0
|
||||
|
||||
@pyqtSlot(bool)
|
||||
def setOnlyColorActiveExtruder(self, only_color_active_extruder):
|
||||
active_view = self._controller.getActiveView()
|
||||
if type(active_view) == LayerView.LayerView.LayerView:
|
||||
active_view.setOnlyColorActiveExtruder(only_color_active_extruder)
|
||||
|
||||
# Opacity 0..1
|
||||
@pyqtSlot(int, float)
|
||||
def setExtruderOpacity(self, extruder_nr, opacity):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue