Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EDITOR & SERVER] Change animation data for new structure (#528)
* add dancer layer to LED map * support new led map structure * attach led effects to models and allow model used by multiple dancers * EDITOR-#512 [BLENDER] animation data update (#513) * enabled LED keyframe loading, bugs fixed * update animation data when applying changes to position map and control map * bug fixes * clear viewport before importing models, fetch uncompressed glb files instead of draco.glb files * fixed type init in load * display fade in timeline as ld_control_frame keyframes * added models to asset as collections to enable lazy import * add rev keyframe * separate init_control_map from load * change alpha display, minor fixes * enabled lazy loading, revision management (untested) * fixed iteration bug * add ld_model_name bpy prop * EDITOR-#512 [BLENDER] animation data update (#513) * enabled LED keyframe loading, bugs fixed * update animation data when applying changes to position map and control map * bug fixes * clear viewport before importing models, fetch uncompressed glb files instead of draco.glb files * fixed type init in load * display fade in timeline as ld_control_frame keyframes * added models to asset as collections to enable lazy import * add rev keyframe * separate init_control_map from load * change alpha display, minor fixes * enabled lazy loading, revision management (untested) * fixed iteration bug * add ld_model_name bpy prop * improve code and adjust model structure * improve load and anim data --------- Co-authored-by: Joseph Tseng <[email protected]>
- Loading branch information