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
2018-11-14Cleanup: naming for paint modesCampbell Barton
2018-11-13Cleanup: use lowercase 2d/3d in function namesCampbell Barton
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-19Vertex Paint: set sculpt object mode immediatelyCampbell Barton
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: typo, and 0 -> false for booleans.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-07More tweaks to strict compiler flagsSergey Sharybin
2018-05-07Silence compilation error around possible fall-throughSergey Sharybin
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2018-03-06Cleanup: unused varCampbell Barton
2018-03-06Utility to enter sculpt modeCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-09Fix T53347: Vertex paint crashCampbell Barton
2018-01-30Cleanup: warning, spellingCampbell Barton
2018-01-30Fix T53943: Weight paint crash in new sceneCampbell Barton
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-10Fix Sculpt 2D falloff, missing brush caused crashCampbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Vertex Paint: use view normal w/ 2D falloffCampbell Barton
2017-10-06Sculpt: use tube falloff when calculating normalsCampbell Barton
2017-10-06Sculpt: clamp normal to plane w/ projected falloffCampbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-10-05Cleanup: remove unused struct memberCampbell Barton
2017-10-03Vertex Paint: smear got wrong last-locationCampbell Barton
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-02Sculpt: calculate plane instead of point,normalCampbell Barton
2017-10-02Cleanup: add 'sphere' to sculpt test function nameCampbell Barton
2017-09-29Cleanup: de-duplicate copied code w/ vertex paintCampbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-14Fix T52537: Dyntopo "detail flood fill" doesn't work in some casesSergey Sharybin
2017-07-28Fix T52195: Sculpt from Python failsCampbell Barton
2017-02-27Fix/workaround T50677: Shrinkwrap constraint don't get updated when target me...Sergey Sharybin
2017-01-12Fix T50056: Dyntopo brush size shortcut broken using constant detail setting.Julian Eisel
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-12Sculpt UI: Make DynTopo constant detail a resolution valueJulian Eisel