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
fbximportanim function problem
2508 1 1- massimocambiaghi
- Member
- 7 posts
- Joined: 1月 2009
- Offline
- oleg
- Member
- 350 posts
- Joined: 1月 2008
- Offline
Can you post both the fbx file (preferably exported in ASCII) and the hip file? I could then take a look at it to see what's going on. It must be something particular in either file that is causing problems, and it's hard to tell without seeing what's in them.
Oleg Samus
Software Developer
Side Effects Software Inc.
Software Developer
Side Effects Software Inc.
-
- Quick Links