Blender 4.3: Animation & Rigging¶
Properties Editor¶
Action selectors are now shown for data-blocks in the Properties editor ((f917b60036), (383c3c8253)). This means that it is now possible to select the Action for Mesh (and its Shape Keys), Material (and its Shader Node Tree), World (and its Shader Node Tree), Scene, Camera, Light, and many other data-block types.
Motion Paths¶
Added a theme entry to drive the color of the motion path line before and after the current frame. The setting can be found under "3D Viewport" and is called "Before Current Frame" and "After Current Frame". (5427775fef, Manual)
Keyframing¶
When inserting keys, all other keys get deselected leaving only the newly created keys selected.
(6ef77a0d22)
This does not affect the Python API where the selection is unchanged after inserting keys.
In order to easily achieve the same result with Python there is a new function on the Action
called deselect_keys
.
Bone Eyedropper¶
Properties where a bone can be chosen now have an eyedropper button that allows to pick bones from the 3D Viewport or the Outliner. In the 3D viewport, bones can only be picked while the armature is in Pose Mode or Edit Mode. While in Object Mode the picking will fail and throw a warning. (fae19d7c92, Manual)