Blender Git Loki
Git Commits -> Revision acfff7a
Revision acfff7a by Campbell Barton (master) September 7, 2012, 05:54 (GMT) |
fixes for weight paint mode: - sample weight didnt work when the object was transformed. - sample weight didnt work when vertex selection was enabled. - 'All faces' option is used by weight paint mode, but there was no UI access. add ED_mesh_pick_face_vert(). which uses the face selection buffer but returns the closest vertex. |
Commit Details:
Full Hash: acfff7a65f551f8d7313a93137b1beb4c338ff27
SVN Revision: 50464
Parent Commit: e70beaa
Lines Changed: +73, -38