Blender Git Loki
Git Commits -> Revision cef2a25
Revision cef2a25 by Campbell Barton (master) December 13, 2018, 10:11 (GMT) |
Armature Edit Mode: improve box/lasso select Mostly rewrite logic which now matches (de)select picking, share between both operators. - Support all selection operations (eSelectOp), fixes T59255. - Add function that selects using 'BONESEL_*' flags & eSelectOp. This avoids lasso & box select having to handle selection flushing. - Fix strange behavior with lasso where selecting a bone in a chain would only select the tip (from 2.7x). |
Commit Details:
Full Hash: cef2a25518dd41beb5335e73e5b765926b1eb387
Parent Commit: e79d774
Lines Changed: +244, -107