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:
authorCampbell Barton <ideasman42@gmail.com>2008-06-11 14:45:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-06-11 14:45:41 +0400
commitd0fc57e5dfb574fa63d34572a6e6e9c0f39127bc (patch)
tree1de2a33ceebc9d0035342f588b79af78bf566242 /source/blender/src
parentef0ea178b13b6642517f820a2baf3c316110d7ae (diff)
[#13723] Select -> Grouped -> Objects in Same Group doesn't work directly after appending
Menu was shown even when it couldn't do anything. behavior now matches the object copy menu.
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 6de12cf0f1e..53962d9519b 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -2084,7 +2084,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
}
else if(ob && (ob->flag & OB_POSEMODE))
pose_select_grouped_menu();
- else
+ else if (ob)
select_object_grouped_menu();
else if((G.obedit==0) && G.qual==LR_ALTKEY) {
if(okee("Clear location")) {