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-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95666: Crash when attempting multires linear subdivideSergey Sharybin
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-08-12UI: Fix typo "subdivion" -> subdivisionPablo Vazquez
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-29Cleanup: use doxy sections for multires & subdiv sourcesCampbell Barton
2020-04-17Task: Separate Finalize into Reduce And FreeJeroen Bakker
2020-04-03Cleanup: spellingCampbell Barton
2020-03-30Subdiv: Extend some commentsSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Subdiv: Fix loose geometry callbacks in certain conditionsSergey Sharybin
2020-02-28Cleanup: SpellingSergey Sharybin
2020-02-28Subdiv: Correct corner passed to foreach_loop callbackSergey Sharybin
2019-11-19Subdiv: Tweak threading settingsSergey Sharybin
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-18Subdiv: Fix wrong corner passed to a callbackSergey Sharybin
2019-01-10Subdiv: Fix memory leakSergey Sharybin
2019-01-07Subdiv: Use defined order of corner/edge verticesSergey Sharybin
2019-01-07Subdiv: Move single threaded code to a single functionSergey Sharybin
2019-01-07Subdiv: Cleanup, de-duplicate codeSergey Sharybin
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-11Multires: Fix memory leak on reshapeSergey Sharybin
2018-09-07Subdiv: Add ptex offsets to a subdiv structureSergey Sharybin
2018-09-04Subdiv: Move mesh creation functionality to own headerSergey Sharybin
2018-09-04Subdiv: Move FOREACH functionality to own headerSergey Sharybin
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-23Cleanup: trailing spaceCampbell Barton
2018-08-22Subsurf: Implement foreach traversal for subdivsion topologySergey Sharybin