Fix #22921: Default human meta-rig will not export to FBX. Still missed

a check in my previous fix for this.
This commit is contained in:
Brecht Van Lommel 2010-07-21 14:08:55 +00:00
parent e3ad451ae1
commit 9d0a67fdc4

@ -2782,7 +2782,7 @@ Takes: {''')
# Set the action active
for my_bone in ob_arms:
if blenAction in my_bone.blenActionList:
if ob.animation_data and blenAction in my_bone.blenActionList:
ob.animation_data.action = blenAction
# print '\t\tSetting Action!', blenAction
# scene.update(1)