This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3e2619b3e72aaa7ef3bd15211fc2eaaf883da7d1
test
/
source
/
blender
/
bmesh
History
Campbell Barton
cb6f4160cc
api cleanup: replace BMO_vert_edge_flags_count() with more reusable function - BMO_iter_elem_count_flag().
...
closely matching existing BM_iter_elem_count_flag() function but checks tool-flags instead.
2013-03-27 10:14:09 +00:00
..
intern
api cleanup: replace BMO_vert_edge_flags_count() with more reusable function - BMO_iter_elem_count_flag().
2013-03-27 10:14:09 +00:00
operators
api cleanup: replace BMO_vert_edge_flags_count() with more reusable function - BMO_iter_elem_count_flag().
2013-03-27 10:14:09 +00:00
tools
code cleanup:
2013-03-25 02:41:30 +00:00
bmesh_class.h
- ghost-sdl builds again.
2013-03-16 20:49:46 +00:00
bmesh.h
Triangulate modifier no longer uses bmesh operator api call, instead add a BM_mesh_triangulate() function. Gives ~2x speedup in my tests on an optimized build.
2013-01-29 10:31:05 +00:00
CMakeLists.txt
fix for mesh face filling when a valid edge-loop was selected but unselected connecting geometry existed inside the loop.
2013-03-27 07:54:11 +00:00
SConscript
use bool for knife, also scons tab/space mix.
2013-03-15 19:00:21 +00:00