Id like to add a new menu to the top of shake. That menu would hold all my interface presets.
ex:
Interface
Rotoscoping
Color Correct
Keyframing
etc....
What I tried so far is the following
nuiPushMenu("Interface");
nuiMenuItem("Rotoscoping", nuiGUISettings(rotoscoping.h));
nuiPopMenu();
I tried also to put a full path instead of just *.h but it does not work
How would you setup something like that?
Thanks!