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-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-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-29Fix issue discovered in soc-paint-2013 branch.Antony Riakiotakis
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-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-22Math Lib: move barycentric_weights_v2_persp to into math_geomCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-20Fix incorrect ghash freeCampbell Barton
2014-04-20Correct cast from recent bool changesCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell 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-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-04-14Fix T39704: Texture painting fails with different float image working spaceSergey Sharybin
2014-04-13Reduce overhead when sampling texture images for brushes. The tests canAntony Riakiotakis
2014-04-13Cleanup:Antony Riakiotakis
2014-04-13Fix T39430, incorrect color management in paint cursor when usingAntony Riakiotakis
2014-04-12Fix for sculpt mode last-stroke applying obmat twiceCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-11Support logging of modified faces in dyntopo.Antony Riakiotakis
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-07Code cleanup: remove unused functions and convert int -> boolCampbell Barton
2014-04-07Dyntopo: avoid mask layer lookups while adding/removing vertsCampbell Barton
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-02Undoing masks in dyntopo leaked memoryAntony Riakiotakis
2014-04-01Fix an unused function warning without openmp present, some typosJens Verwiebe
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-04-01Code cleanup: use macro to find vertex in faceCampbell Barton
2014-04-01Changes to openmp threads commit (UI and RNA)Campbell Barton
2014-03-31Sculpt/dytopo: remove debug prints and add explanationsJens Verwiebe
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe