Layerview removed Color Only Selected Extruder, cleanup 3d shader. CURA-3273

This commit is contained in:
Jack Ha 2017-01-30 11:39:59 +01:00
parent 2f9618f2ad
commit 5f6ed488d1
5 changed files with 0 additions and 31 deletions

View file

@ -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):