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

Scatter creates too many orphan nodes that aren't cleared #55

Closed
HungryProton opened this issue Oct 10, 2021 · 0 comments
Closed

Scatter creates too many orphan nodes that aren't cleared #55

HungryProton opened this issue Oct 10, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HungryProton
Copy link
Owner

The modifier stack object, and all the individual modifiers, are node objects instead of Resources.

  • These orphaned node aren't cleared on exit.
  • This is a big oversight from me, but it can't be changed without breaking backward compatibility with existing projects.
  • The 4.0 update would be the time to fix this properly.

In the meantime for the 3.x version, we need to make sure all these nodes are added to the tree, so they can be cleaned on exit.

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