- Joined
- Feb 1, 2019
- Messages
- 463
For the record, the 3.4 version from tw1lac fork cannot export animations from the actions editor in Blender 5.0 due to some API changes :
I vibe coded a small change here: GitHub - Jaccouille/mdl-exporter: Warcraft MDL exporter for Blender
Works for me (classic models).
See more: Change Log - Blender Python APIIn Blender 5.0 the legacyAction.fcurvesAPI was removed. FCurves now
live inside channelbags accessed viaanim_data.action_slot.
I vibe coded a small change here: GitHub - Jaccouille/mdl-exporter: Warcraft MDL exporter for Blender
Works for me (classic models).
Last edited:
