This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python
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
..
2012-03-27 10:30:10 +00:00
2012-03-26 06:55:09 +00:00
2012-03-26 20:41:54 +00:00
2012-03-27 10:30:10 +00:00
2012-02-22 09:19:53 +00:00
2012-02-22 09:19:53 +00:00
2012-03-16 21:39:56 +00:00