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
5993a10f94de9eb7d4b2b2e770e282e6cee63f5b
test2
/
source
/
blender
/
bmesh
History
Campbell Barton
cf6994b910
code cleanup: spelling,
...
also initialize bmesh-bevel settings struct to zero to avoid possible uninitialized memory later.
2012-11-12 07:33:01 +00:00
..
intern
code cleanup: spelling,
2012-11-12 07:33:01 +00:00
operators
code cleanup: spelling,
2012-11-12 07:33:01 +00:00
tools
add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.
2012-10-24 07:24:11 +00:00
bmesh_class.h
BM_iter_as_arrayN() can now take an optional existing array argument, useful to avoid many small malloc's by passing a fixes size stack variable instead.
2012-11-12 05:53:43 +00:00
bmesh.h
decimate modifier rewrite to use bmesh (#ifdef-disabled by default for now).
2012-10-19 07:31:51 +00:00
CMakeLists.txt
code cleanup: cmake - add missing headers, remove directories from source listing.
2012-11-03 15:49:38 +00:00
SConscript
Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a few others), and another bunch of UI messages tweaks/fixes, as well as some BKE_report()<->BKE_reportf()...
2012-10-26 17:32:50 +00:00