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
1c99e6aa0b79403d83325eb831e2efab6ae4e255
goo-engine
/
source
/
blender
/
python
/
bmesh
T
History
Campbell Barton
f9c87b86fc
partial fix for [
#32581
] Mesh properties API does not allow for zeros in byte array
...
bmesh access allows zero bytes, support still needs adding via RNA.
2013-01-09 13:25:46 +00:00
..
bmesh_py_api.c
use keyword args for bmesh.update_edit_mesh(...)
2012-12-27 07:27:28 +00:00
bmesh_py_api.h
…
bmesh_py_ops_call.c
style cleanup
2013-01-09 03:30:15 +00:00
bmesh_py_ops_call.h
move bmesh operator calling into its own file.
2012-11-27 13:54:34 +00:00
bmesh_py_ops.c
move bmesh operator calling into its own file.
2012-11-27 13:54:34 +00:00
bmesh_py_ops.h
bmesh.ops module for bmesh operator access, only remove_doubles and convex_hull at the moment.
2012-06-26 21:40:01 +00:00
bmesh_py_types_customdata.c
partial fix for [
#32581
] Mesh properties API does not allow for zeros in byte array
2013-01-09 13:25:46 +00:00
bmesh_py_types_customdata.h
…
bmesh_py_types_meshdata.c
py api cleanup, replace use...
2012-11-21 02:28:36 +00:00
bmesh_py_types_meshdata.h
bmesh py api:
2012-05-01 06:50:43 +00:00
bmesh_py_types_select.c
bmesh py api: use generic checking macros to see if an object if from the same bmesh.
2012-11-29 03:25:37 +00:00
bmesh_py_types_select.h
…
bmesh_py_types.c
Add normal_flip() member to Python BMesh's Face.
2013-01-07 12:19:00 +00:00
bmesh_py_types.h
bmesh py api: use generic checking macros to see if an object if from the same bmesh.
2012-11-29 03:25:37 +00:00
bmesh_py_utils.c
fix [
#33616
] Documentation not matching the behaviour of bmesh.utils
2012-12-19 11:18:08 +00:00
bmesh_py_utils.h
…
CMakeLists.txt
add empty files (will move bmesh operator calling here)
2012-11-27 13:45:28 +00:00