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
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-01UI: Add Sculpt Session info to statsPablo Dobarro
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Sculpt: Skip fully hidden nodes in sculpt toolsPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-02Fix T76776: Implement vertex_visibility_get for PBVH_GRIDSPablo Dobarro
2020-06-02Cleanup: Always use pbvh in PBVH BKE filesPablo Dobarro
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix T76865: Vertex paint draws hidden but cannot be painted ontoCampbell Barton
2020-05-14Merge branch 'blender-v2.83-release'Jeroen Bakker
2020-05-14Fix T75908: Sculpt GPU Batches + Render ArtifactsJeroen Bakker
2020-05-03Cleanup: sort file listsCampbell Barton
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-14Sculpt: New Layer BrushPablo Dobarro
2020-04-02Sculpt: Delay Viewport UpdatesPablo Dobarro
2020-04-02Fix Face Sets painting and selection precisionPablo Dobarro
2020-04-01Multires: Initial Face Sets supportPablo Dobarro
2020-03-09Face Sets: Use white color for a default Face Set to enable the overlayPablo Dobarro
2020-03-05Sculpt Face SetsPablo Dobarro
2020-02-28Fix wrong coordinates being read when using the sculpt APIPablo Dobarro
2020-02-25Fix T72721: Add visibility flags updates to the PBVHPablo Dobarro
2019-12-17Cleanup: redundant struct declarationsCampbell Barton
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-11-08Fix dyntopo sculpt not setting vertex indices dirtyCampbell Barton
2019-10-10Sculpt: use TBB instead of BLI_task for multithreadingBrecht Van Lommel
2019-10-09Sculpt: Fix wireframe drawingPablo Dobarro
2019-10-01Cleanup: internal sculpt refactoring related to multires, no user visible cha...Brecht Van Lommel
2019-10-01Cleanup: slightly more efficient access to PBVH multires grid keyBrecht Van Lommel
2019-09-30PBVH: PBVH_FullyMasked and PBVH_FullyUnmasked flagsPablo Dobarro
2019-09-29Sculpt: only update draw buffers for visible nodes during paint strokeBrecht Van Lommel
2019-09-29Sculpt: multithread GPU draw buffer filling for workbenchBrecht Van Lommel
2019-09-29Cleanup: move sculpt parallel range threading test into functionBrecht Van Lommel
2019-09-27Fix part of T70295: sculpt drawing not clipping PBVH behind the cameraBrecht Van Lommel
2019-09-07Cleanup: includes in headersCampbell Barton
2019-08-30Sculpt: New brush cursor, active vertex and normal radiusPablo Dobarro
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-21Cleanup: use const arguments for vertex coordsCampbell Barton
2019-08-14Sculpt: mesh abstraction APIPablo Dobarro
2019-08-04Sculpting: Remove Show Diffuse Color OptionYour Name
2019-06-28Cleanup: unused var, sort structsCampbell Barton