This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
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
..
2011-11-29 10:28:52 +00:00
2012-03-27 10:30:10 +00:00
2012-03-17 22:31:57 +00:00
2012-03-26 06:55:09 +00:00
2012-03-17 22:31:57 +00:00
2012-03-26 06:55:09 +00:00
2012-02-17 18:59:41 +00:00
2012-03-26 06:55:09 +00:00
2012-03-17 22:31:57 +00:00
2012-03-26 06:55:09 +00:00
2012-02-17 18:59:41 +00:00
2012-03-26 06:55:09 +00:00
2012-03-17 22:31:57 +00:00
2012-03-26 06:55:09 +00:00
2012-03-17 22:31:57 +00:00
2012-03-26 06:55:09 +00:00
2012-03-17 10:46:02 +00:00