Layers UI suddenly missing? #163
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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