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-03-02 11:54:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-02 11:54:50 +0300
commitd142dc2d11daf8100085fb8b345088e8de8154ec (patch)
tree0cd2ed7258c61e03de23ddc2afd15ccf07902432 /mesh_tissue
parent24e756c0da89bdbf88dc22163ae3b7ef4f1fbb73 (diff)
mesh_tissue: add comment to object.tessellate.working_on
This was made into an annotation 498d912a9d5854c0cfc1f54ed8b4216d442b89f1 But it seems it should have been kept a class variable, keep commented but note that the functionality could be restored.
Diffstat (limited to 'mesh_tissue')
-rw-r--r--mesh_tissue/tessellate_numpy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mesh_tissue/tessellate_numpy.py b/mesh_tissue/tessellate_numpy.py
index bc6094cc..b13094e9 100644
--- a/mesh_tissue/tessellate_numpy.py
+++ b/mesh_tissue/tessellate_numpy.py
@@ -1921,7 +1921,8 @@ class tessellate(Operator):
max=1,
description="Automatically set crease for open edges"
)
- # working_on : ""
+ # NOTE: this was made into an annotation for 2.8x, but should be a class variable.
+ # working_on = ""
def draw(self, context):
allowed_obj = ('MESH', 'CURVE', 'SURFACE', 'FONT', 'META')