Skip to content

Commit

Permalink
Fix export of delta transform animations
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzBrueckner committed Mar 11, 2023
1 parent ceba768 commit 4ed0f54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blender/arm/exporter.py
Expand Up @@ -360,6 +360,9 @@ def export_object_transform(self, bobject: bpy.types.Object, o):
# Missing target entry for array_index or something else
raise

if data_path.startswith('delta_'):
out_anim['has_delta'] = True

out_anim['tracks'].append(out_track)

if len(unresolved_data_paths) > 0:
Expand Down

0 comments on commit 4ed0f54

Please sign in to comment.