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.
This commit is contained in:
Campbell Barton 2021-02-20 18:28:41 +11:00
parent 77bede1be4
commit 29622ebd4d
1 changed files with 1 additions and 1 deletions

View File

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