diff --git a/leenkx/blender/lnx/exporter.py b/leenkx/blender/lnx/exporter.py index da4bb63..362601d 100644 --- a/leenkx/blender/lnx/exporter.py +++ b/leenkx/blender/lnx/exporter.py @@ -1001,7 +1001,8 @@ class LeenkxExporter: action = actions.get('leenkxpose') if action is None: action = actions.new(name='leenkxpose') - + adata.action = action + # Export actions export_actions = [action] # hasattr - armature modifier may reference non-parent