mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
CGAL-Hybrid is now the default. Let's see what happens!
This commit is contained in:
@@ -164,6 +164,7 @@ class BIMProjectProperties(PropertyGroup):
|
||||
("hybrid-cgal-simple-opencascade", "Hybrid CGAL-OCC", "First CGAL then fallback to OCC"),
|
||||
],
|
||||
name="Geometry Library",
|
||||
default="hybrid-cgal-simple-opencascade",
|
||||
)
|
||||
should_use_cpu_multiprocessing: BoolProperty(name="CPU Multiprocessing", default=True)
|
||||
should_merge_materials_by_colour: BoolProperty(name="Merge Materials by Colour", default=False)
|
||||
|
||||
Reference in New Issue
Block a user