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-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-27Fix T44745 non manifold edges of mesh do not work when smoothing inAntony Riakiotakis
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-19Fix T44553.Antony Riakiotakis
2015-05-18Fix T44553: Dyntopo ignores front-face optionCampbell Barton
2015-05-06Feature request: Dyntopo detail expressed in percentage of brush radius.Antony Riakiotakis
2015-04-26Sculpt: symmetrize was leaving edge-tags dirtyCampbell Barton
2015-04-20Sculpt: remove workaround T25371Campbell Barton
2015-04-20Sculpt: clay-strips was missing accumulate buttonCampbell Barton
2015-04-19Dyntopo: non-topology tool origdata supportCampbell Barton
2015-04-19Cleanup: use meaningful names re: (fc, an, sn)Campbell Barton
2015-04-19Dyntopo: support for original normal accessCampbell Barton
2015-04-19Cleanup: move project code into util functionCampbell Barton
2015-04-19Cleanup: calculating sculpt center & normalCampbell Barton
2015-04-19Dyntopo: avoid over-counting /w neighbor averageCampbell Barton
2015-04-19Sculpt: avoid CD lookup /w mask smoothCampbell Barton
2015-04-19Sculpt: smooth brush, exclude self from averageCampbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-2Campbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-1Campbell Barton
2015-04-17Cleanup: simplify sculpt normal accumulationCampbell Barton
2015-04-17Cleanup: simplify sculpt plane accumulationCampbell Barton
2015-04-17Cleanup: remove unused face normalsCampbell Barton
2015-04-17Dyntopo: avoid redundant lookup on original dataCampbell Barton
2015-04-16Cleanup: use const for sculpt codeCampbell Barton
2015-04-15typo in last commitCampbell Barton
2015-04-15Sculpt: change behavior of crease brushCampbell Barton
2015-04-04Cleanup: use BKE_sculptsession_* prefixCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-10Fix crash enabling dyntopo in background modeCampbell Barton
2015-03-03Another stability commit for legacy users - don't crash when togglingAntony Riakiotakis
2015-02-06Cleanup: styleCampbell Barton
2015-02-05More fixes for high DPI:Antony Riakiotakis
2014-12-29Rotate around selection now will work on last stroke position in textureAntony Riakiotakis
2014-12-29Move average stroke from sculpt session to unified paint settings so itAntony Riakiotakis
2014-12-29Cleanup: get rid of sculpt minmax and reuse last stroke function (codeAntony Riakiotakis
2014-12-04Fix building on OSX when OMP is enabled.Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-17ShapeKey: Refactor a bit `BKE_key_convert_from_...`Bastien Montagne
2014-11-16Own cleanup, sorry for the noise :/Bastien Montagne
2014-11-16Fix T42613: Sculpt dyntopo's 'Set Detail Size' (Shift-D) was only always affe...Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-07Cleanup: use boolCampbell Barton
2014-10-05Cleanup: sculpt float -> boolCampbell Barton
2014-10-03Sculpting:Antony Riakiotakis
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-03Code cleanup, defined shared stroke properties to one central function.Antony Riakiotakis