mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
hotfix for ca4efa6e5
This commit is contained in:
@@ -45,7 +45,7 @@ class SetTab(bpy.types.Operator):
|
|||||||
# NOTE: bl_label is set to empty string intentionally
|
# NOTE: bl_label is set to empty string intentionally
|
||||||
# to avoid showing the operator's name in the tooltips, see #3704
|
# to avoid showing the operator's name in the tooltips, see #3704
|
||||||
bl_label = ""
|
bl_label = ""
|
||||||
bl_options = {"REGISTER", "UNDO", "HIDDEN"}
|
bl_options = {"REGISTER", "UNDO", "INTERNAL"}
|
||||||
tab: bpy.props.StringProperty()
|
tab: bpy.props.StringProperty()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user