You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When renaming a node the whole graph has to be re-composited.
To Reproduce
Steps to reproduce the behavior:
Make a node "A"
Make a child node "B" to "A"
rename "B" to "C"
See recomp
Expected behavior
Instead of recomposition. I expect it to just redraw the name. Names should be separated from a UID or something similar that represents the node to the graph. This way you have no reason to recomp the graph when changing names. Unless names clashed or they did clash and no longer clash.
Desktop (please complete the following information):
OS: Windows 10
DCC: Maya
Version: graph v1.17 | api v0.13.0 | editor v3.11.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When renaming a node the whole graph has to be re-composited.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Instead of recomposition. I expect it to just redraw the name. Names should be separated from a UID or something similar that represents the node to the graph. This way you have no reason to recomp the graph when changing names. Unless names clashed or they did clash and no longer clash.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: