We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf23ec commit 9dff144Copy full SHA for 9dff144
1 file changed
src/bonsai/bonsai/bim/module/project/prop.py
@@ -370,7 +370,7 @@ class BIMProjectProperties(PropertyGroup):
370
load_indexed_maps: BoolProperty(
371
name="Load Indexed Maps",
372
description="Load indexed maps (UV and color maps)",
373
- default=True,
+ default=False, # Very slow and hackishly implemented
374
)
375
links: CollectionProperty(name="Links", type=Link)
376
active_link_index: IntProperty(name="Active Link Index")
0 commit comments