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-08-04Sculpt: Support gradient color mode in sculpt paint brushRamil Roosileht
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix T96810: Invalid sculpt normals after some operationsHans Goudey
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-07-04Cleanup: use local variable in smear code instead of ss->cache->bstrengthJoseph Eagar
2022-07-04Fix T98698: Division by zero in smear code when strength is zeroJoseph Eagar
2022-06-27Fix T99100: Undo/redo bugs with paint and gravityJoseph Eagar
2022-06-12Fix T98745: Anchored mode not working for sculpt smear brushJoseph Eagar
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-04-15PBVH Pixel extractor.Jeroen Bakker
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Refactor: Move PBVH update tag out of MVertHans Goudey
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-02-10Cleanup: Unindent if statements in sculpt tools codePablo Dobarro
2020-12-04Sculpt: Wet paint area radiusPablo Dobarro
2020-10-13Fixes T81670: Sculpt paint vertex colors brush does not switch to secondary c...Philipp Oeser
2020-08-12Cleanup: Remove explicit float casts in sculpt codePablo Dobarro
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-21Sculpt: Support pen pressure modulation in Paint Brush propertiesPablo Dobarro
2020-07-13Sculpt: Add extra deform types to SmearPablo Dobarro
2020-07-01Cleanup: Add functions to check the first brush step and symmetry passesPablo Dobarro
2020-06-30Fix T78201: Paint color not matching the UI and color pickerPablo Dobarro
2020-06-29Remove Threaded Sculpt optionPablo Dobarro
2020-06-29Fix T78323: Enable Unified and Secondary colors for Scultp Vertex ColorsPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro