Fix: Tag Interface Delete Button #104256

Manually merged
Sybren A. Stüvel merged 39 commits from Evelinealy/flamenco:tag-interface into main 2023-11-02 16:13:14 +01:00
Showing only changes of commit c1cd7a3ce3 - Show all commits

View File

@ -143,7 +143,7 @@ class FLAMENCO_OT_eval_setting(FlamencoOpMixin, bpy.types.Operator):
setting_key: bpy.props.StringProperty(name="Setting Key") # type: ignore
setting_eval: bpy.props.StringProperty(name="Python Expression") # type: ignore
eval_description: bpy.props.StringProperty(name="Description", options={"HIDDEN"})
eval_description: bpy.props.StringProperty(name="Description", options={"HIDDEN"}) # type: ignore
@classmethod
def description(cls, context, properties):