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-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-08-23Cleanup: Avoid using invalid attribute domainHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-02Cleanup: Simplify arguments to sculpt draw functionsHans Goudey
2022-06-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton
2022-06-30Fix T98886: PBVH_GRIDS ignores face smooth flag on first gpu buildJoseph Eagar
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-06-09Cleanup: warningsCampbell Barton
2022-06-09Cleanup: quiet warningsCampbell Barton
2022-06-08Sculpt: PBVH Draw Support for EEVEEJoseph Eagar
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: GPU, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Sculpt: Make Sculpt Vertex Colors features experimentalPablo Dobarro
2020-06-24Fix T78188: Sculpt mask glitching after using sculpt vertex colorsPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-05-20Fix unnecessary buffer reallocation in sculpt mode, causing an assertBrecht Van Lommel
2020-05-18Fix potential crash due to dyntopo GPU buffer invalid memory accessBrecht Van Lommel
2020-05-14Sculpt: Render Face Sets always as flat shadingPablo Dobarro
2020-04-22Cleanup: Spelling in function nameSergey Sharybin
2020-04-20Fix T75329: Missing show_face_sets checks for MultiresPablo Dobarro
2020-04-01Cleanup: quiet discarded-qualifiers, unused warningsCampbell Barton
2020-04-01Multires: Initial Face Sets supportPablo Dobarro
2020-03-26Sculpt: Use uchar to store the sculpt mask in the GPUPablo Dobarro
2020-03-26Fix T74780: Face sets operators not aware of SCULPT_FACE_SET_NONEPablo Dobarro
2020-03-26Fix T74692: Do not draw nodes with the default face setPablo Dobarro
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-16Fix T74626: Wrong Face Sets overlay rendering in smooth shadingPablo Dobarro
2020-03-12Use golden ratio conjugate for Face Sets hue generationPablo Dobarro
2020-03-09Face Sets: Use white color for a default Face Set to enable the overlayPablo Dobarro
2020-03-09Cleanup: Move Face Sets random color generation to its own functionPablo Dobarro
2020-03-09Fix T74533: Crash when entering sculpt modeGermano Cavalcante
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin