Files
blender/doc
Campbell Barton 7f1e9b8c41 bmesh py api:
added access to deform weights, access to weights acts like a python dict so you can do...

  print(group in dvert)
  dvert[group] = 0.5
  print(dvert[group])
  del dvert[group]
  print(dvert.items())
2012-03-27 10:30:10 +00:00
..
2010-10-13 14:44:22 +00:00
2010-10-13 14:44:22 +00:00
2011-12-10 01:07:22 +00:00
2012-03-27 10:30:10 +00:00