From e463407de785f113cde986be14ae4a35ad750fb5 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 30 Oct 2024 17:19:48 +0500 Subject: [PATCH] void_limit - document --- src/bonsai/bonsai/bim/module/project/prop.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/project/prop.py b/src/bonsai/bonsai/bim/module/project/prop.py index bd5afd7e87..bbcebb1268 100644 --- a/src/bonsai/bonsai/bim/module/project/prop.py +++ b/src/bonsai/bonsai/bim/module/project/prop.py @@ -174,7 +174,11 @@ class BIMProjectProperties(PropertyGroup): should_cache: BoolProperty(name="Cache", default=False) deflection_tolerance: FloatProperty(name="Deflection Tolerance", default=0.001) angular_tolerance: FloatProperty(name="Angular Tolerance", default=0.5) - void_limit: IntProperty(name="Void Limit", default=30) + void_limit: IntProperty( + name="Void Limit", + default=30, + description="Maxium number of openings that object can have. If object has more openings, it will be loaded without openings", + ) distance_limit: FloatProperty(name="Distance Limit", default=1000, subtype="DISTANCE") false_origin_mode: bpy.props.EnumProperty( items=[