Skip to content

Commit

Permalink
EDITOR-#512 [BLENDER] animation data update (#513)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Chalkman071 authored and tom1484 committed Feb 6, 2024
1 parent 153d79c commit 0e32af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor-blender/core/actions/state/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ async def init_editor():
empty_task = asyncio.create_task(asyncio.sleep(0))

batches_functions = [
# [load_data, init_color_map],
[init_models, init_dancers],
[init_color_map, init_led_map],
[init_current_pos, init_current_status],
Expand Down

0 comments on commit 0e32af6

Please sign in to comment.