Hi,
I wanted to share some gizmos over the network. I saved the Gizmo on a net drive where everyone has access to. But what do I need to do, to make the Gizmo appear in my menu and reload when it is updated on the netdrive.
I thougt I simply have to write some lines in my menu.tcl..
so I put the following in there:
if [file exists "/...." ] {
menu "GIZMOS/mygizmo" mygizmo
}
When I reopen Nuke I get GIZMOS in my menu but I can't open mygizmos. Why is this?? Do I need to set a Plugin Path somewhere? ?
Please give me some hints ... thanks
franz