mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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(
|
load_indexed_maps: BoolProperty(
|
||||||
name="Load Indexed Maps",
|
name="Load Indexed Maps",
|
||||||
description="Load indexed maps (UV and color maps)",
|
description="Load indexed maps (UV and color maps)",
|
||||||
default=True,
|
default=False, # Very slow and hackishly implemented
|
||||||
)
|
)
|
||||||
links: CollectionProperty(name="Links", type=Link)
|
links: CollectionProperty(name="Links", type=Link)
|
||||||
active_link_index: IntProperty(name="Active Link Index")
|
active_link_index: IntProperty(name="Active Link Index")
|
||||||
|
|||||||
Reference in New Issue
Block a user