How do I display text in BASE COMP node viewer window at project level not the word BAS?
On the COMP’s Common page, there’s an Operator Viewer parameter which you can set to show any op.
A common trick I use:
- Inside the base, create a text TOP
- Name it
label - For the Text parameter set it to an expression
parent().name(or whatever text you want to display) - For the resolution use expressions
parent().nodeWidthandparent().nodeHeight - Set Auto-Size Font to Always
- On the base COMP set the Operator viewer to
./label - On the base COMP click the circle button on the top left to switch it to viewer mode