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

Error exporting FBX animation file

0 REPLIES 0
Reply
Message 1 of 1
rehab_salem83
150 Views, 0 Replies

Error exporting FBX animation file

please help, I have Ziva puppet face animation and when I export the animation to FBX I got this Error message:

 

export_fbx_animation.export_fbx_animation(export_path, _target_ns)
# Error: Non-deletable node 'defaultLayer' cannot be deleted. #
# Warning: Nothing is selected. Select objects or components to delete. #

and here's python script:

import export_fbx_animation

# Default's to current project's "data" directory

export_path = "{}/data/anim.fbx".format(cmds.workspace(q=True,

act=True))

_target_ns = "Skeleton:"

export_fbx_animation.export_fbx_animation(export_path, _target_ns)

 

I need help as soon as possible please

Thanks in advance

0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report