sipi Posted April 8, 2021 Share Posted April 8, 2021 Hey everyone, I'm advecting this density field with the velocity field using a for loop, and if I crank up the iteration the density starts to clip. Do you have any idea how to prevent that? volume_advection_clipping.hiplc Quote Link to comment Share on other sites More sharing options...
ryew Posted April 8, 2021 Share Posted April 8, 2021 You can expand your bounds with a VDB Activate SOP in the "Expand" tab, but I believe the actual issue is not clipping but rather that your velocity data stops at the bounds your input frame is frozen on so your loop is multiplying by 0 in those areas - you might need to pipe in velocities from later frames or fake some by creating a custom velocity field Quote Link to comment Share on other sites More sharing options...
sipi Posted April 9, 2021 Author Share Posted April 9, 2021 11 hours ago, ryew said: You can expand your bounds with a VDB Activate SOP in the "Expand" tab, but I believe the actual issue is not clipping but rather that your velocity data stops at the bounds your input frame is frozen on so your loop is multiplying by 0 in those areas - you might need to pipe in velocities from later frames or fake some by creating a custom velocity field Thank you! I think I will go to the direction of using velocities from later frames somehow, because I have no idea how to create a custom velocity field which expands outward with keeping the border values. Actually there is an other solution which is to resimulate the sim with greater padding value, but the sim could become different so I purposely avoid this option, I want to do it all in post witout resim. 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.