mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 12:07:59 +00:00
bim.import_representation_items - add description
This commit is contained in:
@@ -2722,6 +2722,7 @@ class RemoveRepresentationItemFromShapeAspect(bpy.types.Operator, tool.Ifc.Opera
|
|||||||
class ImportRepresentationItems(bpy.types.Operator, tool.Ifc.Operator):
|
class ImportRepresentationItems(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.import_representation_items"
|
bl_idname = "bim.import_representation_items"
|
||||||
bl_label = "Import Representation Items"
|
bl_label = "Import Representation Items"
|
||||||
|
bl_description = "Import representation items for the active object."
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
|
|
||||||
def _execute(self, context):
|
def _execute(self, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user