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
2019-09-10Sculpt: Grab Active Vertex and Dynamic Mesh PreviewPablo Dobarro
2019-09-10Sculpt: Mask Expand operatorPablo Dobarro
2019-09-09Sculpt: Pose BrushPablo Dobarro
2019-09-09Sculpt: Topology automaskingPablo Dobarro
2019-09-09Sculpt: Mask Filter and Dirty Mask generatorPablo Dobarro
2019-09-09Sculpt: Mesh Filter ToolPablo Dobarro
2019-08-30Sculpt: New brush cursor, active vertex and normal radiusPablo Dobarro
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-21Cleanup: use const arguments for vertex coordsCampbell Barton
2019-08-14OpenVDB: Voxel RemesherPablo Dobarro
2019-06-14Cleanup: sort structsCampbell Barton
2019-05-31Fix various missing updates in sculpt mode, when changing modifiers and dyntopoBrecht Van Lommel
2019-05-31Fix T65200: Crash by hiting "tab" after sculpting with dyntopoSergey Sharybin
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-16Object Mode: exit sculpt on selectionCampbell Barton
2018-02-06Partially revert changes from 2a184f3d2b6Campbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-10-06Vertex Paint: use view normal w/ 2D falloffCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell 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-29Cleanup: split out tools & utils from vertex paintCampbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2015-10-28Fix T46471: Sculpt strokes doesn't mark file as modifiedSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-07-28Reduce OM limit for sculpting after discussion with AntonySergey Sharybin
2014-07-28Fix T41193: 2.71 use 100% of CPU at sculptSergey Sharybin
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-04-17Make sure we invalidate the node ID layer each time the PBVH is reset.Antony Riakiotakis
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis