Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-02-06 18:28:37 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-02-06 18:28:37 +0300
commitfcb430afbaa6857b59ec4700a1d656f553e8817b (patch)
treeb890827685824d69d6fff24a1ccdef9dbecac684 /release
parent9631c1ac1a8ef2e491310778853b912595e6f3ee (diff)
Rename OUTLINER_OT_collection_object_remove > _object_remove_from_collection
Better make it clear it is different than OUTLINER_OT_collection_objects_remove.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_outliner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_outliner.py b/release/scripts/startup/bl_ui/space_outliner.py
index c2e494779ec..b0cdc101c6b 100644
--- a/release/scripts/startup/bl_ui/space_outliner.py
+++ b/release/scripts/startup/bl_ui/space_outliner.py
@@ -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 = (