blender/doc/python_api
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-org fix [#28151] export OBJ don't save the extension 2011-08-03 05:32:07 +00:00
epy hide overly picky warnings from 'pylint' for pep8 script, indentation edits. 2011-11-19 16:17:35 +00:00
examples rst bge touch ups: making the title of the examples slightly more noticeable 2012-01-23 19:53:23 +00:00
rst bmesh py api: 2012-03-27 10:30:10 +00:00
sphinx_changelog_gen.py fix for mistake in api changelog script with function names. 2011-10-02 23:53:41 +00:00
sphinx_doc_gen.py bmesh py api: 2012-03-27 10:30:10 +00:00
sphinx_doc_gen.sh py api docs - remove sphinx .doctree before zipping, saves some space 18mb --> 3.1 mb 2012-02-12 19:55:25 +00:00