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-11-18fix [#28676] Tris to Quads: "Max Angle" is not interpreted correctlyCampbell Barton
2011-11-16svn merge -r41926:41932 ^/trunk/blenderCampbell Barton
2011-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16replace macros with math functionsCampbell Barton
2011-11-16quiet compiler warnings for BLI_array defines, split BLI_array_append into BL...Campbell Barton
2011-11-16tag index arrays as dirty when any element is removed, also check validity on...Campbell Barton
2011-11-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-08bmesh: fixed merge issues with navmesh (though I've not tested if it works yet).Joseph Eagar
2011-11-07don't write into bmesh edge indices when calculating solidify normals Campbell Barton
2011-11-07replace bmesh specific macros with math functions, also some pedantic formatt...Campbell Barton
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-11-01replace as many uses of BM_Get/SetIndex as possible with tagging with a temp ...Campbell Barton
2011-11-01rename BM_FLIPPED --> BM_TMP_TAG to use as a temp tag anywhere.Campbell Barton
2011-11-01subdivide smooth now works as in trunk.Campbell Barton
2011-11-01enable bmesh subdivide smooth, this isn't working quite right yet.Campbell Barton
2011-11-01minor cleanup editsCampbell Barton
2011-10-31Small optimization in mesh-to-bmesh convert (avoid a bunch of alloc, free, re...Andrew Wiggin
2011-10-30Remove an edge split workaround and replace with faster, better fix for 28669 Andrew Wiggin
2011-10-29style editsCampbell Barton
2011-10-29add in functionality from trunk, editing base shapekey now offsets other keys...Campbell Barton
2011-10-29macro -> math replacements, uncomment mirror funcs.Campbell Barton
2011-10-25remove $Id from headersCampbell 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-13Temporary workaround (to unblock a BMesh user) for issue #28869 which is caus...Andrew 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-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-09-30Fixes for a few bugs in selection and the interaction between BM_SELECT and B...Andrew Wiggin
2011-09-24make error prints more helpful & correct some comments for rip code.Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-23Solidify bmesh op and edit mode toolAndrew Wiggin
2011-09-21Fix rip tool issues related to BM_Make_Ngon generating a copy of an original ...Andrew Wiggin
2011-09-16Make split tool use splitop (instead of dupe & del). Fix split op output.Andrew 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-12use BM_Make_Vert example argument rather then calling inline, was also copyin...Campbell Barton
2011-09-12revert own commit r40051, mesh and object pointers are needed for undo, this ...Campbell Barton
2011-09-09auto-merge was loosing the selection after running remove doubles, this is qu...Campbell Barton
2011-09-09remove mesh and object arguments from bmesh operators, these are stored withi...Campbell Barton