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
2020-08-20Cleanup: Mesh Filter invoke refactorPablo Dobarro
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-20Fix T79924: Update the view rotation origin after setting the sculpt pivotPablo Dobarro
2020-08-20Fix variable simulation steps with cloth deform brushesPablo Dobarro
2020-08-20Sculpt: Add orientation modes to the Cloth FilterPablo Dobarro
2020-08-19Cleanup: compiler warningsBrecht Van Lommel
2020-08-19Cleanup: spellingCampbell Barton
2020-08-18GPUState: Remove gpuPushAttr/gpuPopAttrClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPU: Move towards an explicit Blend stateClément Foucault
2020-08-18Sculpt: Enable Cloth Simulation Target for Pose and BoundaryPablo Dobarro
2020-08-18Sculpt: Erase Displacement Mesh FilterPablo Dobarro
2020-08-18Sculpt: Enhance Details Mesh FilterPablo Dobarro
2020-08-18Sculpt: Invert Smooth to Enhance DetailsPablo Dobarro
2020-08-18Fix T79714: Projecting texture from camera failsSybren A. Stüvel
2020-08-18Sculpt: Sculpt Filter Orientation OptionsPablo Dobarro
2020-08-18Sculpt: Option to limit the forces axis in the Cloth FilterPablo Dobarro
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-18Cleanup: rename bdata to boundaryPablo Dobarro
2020-08-18Fix Cloth Brush Grab deform types not working with spacingPablo Dobarro
2020-08-18Cleanup: Remove unused code in the Paint CursorPablo Dobarro
2020-08-18Fix Face Set Visibility operator using wrong active Face SetPablo Dobarro
2020-08-18Fix Mask Slice deleting the Face SetsPablo Dobarro
2020-08-18Sculpt: Expose the functions to create and init a SculptClothSimulationPablo Dobarro
2020-08-17Fix T79597: Crash with dyntopo after paint cursor refactorPablo Dobarro
2020-08-17Cleanup: spellingCampbell Barton
2020-08-16UI: Simplify cloth filter type descriptionHans Goudey
2020-08-16Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-16Fix T79823: Typo in cloth filter type descriptionHans Goudey
2020-08-13Fix Boundary Brush symmetry with no constant falloffPablo Dobarro
2020-08-13Sculpt: Boundary Brush Falloff Types and OffsetPablo Dobarro
2020-08-12Sculpt: Multires Displacement Eraser BrushPablo Dobarro
2020-08-12Sculpt: Expose Edit Face Set as a toolPablo Dobarro
2020-08-12Cleanup: Remove explicit float casts in sculpt codePablo Dobarro
2020-08-12Clenaup: Rename random_access_init to random_access_ensurePablo Dobarro
2020-08-12Cleanup: Use clamp_f instead of CLAMP in sculpt codePablo Dobarro
2020-08-12Fix Sculpt Filters operator namingPablo Dobarro
2020-08-12Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-12Fix T79622: Mesh Filter on a locked Shape crashesPhilipp Oeser
2020-08-11Sculpt: Option to not modify hidden Face Sets in Face Sets EditPablo Dobarro
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10Sculpt: Option to mask front faces only using Lasso and Box MaskPablo Dobarro
2020-08-10Sculpt: Boundary BrushPablo Dobarro
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Fix failing assert when entering Texture Paint modeJulian Eisel
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel