Add first tooltip (#1646) (#1791)

This commit is contained in:
maxfb87
2021-10-13 00:03:36 +02:00
committed by GitHub
parent f6128febe9
commit b0e9f389a5
@@ -37,6 +37,7 @@ class CreateProject(bpy.types.Operator):
bl_idname = "bim.create_project"
bl_label = "Create Project"
bl_options = {"REGISTER", "UNDO"}
bl_description = "Create a new IFC project"
def execute(self, context):
IfcStore.begin_transaction(self)