bim.toggle_space_visibility - description

This commit is contained in:
Andrej730
2025-02-04 12:31:24 +05:00
parent 7ec1bc5272
commit 049b157c8a
+1 -1
View File
@@ -97,8 +97,8 @@ class GenerateSpacesFromWalls(bpy.types.Operator, tool.Ifc.Operator):
class ToggleSpaceVisibility(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.toggle_space_visibility"
bl_label = "Toggle Space Visibility"
bl_description = "Toggle spaces visilibility types between WIRED and TEXTURED."
bl_options = {"REGISTER"}
bl_description = "Change the space visibility"
def execute(self, context):
core.toggle_space_visibility(tool.Ifc, tool.Spatial)