tornavis/source/blender/python/bmesh
Campbell Barton 5873160242 Code cleanup: strict flags for bmesh_log 2014-04-03 17:13:31 +11:00
..
CMakeLists.txt BMesh Py API: add bmesh.geometry.intersect_face_point() 2013-12-06 21:15:56 +11:00
bmesh_py_api.c BMesh Py API: add bmesh.geometry.intersect_face_point() 2013-12-06 21:15:56 +11:00
bmesh_py_api.h bmesh py api, new submodules 2012-02-23 05:20:09 +00:00
bmesh_py_geometry.c BMesh Py API: add bmesh.geometry.intersect_face_point() 2013-12-06 21:15:56 +11:00
bmesh_py_geometry.h BMesh Py API: add bmesh.geometry.intersect_face_point() 2013-12-06 21:15:56 +11:00
bmesh_py_ops.c code cleanup: some structs were declaring data when only typedef's were intended, make local vars and functions static. 2013-08-07 03:44:05 +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_ops_call.c Code cleanup: correct abs use and quiet warnings 2014-03-01 14:26:18 +11:00
bmesh_py_ops_call.h move bmesh operator calling into its own file. 2012-11-27 13:54:34 +00:00
bmesh_py_types.c Code cleanup: strict flags for bmesh_log 2014-04-03 17:13:31 +11:00
bmesh_py_types.h correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
bmesh_py_types_customdata.c Fix T38150: implementation mismatch in bmesh python 2014-01-23 20:17:54 +01:00
bmesh_py_types_customdata.h bmesh docs: 2012-03-21 05:33:37 +00:00
bmesh_py_types_meshdata.c Code cleanup: use r_ prefix for return args 2014-03-16 03:26:23 +11:00
bmesh_py_types_meshdata.h Expose MVertSkin customdata layer in Python. This allows scripts to change parameters which are used by the skin modifier (such as radius) 2013-10-27 12:16:45 +00:00
bmesh_py_types_select.c python api internals: no need to set the stop-iter exception string. 2013-11-17 15:09:57 +11:00
bmesh_py_types_select.h bmesh py api: 2012-03-16 05:03:13 +00:00
bmesh_py_utils.c BMesh optimize face splitting by taking loops rather then verts 2013-12-24 11:13:58 +11:00
bmesh_py_utils.h bmesh py api, new submodules 2012-02-23 05:20:09 +00:00