IvanPulido Posted October 16, 2012 Share Posted October 16, 2012 (edited) Hi guys, i'm working in a shot and i have a particle Fluid emittinng from an sphere, but... when i try to increase de velocity or drag or wind or gravity with a strong value, my particles dont know why are deleted or something. Somebody know what is the problem? With los velocity the particles are perfect but no work very fine, and with a little more velocity the particles are like collision or deleted, but the grid is bigger. and other question, somebody know how i can add something like KAGE in Realflow, for the particles die? Thank you so much masters!. Edited October 16, 2012 by mcflait Quote Link to comment Share on other sites More sharing options...
IvanPulido Posted October 16, 2012 Author Share Posted October 16, 2012 Was fixed, thanks. the problem are the substeps. Quote Link to comment Share on other sites More sharing options...
Solitude Posted October 17, 2012 Share Posted October 17, 2012 (edited) "somebody know how i can add something like KAGE in Realflow, for the particles die?" On your source points (in sops) you can add an attribute called "birthframe" which is set to write $FF. From that you can use either a sop solver to remove points in the sim, or you can just use a delete sop post-sim in sops to delete based on age like this: ($FF - $BIRTHFRAME) > 10 would kill any points over 10 frames of age Edited October 17, 2012 by Solitude 1 Quote Link to comment Share on other sites More sharing options...
IvanPulido Posted October 18, 2012 Author Share Posted October 18, 2012 "somebody know how i can add something like KAGE in Realflow, for the particles die?" On your source points (in sops) you can add an attribute called "birthframe" which is set to write $FF. From that you can use either a sop solver to remove points in the sim, or you can just use a delete sop post-sim in sops to delete based on age like this: ($FF - $BIRTHFRAME) > 10 would kill any points over 10 frames of age Thank you master!!! Quote Link to comment Share on other sites More sharing options...
Solitude Posted October 18, 2012 Share Posted October 18, 2012 No prob. 1 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.