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
4cd129bb508d75ff635199397e9ff17cebd0639e
test
/
source
/
blender
/
bmesh
History
Campbell Barton
66aa7e9192
add simple quad-strip filling to bevel, use to bevel edges when 2 bevel-edges share a vertex.
...
this gives more useful topology, eg:
http://www.graphicall.org/ftp/ideasman42/bevel_strip_fill.png
2012-11-12 16:08:02 +00:00
..
intern
code cleanup: spelling,
2012-11-12 07:33:01 +00:00
operators
add simple quad-strip filling to bevel, use to bevel edges when 2 bevel-edges share a vertex.
2012-11-12 16:08:02 +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