Blender Git Loki
Git Commits -> Revision 4f5065a
Revision 4f5065a by Campbell Barton (master) March 19, 2007, 05:09 (GMT) |
addad e new macro - BASE_SELECTABLE for checking if an object is selectable (restrict visible and restrict selected are off and its in the current view layer) Made "Select Grouped" functions and "Select Linked" use BASE_SELECTABLE macro so they wont select objects they shouldent. Made "Select Grouped" push an undo Made "Select Grouped" and "Select Linked" only push add an UNDO if they make a change to the selection. Fix for own bug. "Select Group" -> Hooks option could crash blender if an objetc hook was in another scene. |
Commit Details:
Full Hash: 4f5065ac98bc135c20dfc04cf596d6dd19cb214e
SVN Revision: 10299
Parent Commit: 9477a7b
Lines Changed: +114, -61