Sorting Attribute User Text

Hi,

Not sure if this is already requested but i"d love to have alphabetical sorting of keys or values
for panels AttributeUserText and DocumentUserText

image

Thanks
-Willem

EDIT: a great help would already be to sort the keys before populating the panel. So at least we have some ordering instead of the arbitrary order we get now.

context: I add specific keys to geometry. they are formatted with prefixes to ‘group’ them. Currentky these groups are all over the list.:

what I get:

KEYS:
type_serial
part_name
type_name
part_serial
part_volume
type_cpt
part_area

what I expect:

KEYS:
part_area
part_name
part_serial
part_volume
type_cpt
type_name
type_serial

2 Likes