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.
This commit is contained in:
Dion Moult
2026-02-03 18:23:39 +11:00
parent fdf23ece85
commit 9dff1441d7
+1 -1
View File
@@ -370,7 +370,7 @@ class BIMProjectProperties(PropertyGroup):
load_indexed_maps: BoolProperty(
name="Load Indexed Maps",
description="Load indexed maps (UV and color maps)",
default=True,
default=False, # Very slow and hackishly implemented
)
links: CollectionProperty(name="Links", type=Link)
active_link_index: IntProperty(name="Active Link Index")