CGAL-Hybrid is now the default. Let's see what happens!

This commit is contained in:
Dion Moult
2024-10-11 08:49:42 +11:00
parent 2e21ec749b
commit a32c4ae694
@@ -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)