so can anyone explain or show me a sample of how am I supposed to do the same thing in KARMA?

AmirAshkezarithank you so much, that'll do it i guess
Hi,
Here is the link to RenderMan discord server, good place to find answers:
https://discord.gg/TfbChuA [discord.gg]
Cheers
jsmack
That's not a crash, your video card ran out of memory for openCL operations. I find sometimes the interactive houdini session takes up most of the video memory leaving very little for simulations. Starting the simulation in a non-interactive (background render) session and closing the interactive Houdini session can allow the simulation to access more video memory.
It could you your simulation is simply too high resolution for the video memory pool. In that case, lower the resolution until it runs, or switch to the CPU-based OpenCL driver.
BabaJThanks! That's smart
Just do another solver after your attribute transfer node like this.
Andri tried it and it's not working, i just attached hip file under the picture
vector red = set(1, 0, 0);
if(@Cd == red)
{
@P = @P;
}
Hey, It might be very wrong, always try to provide a simple project file.
More chances to get some help and easier for the others to understand the problem.
Cheers