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
2015-05-17Cleanup: indentationCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-09-28BMesh: remove point-in-face test for bisectCampbell Barton
2014-08-13SpellingCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-03-13BMesh: minor changes for BM_face_split useCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-11-19Fix T36998: Bisect would operate on unselected vertices.Campbell Barton
2013-10-16fix [#37013] Mesh > bisect can't fill the cut if it lines up with two or more...Campbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-28style cleanupCampbell Barton
2013-08-23fix error in recently added symmetrize rewrite, verts already on the aligned ...Campbell Barton
2013-08-23edits to new symmetrize toolCampbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton