Shader Graph UX Improvements
Version: Lens Studio 5.15 (latest Spectacles compatible as of writing)
Feature requests:
- Batch auto-creation and wiring of input nodes with matching type based on the empty input sockets of a processing node (such as custom code).
Documentation on:
- the compilation life cycles of nodes
- the way ss_graph are stored in cache
- how updates to their contents are saved and guidelines for source control.
Auto layout of nodes in the graph or some approach to prevent overlaps.
Error translation layer for the logger, as current error messages can hard to decipher.
Bugs / Oddities:
- If an input node is wired to a processing node that's fed into the shader graph output, then renaming it will cause freezes and cursor movement midway through.
Autofill of input node 'Title' based on 'script name'
Custom code nodes do not support early returns, unclear if bug or current limitation.
1
vote