Just define your preset as something other then user presets.

So instead of:

import nuke
def nodePresetsStartup():

do this:

import nuke
def nodePresetsShared():

If you renamed it to "sharedPresets.py" and then in your global
init.py or menu.py, just import it like any other python script:
import sharedPresets
sharedPresets.nodePresetsShared()

-deke

On Mon, Oct 10, 2011 at 20:30, bigfella
<[email protected]> wrote:
> Thanks Deke, That got rid of the user but the shared user_presets.py is
> still killing the local version.
> _______________________________________________
> Nuke-users mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
>
_______________________________________________
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