Message 1 of 2
Using my own globals presets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
at the moment I try to create a system for managing attribute and render globals presets. With attribute presets it's quite easy we can simply use a module and place the presets there or manipulate the presets environment variable.
With render globals presets, this procedure seems not to work. The render globals presets are located directly in the presets directory. If I place them in my own prests directory, they are not recognized. The only used path seems to be the user presets path which you can see with pm.internalVar(userPresetsDir=True).
Is there any way to place the render globals presets on another place, e.g. on a network drive?
Happens in maya2014 windows, didn't try it on other platforms.