From 820c3494ef9ffd090bd4c6af2277b1327fdcca2f Mon Sep 17 00:00:00 2001 From: Chel-Tbl <59575121+Chel-Tbl@users.noreply.github.com> Date: Fri, 22 May 2026 14:23:22 +0300 Subject: [PATCH 1/2] Document BIM IFC multicore preference behavior --- wiki/BIM_Preferences.wikitext | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki/BIM_Preferences.wikitext b/wiki/BIM_Preferences.wikitext index 110c8e0da6..b9a2b57b3e 100644 --- a/wiki/BIM_Preferences.wikitext +++ b/wiki/BIM_Preferences.wikitext @@ -44,6 +44,9 @@ Some advanced preferences can only be changed in the [[Std_DlgParameter|Paramete [[Image:Preferences_BIM_Page_NativeIFC.png]] + +The Native IFC page includes the IFC multicore geometry processing preference. Set this value to 0 to disable multicore processing; FreeCAD still creates the IfcOpenShell geometry iterator with one worker so the import can proceed safely. Values above 0 request multiple workers and are clamped before import. This behavior is available in FreeCAD 1.2 and later. See [https://github.com/FreeCAD/FreeCAD/pull/30201 PR #30201]. + {{Docnav @@ -58,4 +61,4 @@ Some advanced preferences can only be changed in the [[Std_DlgParameter|Paramete {{BIM_Tools_navi{{#translation:}}}} {{Userdocnavi{{#translation:}}}} -[[Category:Preferences{{#translation:}}]] \ No newline at end of file +[[Category:Preferences{{#translation:}}]] From 5c81dc6c1c4e2d89f4c5ca7b2f8bc7527c6f8f93 Mon Sep 17 00:00:00 2001 From: Chel-Tbl <59575121+Chel-Tbl@users.noreply.github.com> Date: Fri, 22 May 2026 23:42:39 +0300 Subject: [PATCH 2/2] Remove manual translation marker from BIM preferences note --- wiki/BIM_Preferences.wikitext | 1 - 1 file changed, 1 deletion(-) diff --git a/wiki/BIM_Preferences.wikitext b/wiki/BIM_Preferences.wikitext index b9a2b57b3e..99c8395311 100644 --- a/wiki/BIM_Preferences.wikitext +++ b/wiki/BIM_Preferences.wikitext @@ -44,7 +44,6 @@ Some advanced preferences can only be changed in the [[Std_DlgParameter|Paramete [[Image:Preferences_BIM_Page_NativeIFC.png]] - The Native IFC page includes the IFC multicore geometry processing preference. Set this value to 0 to disable multicore processing; FreeCAD still creates the IfcOpenShell geometry iterator with one worker so the import can proceed safely. Values above 0 request multiple workers and are clamped before import. This behavior is available in FreeCAD 1.2 and later. See [https://github.com/FreeCAD/FreeCAD/pull/30201 PR #30201].