Skip to content

Commit

Permalink
#114 Sort and improve type dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisl committed Dec 11, 2023
1 parent e315420 commit e54ec8d
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions operators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,27 @@
]

renamingEntitiesItems = [('OBJECT', "Object", "Scene Objects"),
('DATA', "Data", "Object Data"),
('MATERIAL', "Material", "Materials"),
('COLLECTION', "Collection", "Rename collections"),
None,
('BONE', "Bone", "Bones"),
('IMAGE', "Image Textures", "Image Textures"),
('COLLECTION', "Collection", "Rename collections"),
('ACTIONS', "Actions", "Rename Actions"),
None,
('DATA', "Data", "Object Data"),
None,
('MODIFIERS', "Modifiers", "Rename Modifiers"),
('SHAPEKEYS', "Shape Keys", "Rename shape keys"),
None,
('ATTRIBUTES', "Attributes", "Rename attributes"),
('COLORATTRIBUTES', "Color Attributes", "Rename color attributes"),
('UVMAPS', "UV Maps", "Rename vertex groups"),
('FACEMAPS', "Facemaps", "Rename vertex groups"),
('VERTEXGROUPS', "Vertex Groups", "Rename vertex groups"),
None,
('ACTIONS', "Actions", "Rename Actions"),
None,
('PARTICLESYSTEM', "Particle Systems", "Rename particle systems"),
('PARTICLESETTINGS', "Particle Settings", "Rename particle settings"),
('UVMAPS', "UV Maps", "Rename vertex groups"),
('FACEMAPS', "Facemaps", "Rename vertex groups"),
('COLORATTRIBUTES', "Color Attributes", "Rename color attributes"),
('ATTRIBUTES', "Attributes", "Rename attributes"),
]

classes = (
Expand Down

0 comments on commit e54ec8d

Please sign in to comment.