Hi,

I've set a network shared directory for all nukers, for gizmos, scripts etc. 
All goes right with init and menu.py inside this shared folder.

Now I would like to be able to save/load shared presets.
I've put in the shared folder a sharedpresets.py file with this :
import nuke
def nodePresetsShared():
nuke.setPreset("ColorLookup", ...

Then in the shared init.py I have this :
import sharedPresets
sharedPresets.nodePresetsShared()

With this setup, I have all nukers loading the presets inside sharedpresets.py
Now, how could I setup nuke so when you save a preset inside the UI, it doesn't 
save into user/.nuke/user_presets.py but inside the shared sharedpresets.py ?

Thks



_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to