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-26bmesh api name change, add _count suffix for BM_*_share functions.Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-13more bmesh minor api cleanupCampbell 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-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-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-07Fix #30091: Shift-Ctrl-Alt-RMB problem in face modeSergey Sharybin
2012-02-06replace some hard coded limits with defines Campbell Barton
2012-01-23replace BLI_array_growone() with BLI_array_growitems() when the size of the i...Campbell Barton
2012-01-17missing header in previous commit Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43443:43461Campbell Barton
2012-01-17remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed Campbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton
2011-11-24per type restrict masks for walkersCampbell Barton
2011-11-24small changes to iterator, preparing for bigger changes.Campbell Barton
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-21Combined BlenderPro Brazil workshop fix + Patch 29302Ton Roosendaal
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-23fix script error and quiet warnings about "." description ending.Campbell Barton
2011-09-12remove redundant castsCampbell Barton
2011-09-07Patch 28537 from Andrew Wiggin, fixes second issue in 28492 (edge ring desele...Howard Trickey
2011-08-29fixed crash on loop cut of wire edgeHoward Trickey
2011-05-11more syncing with trunk.Campbell Barton
2011-05-11fixed 4 uses of un-inirialized vars + some compiler warnings.Campbell Barton
2011-05-10=bmesh= undo loopcut commit, for some reason the recent merge didn't catch itJoseph Eagar
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-03=bmesh= fixed unintiialized memory bug, thanks to Francisco De La CruzJoseph Eagar
2011-05-03=trunk=Joseph Eagar
2011-05-01=bmesh= fixed edge loop preview, patch from Francisco De La Cruz. man did I ...Joseph Eagar
2011-04-24=bmesh= removed annoying preview thingy on edge ring selectJoseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-04-14=bmesh= fixed a few bugs in the uv editorJoseph Eagar
2011-03-28=bmesh=Joseph Eagar
2011-03-18=bmesh=Joseph Eagar
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-15Bugfix #25636Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2011-01-01Bugfix #25445Ton Roosendaal
2010-12-22Report #25350Ton Roosendaal
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-10Bugfix #24524Ton Roosendaal