Commit: e56aa5d7889e51746f7cf84d1192822240195057
Author: Campbell Barton
Date:   Fri Jul 15 15:56:28 2016 +1000
Branches: master
https://developer.blender.org/rBe56aa5d7889e51746f7cf84d1192822240195057

Fix select grouped parent, extend option was ignored

D2067 by @mangostaniko

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

M       source/blender/editors/object/object_select.c

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

diff --git a/source/blender/editors/object/object_select.c 
b/source/blender/editors/object/object_select.c
index 0cbbe46..f1b7186 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -577,7 +577,6 @@ static bool select_grouped_parent(bContext *C) /* Makes 
parent active and de-sel
 
        /* can be NULL if parent in other scene */
        if (baspar && BASE_SELECTABLE(v3d, baspar)) {
-               ED_base_object_select(basact, BA_DESELECT);
                ED_base_object_select(baspar, BA_SELECT);
                ED_base_object_activate(C, baspar);
                changed = true;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to