This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ccfcc70c8cf08aefabd3a4d8bfeae6156df4bc9b
test2
/
source
/
blender
/
python
/
bmesh
History
Campbell Barton
ccfcc70c8c
add slice access to bmesh sequences.
...
eg: verts = bm.verts[1:-7]
2012-02-22 12:54:53 +00:00
..
bmesh_py_api.c
bmesh py api - generalize bmesg sequences to use the iterator type and optionally another bmesh element.
2012-02-22 10:41:07 +00:00
bmesh_py_api.h
initial bmesh python api.
2012-02-22 09:19:53 +00:00
bmesh_py_types.c
add slice access to bmesh sequences.
2012-02-22 12:54:53 +00:00
bmesh_py_types.h
bmesh py api - generalize bmesg sequences to use the iterator type and optionally another bmesh element.
2012-02-22 10:41:07 +00:00
CMakeLists.txt
initial bmesh python api.
2012-02-22 09:19:53 +00:00