Layers UI suddenly missing? #163

Closed
opened 2024-08-17 00:49:11 +02:00 by 地味 金ト · 1 comment

Operating system: Windows 11
Blender Version: 4.2
CloudRig Version: 2.1.10

Short description of error
Layers UI on N Panel not showing for Rainv2.4 and Snow v3 rigs

Exact steps for others to reproduce the error
Append Linked rig into blank file. Make Library override for selected and content. Enter pose mode. Open N panel. Layers section is blank

Based on Blender Studio free rigs. I have tried to re-generate the rig using the CloudRig settings in the properties panels (Under bones)
But this fails. Both UI and Rig disappear so I couldn't get generation logs.

However the Info Workspace says:
Python: Traceback (most recent call last):

File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloudrig.py", line 931, in draw
rig, ui_data = get_rig_and_ui(context)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloudrig.py", line 1063, in get_rig_and_ui
return rig, read_rig_panels(rig)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloudrig.py", line 1032, in read_rig_panels
panels = obj.data['ui_data'].to_dict()['panels']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: 'panels'

Missing Layers UI Also happened on CloudRig 0.0.9, Rigify 0.6.10 on Blender 4.1.1
For now I'm just brute forcing by un/hiding bone collections. But seemed fine for me from last time. (Blender 3.6 I assume)

Operating system: Windows 11 Blender Version: 4.2 CloudRig Version: 2.1.10 **Short description of error** Layers UI on N Panel not showing for Rainv2.4 and Snow v3 rigs **Exact steps for others to reproduce the error** Append Linked rig into blank file. Make Library override for selected and content. Enter pose mode. Open N panel. Layers section is blank Based on Blender Studio free rigs. I have tried to re-generate the rig using the CloudRig settings in the properties panels (Under bones) But this fails. Both UI and Rig disappear so I couldn't get generation logs. However the Info Workspace says: Python: Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloudrig.py", line 931, in draw rig, ui_data = get_rig_and_ui(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloudrig.py", line 1063, in get_rig_and_ui return rig, read_rig_panels(rig) ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloudrig.py", line 1032, in read_rig_panels panels = obj.data['ui_data'].to_dict()['panels'] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ KeyError: 'panels' Missing Layers UI Also happened on CloudRig 0.0.9, Rigify 0.6.10 on Blender 4.1.1 For now I'm just brute forcing by un/hiding bone collections. But seemed fine for me from last time. (Blender 3.6 I assume)

I created a task to track this, but you won't like it: studio/blender-studio#104433

I created a task to track this, but you won't like it: https://projects.blender.org/studio/blender-studio/issues/104433
Sign in to join this conversation.
No description provided.