[BUG] "AttributeError: 'Bone' object has no attribute 'select'" when start pose mode in blender 5.0 #411

Closed
opened 2025-11-23 02:37:57 +00:00 by Ghost · 2 comments
Ghost commented 2025-11-23 02:37:57 +00:00 (Migrated from git.disroot.org)

Issue Title: "AttributeError: 'Bone' object has no attribute 'select'" when start pose mode in blender 5.0

Description of Issue:

When i trying to start pose in blender 5.0, error when pop up.

Blender Version:

5.0.0

Cats Version:

5.0.1

Operating System:

Windows 11

Steps to Reproduce:

1. Press 'Start Pose Mode' in 'Quick Access' tab
2. Error popup

Screenshots or Error Messages:

Python: Traceback (most recent call last):
  File "C:\Users\**\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\user_default\cats_blender_plugin\tools\armature_manual.py", line 129, in execute
    start_pose_mode(reset_pose=True)
  File "C:\Users\**\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\user_default\cats_blender_plugin\tools\armature_manual.py", line 171, in start_pose_mode
    pb.select = True
    ^^^^^^^^^
AttributeError: 'Bone' object has no attribute 'select'

Additional Context:

Issue Title: "AttributeError: 'Bone' object has no attribute 'select'" when start pose mode in blender 5.0 ### Description of Issue: When i trying to start pose in blender 5.0, error when pop up. ### Blender Version: 5.0.0 ### Cats Version: 5.0.1 ### Operating System: Windows 11 ### Steps to Reproduce: 1. Press 'Start Pose Mode' in 'Quick Access' tab 2. Error popup ### Screenshots or Error Messages: ``` Python: Traceback (most recent call last): File "C:\Users\**\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\user_default\cats_blender_plugin\tools\armature_manual.py", line 129, in execute start_pose_mode(reset_pose=True) File "C:\Users\**\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\user_default\cats_blender_plugin\tools\armature_manual.py", line 171, in start_pose_mode pb.select = True ^^^^^^^^^ AttributeError: 'Bone' object has no attribute 'select' ``` ### Additional Context:
Ghost commented 2025-11-23 02:39:35 +00:00 (Migrated from git.disroot.org)

This has been fixed already on the dev branch and will be released next week in the next update

https://github.com/teamneoneko/Cats-Blender-Plugin/tree/blender-5x-dev

This has been fixed already on the dev branch and will be released next week in the next update https://github.com/teamneoneko/Cats-Blender-Plugin/tree/blender-5x-dev
Ghost commented 2025-11-24 16:52:41 +00:00 (Migrated from git.disroot.org)

Fix is due out in 5.0.1.5 which should be released Wednesday

Fix is due out in 5.0.1.5 which should be released Wednesday
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Kneelawk/Cats-Blender-Plugin#411
No description provided.