Go to file
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
build_files Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
doc bmesh py api: 2012-03-27 10:30:10 +00:00
extern fix for cmake error on non osx systems 2012-03-23 10:39:59 +00:00
intern quiet some warnings for gcc 4.7 2012-03-26 20:49:33 +00:00
release Port Setup Tracking scene to bmesh api 2012-03-27 09:10:05 +00:00
source bmesh py api: 2012-03-27 10:30:10 +00:00
CMakeLists.txt dont disable python when addons aren't found (addons are not needed for python to run) 2012-03-17 18:33:51 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct building without python works again, cleanup bmesh include paths (cmake and scons). 2012-03-08 03:25:53 +00:00