This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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(): |