blender-addons/pose_library
Damien Picard 48f52ddfc3 Pose library: fix asset creation operator poll when no object active
When the `POSELIB_OT_create_pose_asset` operator was displayed in the
UI without active object, for instance pressing F3 after deleting an
object, the `poll()` method tried to access `None` object, leading to
an `AttributeError`. This is now properly checked for.

Pull Request: #104466
2023-03-07 17:41:58 +01:00
..
__init__.py Pose library: remove the poselib_flipped property from the window manager 2023-01-03 14:51:45 +01:00
asset_browser.py Cleanup: pose library, reformat the code 2023-01-03 15:00:11 +01:00
conversion.py Cleanup: pose library, reformat the code 2023-01-03 15:00:11 +01:00
functions.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
gui.py pose_library: minor changes for shortcuts to show in menus 2023-01-11 19:30:26 +11:00
keymaps.py Pose library: remove the poselib_flipped property from the window manager 2023-01-03 14:51:45 +01:00
operators.py Pose library: fix asset creation operator poll when no object active 2023-03-07 17:41:58 +01:00
pose_creation.py Cleanup: pose library, reformat the code 2023-01-03 15:00:11 +01:00
pose_usage.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00