Update Action documentation #104974

Merged
Nathan Vegdahl merged 8 commits from nathanvegdahl/blender-manual:slotted_actions into main 2024-11-11 15:52:29 +01:00
3 changed files with 8 additions and 2 deletions
Showing only changes of commit 0c6f945265 - Show all commits

View File

@ -22,13 +22,13 @@ The purpose of slots is to allow an action to store distinct animation data for
.. figure:: /images/animation_actions_slots_diagram_object_and_material.png
Visualization of a ball and its material connected to different slots in an action. **TODO: create this diagram.**
Visualization of a ball and its material connected to different slots in an action.
In this example there is one slot for an object and one slot for a material, but you can have as many slots as you like for as many objects, materials, lights, etc. as you like. If you're baking down a simulation of 100 bouncing balls, you could store that animation in single action with 100 slots.
.. figure:: /images/animation_actions_slots_diagram_many_objects.png
Visualization of many balls all connected to different slots in an action. **TODO: create this diagram.**
Visualization of many balls all connected to different slots in an action.
Not all actions need to take advantage of slots: you are free to use 100 separate actions for all those bouncing balls if you prefer. Nevertheless, the animation data in an action is always organized into slots, and therefore you need at least one slot in an action in order to animate something.

Binary file not shown.

Binary file not shown.