Closed teotigraphix closed 7 years ago
Need more info, what's a "simple name"?
When I save a preset, sometimes your code internally names it with the native file path. So when you load that preset in Caustic, the preset name is like C:/foo/bar... instead of the file name.
So simple name is the file name I passed to the save as preset command.
Thinking about this again, you must have in your code that your display text in the preset label uses the argument passed to save_preset.
Sine I am now passing a full native Path, you are using that as the display label and it shows instead of just the file name.
Fixed