Blender Git Loki
Git Commits -> Revision 549ac6d
Revision 549ac6d by Campbell Barton (master) September 10, 2018, 05:59 (GMT) |
Edit Mesh: pass Base array to picking functions In some cases we need to use this array afterwards, so this gives control over which objects are used for picking. Also use an index argument as return argument so callers that need to know the index in the array don't need to calculate it afterwards. |
Commit Details:
Full Hash: 549ac6ddebef8113f8a84a945a40280f6fe9d565
Parent Commit: fc06bd7
Lines Changed: +144, -122