Jump to content

Random Start


Rudra

Recommended Posts

Emission is begin at the same moment.

I think in this case it might be a good approach to sim one of your spheres (or a bunch of it with different settings) and write them as bgeo to disk.

You can use the copySOP to read the animated geo back in and copy it to the grid.

Georg

Link to comment
Share on other sites

but I can't understand, why I cant' do this by stamp or attribute, which defined at sops!

POPs aren't that stamp-able as you might think.

I'd guess it's the way simulations work.

The POPnet would need to exist n-times and as it is not history-independent like SOPs the system cannot 'fast-forward or rewind' to a given state.

Link to comment
Share on other sites

It's like RDG said "...it's the way simulations work". Particle sims are little more than cached geometry. And each POP Network is just a cache-- and you (sadly) can't copy stamp over a cache, it would overwrite itself.

An alternative solution would be to have several popnetworks, and use the opdigits() expression to change start time, preroll, seed, etc.

For example:

popnet0

--Preroll = opdigits('.')

popnet1

--Preroll = opdigits('.')

popnet2

--Preroll = opdigits('.')

You'd then have 3 popnetworks with prerolls being 0, 1, or 2 seconds. Simply copy and pasting one of your popnetworks would give you another sim with 3 seconds of preroll.

If you want random preroll for each sim, try: rand(opdigits('.'))

Long live opdigits()!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...