Skip to content

Instantly share code, notes, and snippets.

View ZeEndy's full-sized avatar
🔥
burning my isp

ZeEndy

🔥
burning my isp
View GitHub Profile
#include at the top
from collections import defaultdict
#replace from whenever the #Export comment appears till whenever animation = bake_animation(... line appears
# Group the tracks
vtree = export_settings["vtree"]
# object_and_track = {}
grouped_anims_obj = defaultdict(list)
# coppied from gather_tracks_animations
for obj_uuid2 in vtree.get_all_objects():