mesh_tissue: add comment to object.tessellate.working_on

This was made into an annotation
498d912a9d

But it seems it should have been kept a class variable,
keep commented but note that the functionality could be restored.
This commit is contained in:
Campbell Barton 2021-03-02 19:54:50 +11:00
parent 24e756c0da
commit d142dc2d11
1 changed files with 2 additions and 1 deletions

View File

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