Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <j.ha@ultimaker.com>2017-02-15 12:57:24 +0300
committerJack Ha <j.ha@ultimaker.com>2017-02-15 12:57:24 +0300
commit78de5412a2c12906936a9a9ffc37a241f619a89a (patch)
tree34de5ea170a92fb4ee09854cc54ec8fd95b13d2f /cura/LayerPolygon.py
parent9e973732f56678506a9ba9730ce59a52a51d18cb (diff)
parent60d4e6e4fd553dc9cce471d5b78eb8132f7cfc17 (diff)
Merge branch 'master' into layer_view3_cleanup
Diffstat (limited to 'cura/LayerPolygon.py')
-rw-r--r--cura/LayerPolygon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/LayerPolygon.py b/cura/LayerPolygon.py
index 242bb25d56..2c527c7c7e 100644
--- a/cura/LayerPolygon.py
+++ b/cura/LayerPolygon.py
@@ -1,6 +1,6 @@
from UM.Math.Color import Color
from UM.Application import Application
-
+from typing import Any
import numpy
@@ -198,7 +198,7 @@ class LayerPolygon:
return normals
- __color_map = None
+ __color_map = None # type: numpy.ndarray[Any]
## Gets the instance of the VersionUpgradeManager, or creates one.
@classmethod