Community
Maya Forum
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

import fbx without merging

1 REPLY 1
Reply
Message 1 of 2
nmizrahiQDX36
250 Views, 1 Reply

import fbx without merging

I'm using pymel to import an fbx into my scene. I'm then using HIK to retarget and save out a seperate fbx file of the retargeting animation. When I use the following command the fbx is imported but merges with the existing skeleton. This causes all sorts of problems. Is there a way around this?

 

pm.importFile(idleAnim, mergeNamespacesOnClash=False, options="fbx", type="FBX", ignoreVersion=True, ra=True, )

The expected result is that it would "import the fbx into the file".

Actual result is that it merges with existing skeleton.

 

Thank you.

Labels (1)
1 REPLY 1
Message 2 of 2

i think you need to set the namespace to the hik namespace

pymel script for that

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report