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

Creating a scatter node stops random function (in expression) from working for the entire project. #80

Open
derdobs opened this issue Oct 25, 2024 · 1 comment

Comments

@derdobs
Copy link

derdobs commented Oct 25, 2024

Repo:

  1. Open the project
  2. Move the current frame in the Timeline to confirm that every frame updates every usage of calls to the random(0,99999) functions.
  3. Add a scatter node
  4. Move the current frame in the Timeline. The nodes update once and stop working.
  5. Delete the scatter node
  6. Moving the current frame in the Timeline works again

Tested on version 1.18.0.4

Create-Scatter-Node-Random.zip

@derdobs
Copy link
Author

derdobs commented Oct 25, 2024

Further tested:
Can be reproduced with a single noise node:
Enter random(0,99999) as seed, moving the frame works.
Add Scatter node: Stops working.
Adding random(x,y) to any of the scatter nodes fields makes it work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant