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-04-03temp-sculpt-colors: make requested changesJoseph Eagar
2022-04-01temp-sculpt-colors: make requested changesJoseph Eagar
2022-03-31temp-sculpt-colors: fix unused paramter warningJoseph Eagar
2022-03-31temp-sculpt-colors: make requested changesJoseph Eagar
2022-03-31temp-sculpt-colors: reapply @ideasman patchJoseph Eagar
2022-03-31temp-sculpt-colors: apply warning fix patch from @dfelintoJoseph Eagar
2022-03-30temp-sculpt-colors: remove PBVHNode.uniq_loopsJoseph Eagar
2022-03-30temp-sculpt-colors: patch updatesJoseph Eagar
2022-02-22temp-sculpt-colors: loop colors undo now worksJoseph Eagar
2022-02-21temp-sculpt-colors: Store loop colors in undoJoseph Eagar
2022-02-21temp-sculpt-colors: Fix GPU memory leak where vertexJoseph Eagar
2022-02-12Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Refactor: Move PBVH update tag out of MVertHans Goudey
2022-02-01Fix T95185: Invalid normals after undo in sculpt modeCampbell Barton
2022-01-29Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2022-01-29temp-sculpt-colors: Make requested changesJoseph Eagar
2022-01-20Cleanup: Remove incorrect commentHans Goudey
2022-01-15temp-sculpt-colors: Make requested changesJoseph Eagar
2022-01-15Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-04Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-19Cleanup: typos in commentsPhilipp Oeser
2021-11-17temp-sculpt-colors: Vertex color list now has active referenceJoseph Eagar
2021-11-04temp-sculpt-colors: implement patch review itemsJoseph Eagar
2021-11-03Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2021-11-03temp-sculpt-colors: commit patchJoseph Eagar
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-06Cleanup: clang-format, correct doxy groupsCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: 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
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-01-05Fix T79146: Sculpt Mode lags until the entire mesh is visiblePablo Dobarro
2020-12-01UI: Add Sculpt Session info to statsPablo Dobarro
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-05Sculpt: Use vertices instead of faces to limit the grids in each PBVH nodePablo Dobarro
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Sculpt: Skip fully hidden nodes in sculpt toolsPablo Dobarro
2020-07-09Fix wrong upate flag when updating the PBVH visibilityPablo 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