Compare commits
1 Commits
rename-eve
...
f31bd7082f
Author | SHA1 | Date | |
---|---|---|---|
f31bd7082f |
13
README.md
13
README.md
@ -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 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:
|
||||
- `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
|
||||
|
Reference in New Issue
Block a user