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
abb37f4152ea8945fdffdc956acdd3002e54db2d
goo-engine
/
source
/
blender
/
python
/
bmesh
T
History
Campbell Barton
890cafface
fix for error in bmesh api, selection setting needs to go via BM_elem_select_set else the total selected elements count isn't mantained.
2013-09-05 08:38:06 +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
bmesh: internal api change, remove BMOElemMapping, its not needed since the values can be stored in the ghash directly.
2013-09-02 03:13:51 +00:00
bmesh_py_ops_call.h
…
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
…
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
fix for error in bmesh api, selection setting needs to go via BM_elem_select_set else the total selected elements count isn't mantained.
2013-09-05 08:38:06 +00:00
bmesh_py_types.h
…
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
…