I have found a website that explain how to tell shake to load 2 nodes with on button click. Let say I always want a blur after a quickshape, I have to make a .h file that include the following:
nuiToolBoxItem(
"QuickShape",
Blur(QuickShape())
);
My question is, how would I make a button with multiple node, or even a complex tree. Is there a way to just copy the node into a text editor and modify it a bit to make a button out of it ?
Thanks!