[Bf-blender-cvs] [d174f3bd60b] blender2.8: Outliner: Remove Toggle options from object RMB

Dalai Felinto noreply at git.blender.org
Mon Jan 29 15:07:16 CET 2018


Commit: d174f3bd60bbc2b07c0136bd2e1c4a1dea50ca7b
Author: Dalai Felinto
Date:   Mon Jan 29 12:04:45 2018 -0200
Branches: blender2.8
https://developer.blender.org/rBd174f3bd60bbc2b07c0136bd2e1c4a1dea50ca7b

Outliner: Remove Toggle options from object RMB

Task suggested by Pablo Vazquez (venomgfx).

===================================================================

M	source/blender/editors/space_outliner/outliner_tools.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index eaa3267e99d..d50d114ef56 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -1016,9 +1016,6 @@ static const EnumPropertyItem prop_object_op_types[] = {
 	{OL_OP_DELETE_HIERARCHY, "DELETE_HIERARCHY", 0, "Delete Hierarchy", ""},
 	{OL_OP_REMAP, "REMAP",   0, "Remap Users",
 	 "Make all users of selected data-blocks to use instead a new chosen one"},
-	{OL_OP_TOGVIS, "TOGVIS", 0, "Toggle Visible", ""},
-	{OL_OP_TOGSEL, "TOGSEL", 0, "Toggle Selectable", ""},
-	{OL_OP_TOGREN, "TOGREN", 0, "Toggle Renderable", ""},
 	{OL_OP_RENAME, "RENAME", 0, "Rename", ""},
 	{0, NULL, 0, NULL, NULL}
 };



More information about the Bf-blender-cvs mailing list