Engine.saveUserPreset(value) in any dir?
-
Is it possible to redirect the
Engine.saveUserPreset(value);
to save in whatever folder inside "User Presets"?
-
@ulrik As far as I'm aware this only saves the currently loaded preset, it doesn't save a new preset. Or does it?
-
@d-healey I'm working with my "compare" script and
Engine.saveUserPreset(newName);
will save the loaded preset that have been modified in to a new preset with a new name, and it's working nicely, however it saves the new preset into the same category folder as the original preset.
I want the user to chose the category folder