Rename OUTLINER_OT_collection_object_remove > _object_remove_from_collection
Better make it clear it is different than OUTLINER_OT_collection_objects_remove.
This commit is contained in:
@@ -235,7 +235,7 @@ class OUTLINER_MT_context_object(Menu):
|
||||
layout.operator("outliner.object_operation", text="Remap Users").type='REMAP'
|
||||
layout.operator("outliner.object_operation", text="Rename").type='RENAME'
|
||||
layout.separator()
|
||||
layout.operator("outliner.collection_object_remove", text="Remove from Collection")
|
||||
layout.operator("outliner.object_remove_from_collection", text="Remove from Collection")
|
||||
|
||||
|
||||
classes = (
|
||||
|
||||
Reference in New Issue
Block a user