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
a0351fd97e7f0f2bea153199d4cd004d6f76f034
test
/
source
/
blender
/
bmesh
History
Campbell Barton
db77fdc6ff
fix for own mistake in using alloca in a loop, replace with BLI_buffer
2013-03-16 00:41:32 +00:00
..
intern
fix for own bad mistake using alloca in a loop, also knife project wasnt selecting correctly.
2013-03-15 13:18:35 +00:00
operators
fix for own mistake in using alloca in a loop, replace with BLI_buffer
2013-03-16 00:41:32 +00:00
tools
Fix bevel modifier bug
#34611
, limit bevel amount needed.
2013-03-13 14:08:12 +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
code cleanup: remove bmesh subdivide header, all definitions can be included in bmo_subdivide.c.
2013-03-13 05:33:23 +00:00
SConscript
use bool for knife, also scons tab/space mix.
2013-03-15 19:00:21 +00:00