blender/scripts/addons_core/pose_library
Christoph Lendenfeld 345cd70404 Fix: Pose Library - Ctrl click not applying flipped
This has been mentioned as a bug in the recent A&R module meeting
https://devtalk.blender.org/t/2024-05-14-animation-rigging-module-meeting/34614#ux-quirks-in-the-pose-library-shelf-5
Pressing `Ctrl` only worked from within the modal operator, but not to start it.
The issue was that the entry for that was missing from the keymap.

This PR adds a keymap entry to apply and to blend a pose flipped,
by holding `Ctrl` first and then clicking the pose asset.

Pull Request: https://projects.blender.org/blender/blender/pulls/121860
2024-05-23 11:35:44 +02:00
..
__init__.py
asset_browser.py
conversion.py
functions.py
gui.py Anim: Pose Library - Allow blending flipped from the context menu 2024-05-21 11:08:22 +02:00
keymaps.py Fix: Pose Library - Ctrl click not applying flipped 2024-05-23 11:35:44 +02:00
operators.py
pose_creation.py
pose_usage.py