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-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-16BM_Compute_Normals was setting invalid edge index values when it didn't need to.Campbell Barton
2011-11-16ensure dirty flags / index arrays are in a valid state before & after executi...Campbell Barton
2011-11-16fix for error in last commit, also make BM_ElemIndex_Validate() check dirty f...Campbell Barton
2011-11-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
2011-11-16set the index on newly added vert/edge/facesCampbell Barton
2011-11-08bmesh: fixed merge issues with navmesh (though I've not tested if it works yet).Joseph Eagar
2011-11-07replace bmesh specific macros with math functions, also some pedantic formatt...Campbell Barton
2011-11-03Fix MSVC build (warning-to-error for mismatch of "const" keyword between func...Andrew Wiggin
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-11-01rename BM_FLIPPED --> BM_TMP_TAG to use as a temp tag anywhere.Campbell Barton
2011-11-01minor cleanup editsCampbell Barton
2011-10-31Miscellaneous warning fixes (mostly unused local vars) and trivial cleanupsAndrew Wiggin
2011-10-29style editsCampbell Barton
2011-10-26Fix 28960: if BM_free_data_layer[_n] removed the last layer, we didn't clear ...Andrew Wiggin
2011-10-26Disable converting multires to absolute space during bmesh edits, as this was...Andrew Wiggin
2011-10-26- smooth tool now works for mirror.Campbell Barton
2011-10-25remove $Id from headersCampbell Barton
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-14Fix vertex paint face selectionAndrew 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-12implementation of bmesh_urmv (unglue region make vert) and use of it to fix r...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-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-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-13Submit of patch [#28568] BMesh: make active element highlights workAndrew Wiggin