massimocambiaghi

massimocambiaghi

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

fbximportanim function problem Oct. 7, 2009, 5:16 a.m.

Hi you all,
I need some help. After many hours of work I can't find a way out about importing animation curves with fbximport. For instance, I would like to copy anim curves (rotation and traslation) in to node /obj/RA_alieno_fbx/master/Hips from the fbx file ctest/RA_alieno.fbx (master/Hips) nothing happens

following my script:

print hou.hscript('fbximportanim -n /obj/RA_alieno_fbx/master/Hips -p t -i 0 -k master/Hips -c Lcl+Translation -b 0 ctest/RA_alieno.fbx')
print hou.hscript(“fbximportanim -n /obj/RA_alieno_fbx/master/Hips -p t -i 1 -k master/Hips -c Lcl+Translation -b 1 ctest/RA_alieno.fbx”)
print hou.hscript(“fbximportanim -n /obj/RA_alieno_fbx/master/Hips -p t -i 2 -k master/Hips -c Lcl+Translation -b 2 ctest/RA_alieno.fbx”)
print hou.hscript(“fbximportanim -n /obj/RA_alieno_fbx/master/Hips -p r -i 0 -k master/Hips -c Lcl+Rotation -b 0 ctest/RA_alieno.fbx”)
print hou.hscript(“fbximportanim -n /obj/RA_alieno_fbx/master/Hips -p r -i 1 -k master/Hips -c Lcl+Rotation -b 1 ctest/RA_alieno.fbx”)
print hou.hscript(“fbximportanim -n /obj/RA_alieno_fbx/master/Hips -p r -i 2 -k master/Hips -c Lcl+Rotation -b 2 ctest/RA_alieno.fbx”)

I don't receive any error message then I don't know what is wrong in my procedure.

thank you in advance

2 fluids interaction using 2 different solvers May 17, 2009, 11:23 a.m.

I need some help…I've done many test but can't find the right way. The simulation I would make is the following:

A container filled with chocolate (first fluid) and from the top I would pour a second fluid (whipped cream) that will fall and collide with liquid chocolate.

I would like to have the possibility to control 2 different solver for the fluids (one for whipped cream and one for chocolate) in order to achieve a more realistic effect of the simulation. At the moment I've done this effect with one solver but i'm not happy.

I hope that someone can help me.

Thank you.

how to make 2 fluids to interact each other May 15, 2009, 4:56 a.m.

ragupasta
Off the top of my head, look at the “gas diffuseDOP” iirc. That should help mix the 2 different colours together.

Yeah I've tried it yet. Now I do the way using one solver only like the tutorialI've found here. I'would like to use 2 different solvers, I'll do some tests …

tnx