Hi Everyone.
I am launching Fusion from a batch file that preps environment variables, and launches fusion for us. We already utilize
- Code: Select all
SET FUSION_MasterPrefs=
for setting facility settings that we usually use. But now we also need a way to set specific path mappings
per project.
Is there a way to add another preference file that gets loaded when fusion is launched from our batch file?
We can have this new prefs file automatically generated when the user launches fusion from a project, but I am not sure how to make fusion read in another preference file other than the MasterPrefs, and the user prefs in their profile dir.
I am trying to avoid having to write out the entire master prefs file dynamically per project if possible, but if the only way we can do it is with a new master prefs each project, so be it.
thanks
Fred