Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-14=bmesh=Joseph Eagar
2011-03-29=bmesh=Joseph Eagar
2011-03-28=bmesh=Joseph Eagar
2011-03-20=bmesh= fixed problem with normals and a warningJoseph Eagar
2011-03-20bmesh, less warningsCampbell Barton
2011-03-20fix bug in calculating polygon normal, was passing double arrays to copy_v3v3()Campbell Barton
2011-03-20minor warning cleanup & use BLI_math functions a little differently.Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-09-18part 1 of cleaning up my little array macro library to be a formal API. also...Joseph Eagar
2009-09-05part one of profiling/optimizing. made cddm not update tesselations itself i...Joseph Eagar
2009-08-06added a crash handler to dump the global undo state to file on segmentation f...Joseph Eagar
2009-08-06bmeshafied righthandfaces (ctrl-n, compute normals)Joseph Eagar
2009-07-22merge with trunk at r21785, and also fixed stupid ngon normals bugJoseph Eagar
2009-07-21finished first pass at bmeshafying uvedit_ops.c. not everything works yet, l...Joseph Eagar
2009-07-21first pass at the uv code. uv editor now mostly uses new bmesh structures fo...Joseph Eagar
2009-07-17moved the selection history stuff within bmesh itself, to avoid memory access...Joseph Eagar
2009-05-23ngons are tesselated properly again, using scanfill, though need to get it to...Joseph Eagar
2009-05-18renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the mo...Joseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar
2009-03-23removed all those nasty enums from the operator api. yay! I'mJoseph Eagar
2009-03-18fixed issue in connect vert, had to make a numerical error compensation value...Joseph Eagar
2009-03-16edge subdivide ops now use bmesh code, rather then just the test bmesh op. a...Joseph Eagar
2009-03-16extrude region op now does wire vert extrudes tooJoseph Eagar
2009-03-16some cleanup of bmesh_polygon.c. there were three winding functions, now the...Joseph Eagar
2009-03-16some fixes for extrude, to better handle customdata, winding, etc.Joseph Eagar
2009-03-15had to increase size of a numerical error compensation value, kindof odd but ...Joseph Eagar
2009-03-14connect verts now does geometric tests to perform valid splits. it also supp...Joseph Eagar
2009-03-13Dissolve faces now uses a different method of finding the boundary,Joseph Eagar
2009-03-12the make ngon function's overlap test needed some work, the API functionJoseph Eagar
2009-03-11numerical error fix for tesselatorJoseph Eagar
2009-03-11implemented an (edge) loop walker. note I misunderstood Joseph Eagar
2009-03-09fixed triangulator.Joseph Eagar
2009-03-06BM_SplitFace now copies header flags to the new face. kindof hackish right n...Joseph Eagar
2009-03-06tesselator works. . .FINALLYscons/scons.py BF_QUICK=bf_editors_mesh,bf_bmesh,...Joseph Eagar
2009-03-04Printf-style method of calling operations now take a modified format string,Joseph Eagar
2009-03-02more tweaks to triangulator. also added a bmeshutils.c file in editors/mesh ...Joseph Eagar
2009-03-01made triangulator produce less nice triangulations for speed. hopefully I've...Joseph Eagar
2009-03-01split dissolve_disk into dissolve_vert dissolve_disk as agreed. also made di...Joseph Eagar
2009-03-01yay tesselator is behaving. seems to work ok now. it's kindof slow, would b...Joseph Eagar
2009-02-28merge with trunk. also tried to fix tesselator code; new code should've work...Joseph Eagar
2009-01-22tesselator/triangulator improvements, it now works a lot better, though still...Joseph Eagar
2009-01-21got triangulator to work, and made it a bmesh operator. also added dissolve ...Joseph Eagar
2009-01-07move back new api codeJoseph Eagar