Skip to content

Commit 9dff144

Browse files
committed
See #7632. See #5848. Just disable indexed colour map loading for now, it's pretty rare.
Famous last words, at least the KDTree implementation is much faster.
1 parent fdf23ec commit 9dff144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/bonsai/bonsai/bim/module/project

src/bonsai/bonsai/bim/module/project/prop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class BIMProjectProperties(PropertyGroup):
370370
load_indexed_maps: BoolProperty(
371371
name="Load Indexed Maps",
372372
description="Load indexed maps (UV and color maps)",
373-
default=True,
373+
default=False, # Very slow and hackishly implemented
374374
)
375375
links: CollectionProperty(name="Links", type=Link)
376376
active_link_index: IntProperty(name="Active Link Index")

0 commit comments

Comments
 (0)