1 Commits

Author SHA1 Message Date
3ebf0184ee Few more readme details 2025-01-13 17:34:55 -06:00

View File

@ -13,7 +13,7 @@ These excellent addons also address this removal in their own ways, check them o
## Old Features ## Old Features
- The Pose Library list layout is ported 1:1 to a Sidebar (N) panel. - The Pose Library list panel is ported from Armature Data Properties 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: - 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` - `yapl.apply_pose`
@ -29,8 +29,8 @@ These excellent addons also address this removal in their own ways, check them o
## New Features ## New Features
- 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). - 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).
- Hotkey/Modifier-centric: Hover over buttons for tooltips - Hover over buttons for tooltips
- Operator to protect potentially-orphaned pose data (read Considerations) - Operator to protect potentially-orphaned pose data (read Considerations)
- `yapl.protect_orphan_pose_library` - `yapl.protect_orphan_pose_library`
@ -42,12 +42,13 @@ These excellent addons also address this removal in their own ways, check them o
## Usage ## Usage
1. Open Sidebar (`N`), and choose the `Pose` tab. 1. Open Sidebar (`N`), and choose the `Pose` tab.
2. Select existing Pose Library from drop-down, or create a new library. 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.
### Hotkeys: ### 3D View Hotkeys:
- `Shift + L` - Add/Replace Pose - `Shift + L` - Add/Replace Pose
- `Alt + L` - Browse Poses with Arrow Keys - `Alt + L` - Browse Poses with Arrow Keys
### Menu Controls ### New Panel Controls
- `Single click` - Apply Pose - `Single click` - Apply Pose
- `Shift + Click` - Rename Pose - `Shift + Click` - Rename Pose
- `Alt + Click` - Remove Pose - `Alt + Click` - Remove Pose