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-27Fix T44745 non manifold edges of mesh do not work when smoothing inAntony Riakiotakis
2014-07-09Fix T40997, artifacts when unhiding part of the mesh in dyntopo.Antony Riakiotakis
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-05-29Math lib: add negate_m3, negate_m4Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Hiding support for dynamic topologyNicholas Bishop
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-06-07Quite some warnings...Bastien Montagne
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add support for hiding masked regions.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-14i18n: "labels" of multi-section enums need to be marked for gettext (N_()), a...Bastien Montagne
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop