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-10-24Add some validation checking and fix a bug in bmesh_[cut|splice][edge|vert] (...Andrew Wiggin
2011-10-18- Knife tool would switch the knife line to 0,0,0 when not over any geometry,...Campbell Barton
2011-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17quiet some pedantic gcc warnignsCampbell Barton
2011-10-16Fixes and restrictions for bridge loops toolAndrew Wiggin
2011-10-15More solidify cleanup: comment updates and make shell_angle_to_dist a continu...Andrew Wiggin
2011-10-14Fix vertex paint face selectionAndrew Wiggin
2011-10-13Temporary workaround (to unblock a BMesh user) for issue #28869 which is caus...Andrew Wiggin
2011-10-13Fix a memory leak in interpolationAndrew Wiggin
2011-10-13Add nodoubles arg to BM_Make_FaceAndrew Wiggin
2011-10-12Fix for not correctly removing doubles after adding builtin primitive meshes ...Andrew Wiggin
2011-10-12Make copy_face use BM_Make_Face instead of BM_Make_Ngon (better perf, and bet...Andrew Wiggin
2011-10-12implementation of bmesh_urmv (unglue region make vert) and use of it to fix r...Andrew Wiggin
2011-10-11Fixes for solidify when the selection does not form a completely closed 2-man...Andrew Wiggin
2011-10-11a few trivial bug fixesAndrew Wiggin
2011-10-10Miscellaneous cleanup, comment changes, and asserts. Should be no functional ...Andrew Wiggin
2011-10-10Some bevel fixes: fix a crash BM_Copy_Attributes when source==target, and fix...Andrew Wiggin
2011-10-09Fix 28493: Meshes added with many addons revert to only verts on entry to edi...Andrew Wiggin
2011-10-09Refactor removedoubles (merge 3 different version of code to find doubles int...Andrew Wiggin
2011-10-08Fix for 28687 (double faces not removed by remove doubles)Andrew Wiggin
2011-10-06Fix leaks of MDisps custom dataAndrew Wiggin
2011-10-05Fix for a lot (but not all) of the multires distortion when using bmesh editi...Andrew Wiggin
2011-09-30Fixes for a few bugs in selection and the interaction between BM_SELECT and B...Andrew Wiggin
2011-09-27possible fix for msvc buildingCampbell Barton
2011-09-26Fix some typos & bugs from some of my previous patches and commitsAndrew Wiggin
2011-09-26Bread-first bmesh walkers:Andrew Wiggin
2011-09-26Fix dissolve crashes.Andrew Wiggin
2011-09-26undo of 40542 (meant to make two separate changes)Andrew Wiggin
2011-09-26Fix dissolve crashes.Andrew Wiggin
2011-09-24make error prints more helpful & correct some comments for rip code.Campbell Barton
2011-09-23Port jfke and jekv euler functions to new bmesh structuresAndrew Wiggin
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-23Solidify bmesh op and edit mode toolAndrew Wiggin
2011-09-22Normal math improvements and vector math cleanupAndrew Wiggin
2011-09-21Fix rip tool issues related to BM_Make_Ngon generating a copy of an original ...Andrew Wiggin
2011-09-17remove redundant NULL checkCampbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-16Make split tool use splitop (instead of dupe & del). Fix split op output.Andrew Wiggin
2011-09-13Submit of patch [#28568] BMesh: make active element highlights workAndrew Wiggin
2011-09-13fix for [#28581] Rip Tool Gives Strange/Bad ResultsCampbell Barton
2011-09-13some edits to make the split code easier to read, replace "j ? (i+1) % f->len...Campbell Barton
2011-09-13picky formatting edits - no functional changes.Campbell Barton
2011-09-12fix for typo in bevel code.Campbell Barton
2011-09-12remove redundant castsCampbell Barton
2011-09-12replace VECCOPY with copy_v3_v3Campbell Barton
2011-09-12replace BLI_arrays with simple malloc'd arrays since the size is known. add a...Campbell Barton
2011-09-12use BM_Make_Vert example argument rather then calling inline, was also copyin...Campbell Barton
2011-09-12set some function args to const, no functional change.Campbell Barton
2011-09-12revert own commit r40051, mesh and object pointers are needed for undo, this ...Campbell Barton
2011-09-11Fix for array init in BM_Point_In_FaceAndrew Wiggin