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-24move edge angle test from previous commit into a static function & set on the...Campbell Barton
2011-11-24fix [#29313] In object mode wire frame edges between two planar faces renderCampbell Barton
2011-11-24fix [#29177] Select linked in face select mode doesn't stop on seamsCampbell Barton
2011-11-24per type restrict masks for walkersCampbell Barton
2011-11-24small changes to iterator, preparing for bigger changes.Campbell Barton
2011-11-24fix for [#29365] Sharp Edges get lost after edit mode toggleCampbell Barton
2011-11-23fix for build errors Campbell Barton
2011-11-22Fix broken edge ripAndrew Wiggin
2011-11-20Various typo cleanups, remove unnecessary code etc, found during recent work ...Andrew Wiggin
2011-11-18speedup for editmesh tesselation (approx 4.4x speedup in optimized builds),Campbell Barton
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-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-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-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-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-31Miscellaneous warning fixes (mostly unused local vars) and trivial cleanupsAndrew Wiggin
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-28the BMesh select mode wasnt being set on entering editmode, this made snap to...Campbell 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-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