1 Commits

Author SHA1 Message Date
687dcf66cf Few more readme details 2025-01-13 17:25:05 -06:00

View File

@ -1,6 +1,6 @@
# Yet Another Pose Library
For Blender 3.5 - 4.3 (4.1 recommended).
For Blender 3.3 - 4.3 (4.1 recommended).
During the Blender 3.x releases, a new Asset-based Pose system was introduced. That's fine and dandy, but it was not (and still is not as of Jan 2025) ready to replace the old Action-based Pose Library system. The former Pose Library was quickly deprecated and removed, leaving legacy users high and dry.
@ -13,7 +13,7 @@ These excellent addons also address this removal in their own ways, check them o
## Old Features
- The Pose Library list panel is ported from Armature Data Properties to a Sidebar (N) panel.
- The Pose Library list layout is ported 1:1 to a Sidebar (N) panel.
- Operators and data property [that were removed in 3.5](https://projects.blender.org/blender/blender/issues/93406) are ported from C to Python:
- `yapl.apply_pose`
@ -29,8 +29,8 @@ These excellent addons also address this removal in their own ways, check them o
## New Features
- New panel interface for interacting with pose libraries, inspired by [gret's Actions Panel feature](https://github.com/greisane/gret?tab=readme-ov-file#animation-actions-panel).
- Hover over buttons for tooltips
- New (optional) panel interface for interacting with pose libraries, inspired by [gret's Actions Panel feature](https://github.com/greisane/gret?tab=readme-ov-file#animation-actions-panel).
- Hotkey/Modifier-centric: Hover over buttons for tooltips
- Operator to protect potentially-orphaned pose data (read Considerations)
- `yapl.protect_orphan_pose_library`
@ -42,13 +42,12 @@ These excellent addons also address this removal in their own ways, check them o
## Usage
1. Open Sidebar (`N`), and choose the `Pose` tab.
2. Select an Armature Object, or an Object parented to an Armature.
3. Select existing Pose Library from drop-down, or create a new library.
2. Select existing Pose Library from drop-down, or create a new library.
### 3D View Hotkeys:
### Hotkeys:
- `Shift + L` - Add/Replace Pose
- `Alt + L` - Browse Poses with Arrow Keys
### New Panel Controls
### Menu Controls
- `Single click` - Apply Pose
- `Shift + Click` - Rename Pose
- `Alt + Click` - Remove Pose