Using the STAGE script to draw an UI? #232
-
Hi, I'm trying to use a simple Qt widget to populate some STAGE or node attributes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We don't have documentation for this, and I wouldn't call it feature complete, but we have a builtin toolkit to help with this. |
Beta Was this translation helpful? Give feedback.
We don't have documentation for this, and I wouldn't call it feature complete, but we have a builtin toolkit to help with this.
You can right click your layer and select
Reference Builtin Graph > WidgetNodes
. That will bring in some nodes you can instance to make little UIs inside NXT. You'll need to have theWindows > Workflow Tools
window open to see the widgets. There are some comp issues related to workflow tools, so if something doesn't updated just click the little "comp layer" button in the layer manager.It is desirable at times to not reset the
STAGE
between workflow tool button clicks, you can control this in viaExecute > Workflow Tools Always Recomp
Here's a super simple examp…