Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#32884] select by group.
Date:
2012-10-15 22:43
Priority:
3
State:
Closed
Submitted by:
spiritech : (
spiritech
)
Assigned to:
Bastien Montagne (mont29)
Category:
Tools
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
select by group.
Detailed description
it is not possible to select by group when multiple groups are assigned to one object/s.
Followup
Message
Date
: 2012-10-17 11:47
Sender
:
Anthony Edlin
Confirmed from what I can tell. If the active object is only in one group it automatically selects it's group. If the active object is in more then one group it pops up a list box so you can choose which group to select, but when you select a group it doesn't do anything.
I'll take some time to investigate and possibly create a patch.
Date
: 2012-10-17 13:10
Sender
:
Bastien Montagne
Hey Anthony, I’m already working on this one! :)
Furthermore, I’m doing a full rework of this piece of code (select object by similarities), as it’s far from optimal currently imho!
Date
: 2012-10-17 13:34
Sender
:
Anthony Edlin
Added a patch to fix the issue. Problem was comparing full ID name to just the name of the group, which didn't match so it couldn't find the group.
There are still some other things to maybe work on in this area, such as if you use Shift+G then select group but cancel selecting a group it deselects everything. The "Select Same Group" operator isn't really useful by itself from the interface because it requires a group name rna prop but doesn't provide a popup to select a group, so it really is only used through the Shift+G operator, which has a function to provide a popup.
But none of those things are really related to simply fixing this so it at least works.
Date
: 2012-10-17 13:36
Sender
:
Anthony Edlin
ah ok, yeah it's easy to fix just this one problem, but when looking through the code it seemed like it needed restructuring in more places to fix those extra issues.
Good luck.
Date
: 2012-10-22 08:55
Sender
:
Bastien Montagne
Fixed in r51490.
Thanks for the report!
Attached Files:
Name
Date
Download
group-bug.tar.gz
2012-10-15 22:43
Download
select_by_group_fix.patch
2012-10-17 13:34
Download
Changes:
Field
Old Value
Date
By
Status
Investigate
2012-10-22 08:55
mont29
status_id
Open
2012-10-22 08:55
mont29
close_date
None
2012-10-22 08:55
mont29
File Added
22423: select_by_group_fix.patch
2012-10-17 13:34
krash
assigned_to
none
2012-10-16 12:10
mont29
Category
None
2012-10-16 12:10
mont29
Status
New
2012-10-16 12:10
mont29
File Added
22405: group-bug.tar.gz
2012-10-15 22:43
spiritech