Manuel Santiago
Manuel Santiago
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
POPWrangle - Action after x frames 2015年2月12日5:12
Hi guys, I have a small question for you this time
I'm using this expression in my POPWrange,
if((@P.y>1.05) && ((@v.y)<0))
@viscosity = @viscosity + @viscosity*8;
What happens is when an object splashes, the fluid goes up (P.y>1.05) it freezes (@viscosity = @viscosity + @viscosity*8 with high viscosity
The problem is that i wanted this effect to happen after a certain amount of time. Not in that exact moment. A late action of the effect.
Something like this:
if((@P.y>1.05) && ((@v.y)<0))
After 4 frames >> @viscosity = @viscosity + @viscosity*8
But working
Thanks a lot guys!
I'm using this expression in my POPWrange,
if((@P.y>1.05) && ((@v.y)<0))
@viscosity = @viscosity + @viscosity*8;
What happens is when an object splashes, the fluid goes up (P.y>1.05) it freezes (@viscosity = @viscosity + @viscosity*8 with high viscosity
The problem is that i wanted this effect to happen after a certain amount of time. Not in that exact moment. A late action of the effect.
Something like this:
if((@P.y>1.05) && ((@v.y)<0))
After 4 frames >> @viscosity = @viscosity + @viscosity*8
But working
Thanks a lot guys!
VDB for collisions 2015年1月13日13:06
Hi guys,
Every time a try to connect a volumesource to the flipsolver in the DOP (Initialize: collision), the flipsovolver ignores the fliptank limits. And all the particles go on the ground.
Is anyone experiencing the same?
Thanks!
Every time a try to connect a volumesource to the flipsolver in the DOP (Initialize: collision), the flipsovolver ignores the fliptank limits. And all the particles go on the ground.
Is anyone experiencing the same?
Thanks!
Hard Splash 2014年12月26日8:33
The problem with viscosity is that it acts in a large scale.
The whole surface will bend, not the area around the collision.
Besides it will always try to get back to its initial state.
Thanks!
The whole surface will bend, not the area around the collision.
Besides it will always try to get back to its initial state.
Thanks!