Along Posted August 19, 2021 Share Posted August 19, 2021 I use scatter to generate particles and set one particle per 50 frames. Then I copied one sphere to the particles and use pop network to simulate. The spheres are emitted continuously (I guess one sphere per frame) from the same place. That is not what I want. I just want one sphere per 50 frames emitted from the surface. I checked the copytopoint node in spreadsheet. It shows only one particle. I dive into the popnet and checked every parameters, didn't get the way to solve the problem. Anyone can help me out? Thanks a lot. Quote Link to comment Share on other sites More sharing options...
Along Posted August 19, 2021 Author Share Posted August 19, 2021 I figured out that the global seed expression should be the problem. When it is $f/50, it will emit 50 particles, one particle per frame at the same place. When I changed it to $f/1, It will emit one particle per frame. If I just want one particle during 50 frames, what the expression should be? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.