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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-20 10:28:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-22 15:01:16 +0300
commit29622ebd4d98e86a39c66d2247e2f42ba13d98ff (patch)
treea732b4bed2d2bb9d7f1e540ff78344466a081089 /mesh_tissue
parent77bede1be41b523b48ce248556b1f8e035811daa (diff)
mesh_tissue: correct invalid annotation
typing.get_type_hints fails when setting the type to a string. This has been commented in other uses, so it can be commented here too.
Diffstat (limited to 'mesh_tissue')
-rw-r--r--mesh_tissue/tessellate_numpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_tissue/tessellate_numpy.py b/mesh_tissue/tessellate_numpy.py
index 82799a83..bc6094cc 100644
--- a/mesh_tissue/tessellate_numpy.py
+++ b/mesh_tissue/tessellate_numpy.py
@@ -1921,7 +1921,7 @@ class tessellate(Operator):
max=1,
description="Automatically set crease for open edges"
)
- working_on : ""
+ # working_on : ""
def draw(self, context):
allowed_obj = ('MESH', 'CURVE', 'SURFACE', 'FONT', 'META')