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
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25fix for own error edge tagging sharp.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-23previous fix wasnt working in edge mode, now selection +/- works in vert/edge...Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-16more knit-picky memory savingCampbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-11mode bmesh include cleanup, remove unused file too.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-10fix [#30129] Sharp Edges select function invertedCampbell Barton
2012-02-10Style Edits only: use TRUE/FALSE rather then 1/0Campbell Barton
2012-02-10fix flushing issue when using linked selection picking in editmode.Campbell Barton
2012-02-10reviewed selection flushing code, some of this was incorrect, checked all use...Campbell Barton
2012-02-10Code Cleanup: use less confusing names for selection flushing.Campbell Barton
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-07rename defines to upper case.Campbell Barton
2012-02-06Code Cleanup: comment, remove or use unused functions.Campbell Barton
2012-02-06replace some hard coded limits with defines Campbell Barton
2012-02-05Code Cleanup: style change onlyCampbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2011-12-21minor formatting editsCampbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton
2011-12-08Fix #29539 Crash on shortest pathHoward Trickey
2011-12-06remove double lookus in BM_GetCDf/BM_SetCDf, also remove bm_cdata_get_single_...Campbell Barton
2011-11-28svn merge ^/trunk/blender -r42197:42221Campbell Barton
2011-11-27use faster method of getting vert/edge/face indices which uses BLI_mempool_fi...Campbell 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-16quiet compiler warnings for BLI_array defines, split BLI_array_append into BL...Campbell Barton
2011-11-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
2011-11-06fix *Redo unsupported* messages in operator panel when using edgeloop/edgerin...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-10-25remove $Id from headersCampbell Barton
2011-10-15select boundary loop tool (aka region to loop) switches to edge select mode i...Andrew Wiggin
2011-10-09Refactor removedoubles (merge 3 different version of code to find doubles int...Andrew Wiggin
2011-09-30Fix a memory leak in loop-to-region toolAndrew Wiggin
2011-09-27fix for build error with GCCCampbell Barton
2011-09-26Bread-first bmesh walkers:Andrew Wiggin
2011-09-26undo of 40542 (meant to make two separate changes)Andrew Wiggin