This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ccfcc70c8cf08aefabd3a4d8bfeae6156df4bc9b
goo-engine
/
source
/
blender
/
python
/
bmesh
T
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
…
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
…