Allow GlobalChannel presets to be saved in and loaded from custom directories

Please.

2 Likes

I guess just the root path for all of them?

So if the Root is: D:\MyProject
It is possible to do Assets\Presets\Perspectives\Foo1 or Assets\Presets\Colors\Bar1 and this will result in:

  • D:\MyProject\Assets\Presets\Perspectives\Foo1.xml
  • D:\MyProject\Assets\Presets\Colors\Bar1.xml

Edit:
Changed the example a bit to make less contrived.

Also thinking about it some more I believe at least for my current use case it would be pretty convenient to also have something like Store (ToFile) and Recall (FromFile) that take a path to the xml file as input.

3 Likes

Bumped into the same wall today as well, so that’s a +1 :)