changed select grouped hooks functionality- just select the hooks that use the active object.

also speed up for select group, only find group status for unselected objects.

Updated the select group menu in 3 places, the space bar menu was out missing some other group options also.
This commit is contained in:
2006-10-09 18:56:02 +00:00
parent 18e3386ac5
commit 475bc908be
3 changed files with 22 additions and 33 deletions

View File

@@ -843,8 +843,11 @@ static TBitem tb_object_select_grouped[]= {
{ 0, "Children|Shift G, 1", 1, NULL},
{ 0, "Immediate Children|Shift G, 2", 2, NULL},
{ 0, "Parent|Shift G, 3", 3, NULL},
{ 0, "Objects on Shared Layers|Shift G, 4", 4, NULL},
{ 0, "Objects in Same Group|Shift G, 5", 5, NULL},
{ 0, "Siblings (Shared Parent)|Shift G, 4", 4, NULL},
{ 0, "Objects of Same Type|Shift G, 5", 5, NULL},
{ 0, "Objects on Shared Layers|Shift G, 6", 6, NULL},
{ 0, "Objects in Same Group|Shift G, 7", 7, NULL},
{ 0, "Object Hooks|Shift G, 8", 8, NULL},
{ -1, "", 0, do_view3d_select_object_groupedmenu}};
static TBitem tb_object_select[]= {