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-11File headers: SPDX License migrationCampbell Barton
2022-01-20Revert "Sculpt: Multires Heal Brush"Joseph Eagar
2022-01-20Sculpt: Multires Heal BrushJoseph Eagar
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-10-14Cleanup: avoid using size for array length in namingCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-08Improve multires performance.Joseph Eagar
2021-06-08Revert "Improve multires performance."Joseph Eagar
2021-06-08Improve multires performance.Joseph Eagar
2020-10-15Fix Multires edge adjacency info returning wrong vertex indicesPablo Dobarro
2020-08-12Sculpt: Multires Displacement Eraser BrushPablo Dobarro
2020-08-12Subdiv CCG: Cleanup, remove redundant castsSergey Sharybin
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-05Cleanup: spellingCampbell Barton
2020-08-05Fix T78665: Face Set visibility reverted when chaning Multires LevelsPablo Dobarro
2020-08-05Fix missing duplicates in the subdiv_ccg neighbors functionPablo Dobarro
2020-07-09Fix T78664: Implement Mesh and Face Set boundary automasking in MultiresPablo Dobarro
2020-06-22Subdiv CCG: Add access to first grid index of a faceSergey Sharybin
2020-06-22Subdiv: Cleanup, remove unused codeSergey Sharybin
2020-04-29Cleanup: use doxy sections for multires & subdiv sourcesCampbell Barton
2020-04-22Merge branch 'blender-v2.83-release'Sebastián Barschkis
2020-04-22Cleanup: Spelling in function nameSergey Sharybin
2020-04-17Task: Separate Finalize into Reduce And FreeJeroen Bakker
2020-04-01Subdiv: Split evaluation begin+refine into separate stepsSergey Sharybin
2020-04-01Cleanup: quiet discarded-qualifiers, unused warningsCampbell Barton
2020-04-01Multires: Initial Face Sets supportPablo Dobarro
2020-02-25Fix T72721: Add visibility flags updates to the PBVHPablo Dobarro
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-08Sculpt: support automasking, pose and mask expand for multiresBrecht Van Lommel
2019-10-08Cleanup: avoid converting from CCGElem to SubdivCCGCoordBrecht Van Lommel
2019-10-04Subdiv CCG: add utility functions for accessing multires vertex neighborsSergey Sharybin
2019-10-03Subdiv CCG: Cleanup, remove unused data from adjacency storageSergey Sharybin
2019-10-03Cleanup: argument naming, redundant NULL checksCampbell Barton
2019-09-26Fix T70163: Error painting with Subdivision at end of stackSergey Sharybin
2019-09-18Subdiv: Cleanup, split function into smaller onesSergey Sharybin
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-15Fix T66712: A model shows artifacts in the sculpt modeSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Fix T61961; Smooth brush distorts multiresSergey Sharybin
2019-03-08Cleanup: Spelling in commentSergey Sharybin
2019-03-07Multires: Fiux memory leakSergey Sharybin
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-22Multires: Support smooth shading when sculptingSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton