bim.add_xxxx descriptions

This commit is contained in:
Andrej730
2024-09-03 12:28:40 +05:00
parent 3c69fffb19
commit b957505bfc
6 changed files with 6 additions and 0 deletions
@@ -29,6 +29,7 @@ from mathutils import Vector, Matrix
class AddArray(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.add_array"
bl_label = "Add Array"
bl_description = "Add Bonsai parametric array to the active IFC element"
bl_options = {"REGISTER", "UNDO"}
def _execute(self, context):
@@ -534,6 +534,7 @@ class BIM_OT_add_door(bpy.types.Operator, tool.Ifc.Operator):
class AddDoor(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.add_door"
bl_label = "Add Door"
bl_description = "Add Bonsai parametric door to the active IFC element"
bl_options = {"REGISTER"}
def _execute(self, context):
@@ -325,6 +325,7 @@ class BIM_OT_add_railing(bpy.types.Operator, tool.Ifc.Operator):
class AddRailing(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.add_railing"
bl_label = "Add Railing"
bl_description = "Add Bonsai parametric railing to the active IFC element"
bl_options = {"REGISTER"}
def _execute(self, context):
@@ -541,6 +541,7 @@ class BIM_OT_add_roof(bpy.types.Operator, tool.Ifc.Operator):
class AddRoof(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.add_roof"
bl_label = "Add Roof"
bl_description = "Add Bonsai parametric roof to the active IFC element"
bl_options = {"REGISTER"}
def _execute(self, context):
@@ -198,6 +198,7 @@ class BIM_OT_add_stair(bpy.types.Operator, tool.Ifc.Operator):
class AddStair(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.add_stair"
bl_label = "Add Stair"
bl_description = "Add Bonsai parametric stair to the active IFC element"
bl_options = {"REGISTER"}
def _execute(self, context):
@@ -427,6 +427,7 @@ class BIM_OT_add_window(bpy.types.Operator, tool.Ifc.Operator):
class AddWindow(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.add_window"
bl_label = "Add Window"
bl_description = "Add Bonsai parametric window to the active IFC element"
bl_options = {"REGISTER"}
def _execute(self, context):