Closed Amorano closed 1 month ago
Have you considered putting the metadata into hidden
?
Have you considered putting the metadata into
hidden
?
Hidden is neato, but it literally removes the node from being seen, anywhere. The fields are still used as display on the node they just do not need to show their defaults as obnoxious as they do.
hide from preview; still used.
Is there an existing issue for this?
What would your feature do ?
It would add a meta attr to the field define to hide it from display in the preview box.
This would also go along to resolve issue #302
Proposed workflow
"VERTEX_PROGRAM": ("STRING", {"default": GLSLShader.PROG_VERTEX})
==>"VERTEX_PROGRAM": ("STRING", {"default": GLSLShader.PROG_VERTEX, "hide": True})
Additional information
No response