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-02-01Cleanup: remove duplicate vertex normal array in SculptSessionCampbell Barton
2022-01-24Cleanup: Remove unused enumGermano Cavalcante
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-05-14Fix sculpt neighbor iterator not taking visibility into accountPablo Dobarro
2021-03-02Sculpt: Expand OperatorPablo Dobarro
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-06Fix T84202: Sculpt lasso mask crash after remesh.Bastien Montagne
2020-12-23Fix T84002: Sculpt: Masking operations crash if multires is in play.Bastien Montagne
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-11Cleanup: remove some forward declared enumsJacques Lucke
2020-11-27Sculpt: Refactor transform code to allow incremental updatesPablo Dobarro
2020-11-06Refactor: move Paint lib linking to blenkernelJacques Lucke
2020-11-06Refactor: move Paint .blend I/O to blenkernelJacques Lucke
2020-10-30Sculpt: Dyntopo detail size edit operatorPablo Dobarro
2020-10-30Sculpt: Add normal orientation to lasso trim toolPablo Dobarro
2020-10-15Sculpt: Use mpoly flags to sync Face Sets visibilityPablo Dobarro
2020-10-15Sculpt: Use cursor depth in trimming gesturesPablo Dobarro
2020-10-14Cleanup: spellingCampbell Barton
2020-10-13Sculpt: Use plasticity for softbody influencePablo Dobarro
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-01Sculpt: Cloth Simulation Dynamic area modePablo Dobarro
2020-09-30Cleanup: spellingCampbell Barton
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-29Sculpt: Preserve Mesh visibility from edit mode using the Face SetsPablo Dobarro
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-08-25Sculpt: Cloth Snake Hook BrushPablo Dobarro
2020-08-17Cleanup: spellingCampbell Barton
2020-08-13Sculpt: Boundary Brush Falloff Types and OffsetPablo Dobarro
2020-08-10Sculpt: Boundary BrushPablo Dobarro
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Sculpt: Cloth Brush/Filter CollisionsPablo Dobarro
2020-08-05Merge branch 'blender-v2.90-release'Pablo Dobarro
2020-08-05Fix T78665: Face Set visibility reverted when chaning Multires LevelsPablo Dobarro
2020-07-30Sculpt: Use constraints in cloth deform brushesPablo Dobarro
2020-07-30Cleanup: spellingCampbell Barton
2020-07-29Sculpt: Cloth Brush Soft Body Influence propertyPablo Dobarro
2020-07-27Fix T78242: Crash when using a Sculpt color tools that needs connectivity for...Pablo Dobarro
2020-07-15Fix T78747: Fix mesh boundary detection and automaskingPablo Dobarro
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-07-01Cleanup: spellingCampbell Barton
2020-06-30Sculpt: Refactor persistent base to make it usable from other toolsPablo Dobarro
2020-06-30Sculpt: Pose Brush option to affect loose partsPablo Dobarro
2020-06-29Fix T78323: Enable Unified and Secondary colors for Scultp Vertex ColorsPablo Dobarro
2020-06-24Cleanup: Replace GSet with Edgeset in Cloth BrushPablo Dobarro