realize-depth #5

Merged
Arye Ramaty merged 43 commits from David-Haver/blender:realize-depth into WIP-realize-depth 2024-03-31 17:22:49 +02:00
Showing only changes of commit 378d37ed3d - Show all commits

View File

@ -158,7 +158,7 @@ class ARMATURE_MT_collection_tree_context_menu(Menu):
# editable or not. That means this menu has to do the disabling for it.
sub = layout.column()
sub.enabled = not active_bcoll_is_locked
sub.operator("armature.collection_add", text="Add Child Collection")
sub.operator("armature.collection_add", text="Add Bone Collection")
sub.operator("armature.collection_remove")
sub.operator("armature.collection_remove_unused", text="Remove Unused Collections")