Uranium -> Cura and drop some unused code

This commit is contained in:
Arjen Hiemstra 2015-12-14 11:14:14 +01:00
parent 042c575b18
commit b229769c4e
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
# Uranium is released under the terms of the AGPLv3 or higher.
# Cura is released under the terms of the AGPLv3 or higher.
from UM.View.View import View
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
@ -15,14 +15,10 @@ import math
## Standard view for mesh models.
class SolidView(View):
#EnabledColor = Color(1.0, 0.79, 0.14, 1.0)
#DisabledColor = Color(0.68, 0.68, 0.68, 1.0)
def __init__(self):
super().__init__()
Preferences.getInstance().addPreference("view/show_overhang", True)
#Preferences.getInstance().preferenceChanged.connect(self._onPreferenceChanged)
self._enabled_shader = None
self._disabled_shader = None