You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/foamfix.cfg
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,13 @@ client {
34
34
# Faster/less memory-churning construction mechanism for ModelResourceLocation objects. Identified by malte0811 in FerriteCore - implemented in a distinct way. [default: true]
35
35
B:modelResourceLocationFastConstruct=true
36
36
37
-
# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
37
+
# Fix opening URLs on Linux-based installs. [default: true]
38
+
B:openUrlLinux=true
38
39
B:smallModelConditions=true
39
40
41
+
# More optimized multipart model condition storage. Inspired by malte0811's research. Now not broken! [default: true]
42
+
B:smallModelConditionsV2=true
43
+
40
44
# Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true]
0 commit comments