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
6e85ffc4fa25d9acb4f2bfef883eaddc7577fe88
test
/
source
/
blender
/
bmesh
History
Campbell Barton
6e85ffc4fa
code cleanup: bmesh subdivide code was growing arrays one by one, when the final size is known - do this in one go.
...
also replace for loops with iterator macros.
2012-09-05 19:21:55 +00:00
..
intern
Fix knife bug
#30764
, failure to cut sometimes.
2012-09-03 14:37:34 +00:00
operators
code cleanup: bmesh subdivide code was growing arrays one by one, when the final size is known - do this in one go.
2012-09-05 19:21:55 +00:00
tools
code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines is now unused but keep incase we want to add defines there later.
2012-09-03 22:04:14 +00:00
bmesh_class.h
remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.
2012-07-21 01:09:11 +00:00
bmesh.h
code cleanup: spelling
2012-05-20 21:23:26 +00:00
CMakeLists.txt
code cleanup: cmake buildsystem edits, unused var warnings and better description for WITH_PYTHON_MODULE.
2012-06-28 08:51:02 +00:00
SConscript
- fix for python freeing its own bmesh clearing the global mirror cache.
2012-04-23 04:24:11 +00:00