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
ae4db7eb5929ae51f362faeb39fb04e4bf22005f
test
/
source
/
blender
/
bmesh
History
Campbell Barton
518bfbb1c9
style cleanup
2013-02-02 04:58:03 +00:00
..
intern
correction to r54188, also don't attempt to triangulate triangles.
2013-01-29 20:49:40 +00:00
operators
bridge tool could make bow-tie quads when given 2 isolated edges.
2013-01-30 03:12:19 +00:00
tools
style cleanup
2013-02-02 04:58:03 +00:00
bmesh_class.h
fix for own error with unwrap selection checking uvedit_have_selection() failed with no UV layer.
2013-01-14 08:02:06 +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
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
SConscript
Add BMLog for efficiently storing changes to vertices and faces
2012-12-30 18:24:08 +00:00