This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
dcbee8ef07cd2325ba31e059bedeb47af52f40fb
test2
/
source
/
blender
/
bmesh
History
Campbell Barton
0d5b028d43
patch [
#34103
] use boolean in path functions and add comments.
...
path_util_1.patch from Lawrence D'Oliveiro (ldo)
2013-03-04 19:27:51 +00:00
..
intern
patch [
#34103
] use boolean in path functions and add comments.
2013-03-04 19:27:51 +00:00
operators
patch [
#34103
] use boolean in path functions and add comments.
2013-03-04 19:27:51 +00:00
tools
Enable new bevel tool code in bevel modifier.
2013-02-21 17:29:35 +00:00
bmesh_class.h
increase openmp limit for release so low poly meshes don't use openmp threads (which can be slow)
2013-02-20 15:34:31 +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