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
8d3cdf292c25e99c2b8a86fb052d7312e5a1a62a
test2
/
source
/
blender
/
python
/
bmesh
History
Campbell Barton
88d1067f58
code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'
2013-05-17 12:43:58 +00:00
..
bmesh_py_api.c
code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc -> em. ('tc' is odd name which isn't used elsewhere).
2013-04-13 20:31:52 +00:00
bmesh_py_api.h
…
bmesh_py_ops_call.c
A bit more clear error message...
2013-05-02 14:03:56 +00:00
bmesh_py_ops_call.h
…
bmesh_py_ops.c
…
bmesh_py_ops.h
…
bmesh_py_types_customdata.c
remove direct freestyle data access from bmesh, was crashing and this should really only be done via customdata layer support.
2013-04-30 22:27:52 +00:00
bmesh_py_types_customdata.h
…
bmesh_py_types_meshdata.c
…
bmesh_py_types_meshdata.h
…
bmesh_py_types_select.c
code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc -> em. ('tc' is odd name which isn't used elsewhere).
2013-04-13 20:31:52 +00:00
bmesh_py_types_select.h
…
bmesh_py_types.c
code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'
2013-05-17 12:43:58 +00:00
bmesh_py_types.h
…
bmesh_py_utils.c
code cleanup: minor BMESH_TODO's, some were left in even though they were done/invalid.
2013-04-15 04:34:14 +00:00
bmesh_py_utils.h
…
CMakeLists.txt
…