'CLOUDRIG_PT_hotkeys' has no attribute 'keymap_items' #136

Closed
opened 2024-04-22 03:45:58 +02:00 by tone-watson · 2 comments

System Information
Operating system: macOS-14.4.1-arm64-arm-64bit 64 Bits

Blender Version
4.1.0, branch: blender-v4.1-release, commit: 2024-03-25

CloudRig Version: (2, 0, 0) (2024-04-22 01:14)

Stack trace

/addons/cloudrig/generation/cloud_generator.py -> generate_rig -> line 1002 ↵
                                                          -> generate -> line 379 ↵
                                                          -> ensure_cloudrig_ui -> line 654 ↵
/addons/cloudrig/utils/misc.py -> load_script -> line 60 ↵
<string> -> <module> -> line 2977 ↵
     -> register -> line 2921 ↵
     -> register_hotkey -> line 2810:
          
AttributeError: type object 'CLOUDRIG_PT_hotkeys' has no attribute 'keymap_items'

EDIT: Just tried same file with blender 4.1.1 and same issue

**System Information** Operating system: macOS-14.4.1-arm64-arm-64bit 64 Bits **Blender Version** 4.1.0, branch: blender-v4.1-release, commit: [2024-03-25](https://developer.blender.org/rB40a5e739e270) **CloudRig Version**: (2, 0, 0) (2024-04-22 01:14) Stack trace ``` /addons/cloudrig/generation/cloud_generator.py -> generate_rig -> line 1002 ↵ -> generate -> line 379 ↵ -> ensure_cloudrig_ui -> line 654 ↵ /addons/cloudrig/utils/misc.py -> load_script -> line 60 ↵ <string> -> <module> -> line 2977 ↵ -> register -> line 2921 ↵ -> register_hotkey -> line 2810: AttributeError: type object 'CLOUDRIG_PT_hotkeys' has no attribute 'keymap_items' ``` EDIT: Just tried same file with blender 4.1.1 and same issue

I can confirm this is happening on my machine as well.

I can confirm this is happening on my machine as well.

This should've been fixed by renaming the class some time ago, from "hotkeys" to "hotkeys_panel". Previously, it could conflict with older registered versions of CloudRig which would have different code and therefore causing bamboozlement. Thanks for the report, lmk if it still happens with latest.

This should've been fixed by renaming the class some time ago, from "hotkeys" to "hotkeys_panel". Previously, it could conflict with older registered versions of CloudRig which would have different code and therefore causing bamboozlement. Thanks for the report, lmk if it still happens with latest.
Sign in to join this conversation.
No description provided.