Update leenkx/blender/lnx/exporter.py
This commit is contained in:
parent
b8771e9d81
commit
f9d463ca1d
@ -1001,7 +1001,8 @@ class LeenkxExporter:
|
|||||||
action = actions.get('leenkxpose')
|
action = actions.get('leenkxpose')
|
||||||
if action is None:
|
if action is None:
|
||||||
action = actions.new(name='leenkxpose')
|
action = actions.new(name='leenkxpose')
|
||||||
|
adata.action = action
|
||||||
|
|
||||||
# Export actions
|
# Export actions
|
||||||
export_actions = [action]
|
export_actions = [action]
|
||||||
# hasattr - armature modifier may reference non-parent
|
# hasattr - armature modifier may reference non-parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user