[Bf-blender-cvs] [16c18c5bfb6] soc-2019-outliner: Outliner: Comments cleanup

Nathan Craddock noreply at git.blender.org
Wed Aug 14 05:50:48 CEST 2019


Commit: 16c18c5bfb61cf7e6e1bf6c048446e257c7b2cad
Author: Nathan Craddock
Date:   Tue Aug 13 21:50:34 2019 -0600
Branches: soc-2019-outliner
https://developer.blender.org/rB16c18c5bfb61cf7e6e1bf6c048446e257c7b2cad

Outliner: Comments cleanup

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

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

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

diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index f96a78b1fc1..6f5a5de0da7 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -253,9 +253,7 @@ static eOLDrawState active_viewlayer(bContext *C,
 }
 
 /**
- * Select object tree:
- * ALT+LMB: Select/Deselect object and all children.
- * CTRL+ALT+LMB: Add/Remove object and all children.
+ * Select object tree
  */
 static void do_outliner_object_select_recursive(ViewLayer *view_layer,
                                                 Object *ob_parent,



More information about the Bf-blender-cvs mailing list