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
9470754fd39405ac3289fb10a1b72e09b3c94334
goo-engine
/
source
/
blender
/
python
/
bmesh
T
History
Campbell Barton
9470754fd3
bmesh api cleanup, face creation args now accept an example face (as with vertex and edge),
...
also replace BM_face_create_quad_tri_v with BM_face_create_verts
2013-08-21 07:51:47 +00:00
..
bmesh_py_api.c
fix [
#35507
] BMesh module: Crash on to_mesh() if faces.layers.tex is used but no loops.layers.uv
2013-06-26 04:17:41 +00:00
bmesh_py_api.h
…
bmesh_py_ops_call.c
code cleanup: add break statements in switch ()'s, (even at the last case).
2013-07-21 08:16:37 +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
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_py_types_customdata.c
add is_finite_v# functions, use bool's
2013-08-20 09:34:52 +00:00
bmesh_py_types_customdata.h
…
bmesh_py_types_meshdata.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_types_meshdata.h
use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations which have been removed.
2013-03-11 20:27:38 +00:00
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
bmesh api cleanup, face creation args now accept an example face (as with vertex and edge),
2013-08-21 07:51:47 +00:00
bmesh_py_types.h
code cleanup: incorrect sized array args, remove some redundant code.
2013-03-17 10:26:23 +00:00
bmesh_py_utils.c
bmesh_vert_separate: remove unused return value
2013-08-12 23:49:56 +00:00
bmesh_py_utils.h
…
CMakeLists.txt
Fix for missing -DWITH_FREESTYLE.
2013-03-22 23:04:14 +00:00