This patch makes the layout of the custom property panel more coherent
with the rest of the property editor interface, makes it much less busy,
allows more space for the buttons for the actual properties, and simplifies
editing values of unsupported property types or long arrays.
- Remove the box around each property-- the spacing and buttons make it clear they are separate.
- Use an non-embossed X icon for deleting, more consistent and looks better, emphasizing the property value instead.
- Use an "edit" icon instead of the text for the meta-data edit operator.
- Increase the max array length for drawing the values directly to 8
- Add an "Edit Property Value" operator for groups (dictionaries) or longer arrays
- Replace the "Library Override" text with an icon. The text took up too much space and was and ugly.
- Use a proper split factor, the same as the rest of the UI
| Before | After |
A downside of one of the changes is that the value of unsupported types isn't directly visible anymore.
I think the change is still worth it, but maybe there is some way to mitigate that.







