Hello,
When I enter in configuration mode (both for models where I look for setting up UI and models which already have UI added), if I try to add anything as custom property using right-click with "Add to MustardUI (Unsorted)" or any other option to add a custom property, it always fails with the following output in terminal/console:
Traceback (most recent call last):
File "/home/f3ynix/.config/blender/5.0/extensions/blender_org/MustardUI/custom_properties/ops_props.py", line 63, in execute
rna, path = clipboard.rsplit('.', 1)
^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)
03:09.645 bpy.rna | ERROR Python script error in MUSTARDUI_OT_property_menuadd.execute
03:09.645 operator | ERROR Python: Traceback (most recent call last):
| File "/home/f3ynix/.config/blender/5.0/extensions/blender_org/MustardUI/custom_properties/ops_props.py", line 63, in execute
| rna, path = clipboard.rsplit('.', 1)
| ^^^^^^^^^
| ValueError: not enough values to unpack (expected 2, got 1)
I'll finally give some informations about my setup and the UI version used:
Distro: Garuda Linux (based on Arch Linux); also tested with CachyOS and Fedora with same results
Blender version: 5.0.1
MustardUI: 2026.2.1 (same result on previous versions)
Hello,
When I enter in configuration mode (both for models where I look for setting up UI and models which already have UI added), if I try to add anything as custom property using right-click with "Add to MustardUI (Unsorted)" or any other option to add a custom property, it always fails with the following output in terminal/console:
I'll finally give some informations about my setup and the UI version used: