Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compositing graphs on node rename #238

Open
wyoder opened this issue Jan 31, 2022 · 0 comments
Open

Compositing graphs on node rename #238

wyoder opened this issue Jan 31, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@wyoder
Copy link
Contributor

wyoder commented Jan 31, 2022

Describe the bug
When renaming a node the whole graph has to be re-composited.

To Reproduce
Steps to reproduce the behavior:

  1. Make a node "A"
  2. Make a child node "B" to "A"
  3. rename "B" to "C"
  4. 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
@wyoder wyoder added the bug Something isn't working label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant