Search Issue Tracker
Fixed in 12.x
Votes
0
Found in [Package]
10.2.2
Issue ID
1311862
Regression
Yes
[Shadergraph] Undoing an inline input entry to a node while an edge is plugged into another input doesn't update previews
Reproduces in Master going back to 10.2.2
Doesn't repro in 9.0.0-preview.73
Repro steps:
1. Create a Universal Lit shadergraph
2. Plug an add node into the master stack's base color input
3. create a float/vector1 node
4. Plug that node into one of the add node's inputs
5. The base color should be black due to both inputs to the add node resolving as 0
6. Change the inline input to the add node that is not plugged into to the vector1 node to 1
7. Undo
Expected result: the node previews and main preview turn black
Actual result: the node previews and main preview don't update; even fiddling with the graph won't make them update, the only way to make them update is to manually enter something into the inline node input, or save the graph and reload it.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Add comment