I am trying to delete particles gradually based on time when particles turned black. I have this setting back in H13 but it somehow doesn't work anymore. I have a feeling that the way I import/export life attribute inside vop is wrong…. But I don't know how to fix it. I attached a scene, please take a look for me.
Thanks for your help!
Trying to delete particles gradually based on color/time
8950 5 1- booger
- Member
- 32 posts
- Joined: Feb. 2015
- Offline
- YH
- Member
- 57 posts
- Joined: March 2016
- Offline
- booger
- Member
- 32 posts
- Joined: Feb. 2015
- Offline
Thank you, OutCast! Yes, your solution helps me to achieve exactly what I wanted! Plus I can even save some nodes, really cool!
Now, I am wondering why the old setting is not working… Do you happen to know if Bind Export is the way to output data to local attribute $LIFE? I am using AttributeVop in H14.
Now, I am wondering why the old setting is not working… Do you happen to know if Bind Export is the way to output data to local attribute $LIFE? I am using AttributeVop in H14.
- YH
- Member
- 57 posts
- Joined: March 2016
- Offline
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
Hi, I am also getting to grips with the new POPs system being able to delete based in sim is pretty handy ! . Here is a wrange example that deletes based on @age which is a growing attribute. Maybe we could all jam up some examples to learn from
wrangle pop
if(@age >= 2)removepoint(0, @ptnum);
Rob
wrangle pop
if(@age >= 2)removepoint(0, @ptnum);
Rob
Gone fishing
- booger
- Member
- 32 posts
- Joined: Feb. 2015
- Offline
-
- Quick Links