Simulation Stack? ( POP VOP )

   4317   1   1
User Avatar
Member
9 posts
Joined: 6月 2014
オフライン
Doing a very cool Beer sim with the amazing Flip solver.

Just wondering where i can find the “Simulation Stack” i want to make some custom age attributes.

i want to add and subtract from a custom attribute every frame like ICE does in Simulation stack.

(im using POP VOP to controll parameters of the fluid)
User Avatar
Member
253 posts
Joined: 1月 2008
オフライン
salrobert
Doing a very cool Beer sim with the amazing Flip solver.

Just wondering where i can find the “Simulation Stack” i want to make some custom age attributes.

i want to add and subtract from a custom attribute every frame like ICE does in Simulation stack.

(im using POP VOP to controll parameters of the fluid)

The whole DOP-context is incremental, meaning that what goes out on one timestep is readable on the next.

Here is a file that…
1. Initialize a attribute called @myage to 0 in SOPs.
2. Increment @myage with 1 every timestep using pop vop or pop wrangle.

Ive also set the vizualisation to myage on the flipobject.

Attachments:
customAge.hip (1.6 MB)

  • Quick Links