Blender Git Loki
Git Commits -> Revision 299602b
Revision 299602b by Campbell Barton (master) June 7, 2011, 18:04 (GMT) |
fix for vertex group copy to selected - was using un-initialized stack memory if the source / target object had no vertex group. - if the target object had no vertex groups it would fails silently (not a bug but not very good functionality) - added an error message if any copying fails. |
Commit Details:
Full Hash: 299602b360291377e190a7d96c449e03693f05a2
SVN Revision: 37302
Parent Commit: d16c1f3
Lines Changed: +35, -11