Blender Git Loki

Git Commits -> Revision 7f1e9b8

Revision 7f1e9b8 by Campbell Barton (master)
March 27, 2012, 10:30 (GMT)
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())

Commit Details:

Full Hash: 7f1e9b8c4116915d1a7073f712f62f234454c323
SVN Revision: 45211
Parent Commit: 1e7bcec
Lines Changed: +369, -15

7 Modified Paths:

/doc/python_api/rst/include__bmesh.rst (+19, -0) (Diff)
/doc/python_api/sphinx_doc_gen.py (+2, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+6, -8) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+329, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+9, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+3, -3) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021