mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Famous last words, at least the KDTree implementation is much faster.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user