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
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Vertex Paint: move normal falloff into the brushCampbell Barton
2017-10-06Vertex Paint: use view normal w/ 2D falloffCampbell Barton
2017-10-06Vertex Paint: use brush front-face settingCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-03Cleanup: remove unused vpaint projection handleCampbell Barton
2017-10-03Weight Paint: blend smear toolCampbell Barton
2017-10-03Vertex Paint: fix feedback loop w/ smear toolCampbell Barton
2017-10-03Change weigth paint accumulate mechanics to fix problems with mirroring.Alexander Gavrilov
2017-10-03Vertex Paint: smear got wrong last-locationCampbell Barton
2017-10-03Error in last commit, weight must be set for non-accumulateCampbell Barton
2017-10-03Vertex Paint: remove accumulate (soc-2017-vertex_paint)Campbell Barton
2017-10-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-10-02Disable multithreaded weight paint when mirroring is enabled.Alexander Gavrilov
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-02Cleanup: add 'sphere' to sculpt test function nameCampbell Barton
2017-10-02Cleanup: indentation, whitespaceCampbell Barton
2017-10-01Vertex Paint: use squared distance testCampbell Barton
2017-10-01Vertex Paint: respect 'normal' optionCampbell Barton
2017-10-01Weight Paint: restore non-spray functionalityCampbell Barton
2017-10-01Fix weight paint Blur, Smear and Average breakage in multi-paint mode.Alexander Gavrilov
2017-09-30Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Vertex Paint minor improvement w/ smearCampbell Barton
2017-09-29Fix vertex paint smear toolCampbell Barton
2017-09-29Weight Paint: accumulate supportCampbell Barton
2017-09-29Cleanup: de-duplicate copied code w/ vertex paintCampbell Barton
2017-09-29Cleanup: split out tools & utils from vertex paintCampbell Barton
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-28Missed in last merge from masterCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-08-22Cleanup: naming for mesh dirty flagsCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-26Fix T51559: Update draw cache when changing flat/smooth shadingLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-05Update paint wire when changing modesLuca Rood
2017-05-04Vertex paint with draw managerLuca Rood
2017-05-03Weight painting with draw managerLuca Rood
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2016-07-22remove double-checked conditionsMike Erwin
2016-07-13Vertex/Weight Paint: Support view-selected on last-strokeCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-16Vertex paint color operationsCampbell Barton
2016-06-08Cleanup: typoCampbell Barton