Fix #3465. Move representation utilities into new tab system.

This commit is contained in:
Dion Moult
2023-07-30 23:18:58 +10:00
parent 12d70324b8
commit 3a812a9ec1
3 changed files with 28 additions and 21 deletions
@@ -121,7 +121,7 @@ class PurgeIfcLinks(bpy.types.Operator):
class ConvertToBlender(bpy.types.Operator):
bl_idname = "bim.converttoblender"
bl_idname = "bim.convert_to_blender"
bl_label = "Convert To Blender File"
bl_description = "Removes all IFC data, and converts the file to a simple Blender file."
bl_options = {"REGISTER", "UNDO"}