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
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
2014-08-27Refactor sculpt rotate tool to use new dial mechanism.Antony Riakiotakis
2014-07-28Fix T41193: 2.71 use 100% of CPU at sculptSergey Sharybin
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-27Follow up to previous commit, do not calculate normal now with frontAntony Riakiotakis
2014-06-27Fix T40758 Front facing not consistent in sculpt mode.Antony Riakiotakis
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-21Fix T40567 Crash when returing to object mode from dyntopo.Antony Riakiotakis
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-08Fix T40510, revert openmp thread count to how it was inAntony Riakiotakis
2014-05-19Style cleanupCampbell Barton
2014-05-16Use warning instead of info for previous commitAntony Riakiotakis
2014-05-15Fix T39684, warn when entering sculpt mode with an object with non-Antony Riakiotakis
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-05-06Fixes to previous sculpting tweaksSergey Sharybin
2014-05-06Cleanup a bit of the locked shape keys paintingSergey Sharybin
2014-05-05Fix T39956.Antony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-28Remove unused argument from sculpt_omp_start()Sergey Sharybin
2014-04-27Revert the testing sculpt openmp thread control and limit for OSX to physical...Jens Verwiebe
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-18Dyntopo: Solve issue with test file by Jens.Antony Riakiotakis
2014-04-17Make sure we invalidate the node ID layer each time the PBVH is reset.Antony Riakiotakis
2014-04-17Optimize and symmetrize operators missed reset of node layer.Antony Riakiotakis
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-17Add missing node update in dyntopo flood fill.Antony Riakiotakis
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-12Fix for sculpt mode last-stroke applying obmat twiceCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-07Code cleanup: remove unused functions and convert int -> boolCampbell Barton
2014-04-01Fix an unused function warning without openmp present, some typosJens Verwiebe