Improvements to Node Wrangler's texture setup:
- The added nodes are now top aligned with the nodes they belong to. This looks nicer and works independent of screen dpi.
- There is a vertical offset based on the socket the added nodes are connected to. This prevents nodes from overlapping too much, when executing the texture setup several times in a row.
- Ignore disabled sockets, which would create nodes seemingly connected to nothing.
This patch also does a bit of cleanup on the code it touches. I can
remove them, if it's better to separate them from functional changes.
Comparison
| master | patch | |
|---|---|---|
| T97724 | ||
| handling disabled sockets | ||
Skip enabled sockets fo the texture setup.