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
ecda79a8b82fb583cbea2a0c4bf430c649b46e33
test
/
source
/
blender
/
bmesh
History
Campbell Barton
a9fb70754f
avoid using function calls in macros that result in multiple function calls.
2012-11-06 00:18:01 +00:00
..
intern
avoid using BLI_array for remove double helper function - bmesh_find_doubles_common(), was growing and array one at a time (with re-allocs), when the size is known.
2012-11-05 14:39:49 +00:00
operators
avoid using function calls in macros that result in multiple function calls.
2012-11-06 00:18:01 +00:00
tools
add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.
2012-10-24 07:24:11 +00:00
bmesh_class.h
code cleanup: check defgroup_name_index() return value != -1, rather then checking >= 0.
2012-10-22 17:19:05 +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