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-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
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-30Style cleanupCampbell Barton
2014-03-30OSX: Remove the apple/omp workaround for now, to better judge compiler differ...Jens Verwiebe
2014-03-30Code cleanup: warnings (clang)Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-29Change dyntopo detail size calculation slightly so the result is closeAntony Riakiotakis
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-29Fix building without openmp continuedAntony Riakiotakis
2014-03-29Forgot to clean a line in last commitJens Verwiebe
2014-03-29Fix compiling sculpt without OpenMP availableJens Verwiebe
2014-03-29Fix T39468Antony Riakiotakis
2014-03-27Fix T39435 paint overlay not always getting correctly refreshed.Antony Riakiotakis
2014-03-27Attempt to fix T39412Antony Riakiotakis
2014-03-26Fix T39279: Vertex paint fails with mirror modifierCampbell Barton