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
beae4f498da5a730889e9deb17455263a6e2f054
goo-engine
/
source
/
blender
/
python
/
bmesh
T
History
Campbell Barton
712c8f3cae
code cleanup: warnings
2013-10-31 03:30:20 +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
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_customdata.h
…
bmesh_py_types_meshdata.c
code cleanup: warnings
2013-10-31 03:30:20 +00: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
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
move bmesh array lookup data and utility functions from editmesh into bmesh,
2013-10-28 02:05:33 +00: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_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