This commit is contained in:
Andrej730
2025-06-19 19:28:26 +05:00
parent 9dc75ece44
commit 6782729ed8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -113,6 +113,7 @@ def update_slab_direction_decorator(self: "BIMModelProperties", context: bpy.typ
else:
SlabDirectionDecorator.uninstall()
def update_cut_decorator(self: "BIMModelProperties", context: bpy.types.Context) -> None:
if self.show_cut_decorator:
CutDecorator.install(bpy.context)
@@ -120,7 +121,6 @@ def update_cut_decorator(self: "BIMModelProperties", context: bpy.types.Context)
CutDecorator.uninstall()
def update_search_name(self: "BIMModelProperties", context: bpy.types.Context) -> None:
AuthoringData.load()
# Total number of pages may decrease when using the search bar :
+1
View File
@@ -1319,6 +1319,7 @@ class BIM_PT_decorators_overlay(Panel):
row.prop(model_props, "show_cut_decorator", text="Cut Decorator")
row.prop(model_props, "show_cut_decorator_fill", text="Fill Cut Decorator")
class BIM_PT_snappping(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "HEADER"