[Bf-extensions-cvs] [d142dc2d] master: mesh_tissue: add comment to object.tessellate.working_on

Campbell Barton noreply at git.blender.org
Tue Mar 2 09:58:17 CET 2021


Commit: d142dc2d11daf8100085fb8b345088e8de8154ec
Author: Campbell Barton
Date:   Tue Mar 2 19:54:50 2021 +1100
Branches: master
https://developer.blender.org/rBAd142dc2d11daf8100085fb8b345088e8de8154ec

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.

===================================================================

M	mesh_tissue/tessellate_numpy.py

===================================================================

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')



More information about the Bf-extensions-cvs mailing list