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
..
blender_file_format Code Cleanup: check is / is not when comparing singletons. 2012-02-02 21:07:56 +00:00
build_systems Remove some more $Id$ that still were left after r41227 and r41228. 2011-10-23 19:01:59 +00:00
doxygen move bmesh wiki docs into bmesh header and update doxygen. 2012-02-27 20:27:19 +00:00
guides == docs == 2010-10-13 14:44:22 +00:00
license == docs == 2010-10-13 14:44:22 +00:00
manpage picky edits & regen man page 2011-12-10 01:07:22 +00:00
python_api bmesh py api: 2012-03-27 10:30:10 +00:00