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-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-05-18Subdiv: support interpolating orco coordinates in subdivision surfacesBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95666: Crash when attempting multires linear subdivideSergey Sharybin
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-11-24Fix T77261: Multires creates spikes when subdividing ngonsSergey Sharybin
2020-07-10Cleanup: spellingCampbell Barton
2020-05-28Cleanup: spellingCampbell Barton
2020-05-13Multires: Fix wrong or missing mask propagationSergey Sharybin
2020-05-13Multires: Update and add commentsSergey Sharybin
2020-05-13Multires: Fix mask interpolation weightsSergey Sharybin
2020-05-12Merge branch 'blender-v2.83-release'Sergey Sharybin
2020-05-12Multires: Cleanup, clarify commentsSergey Sharybin
2020-05-12Multires: Correct NULL-pointer checkSergey Sharybin
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-30Fix crash when switching subdivision level in MultiresPablo Dobarro
2020-04-30Multires: Subdivide Simple and Subdivide LinearPablo Dobarro
2020-04-29Cleanup: use doxy sections for multires & subdiv sourcesCampbell Barton
2020-04-06Cleanup: spellingCampbell Barton
2020-04-02Sculpt: Store explicit value for multires sculpt levelSergey Sharybin
2020-03-21Cleanup: compiler warningsBrecht Van Lommel
2020-03-19Multires: Support "Subdivide" for Simple subdivision typeSergey Sharybin
2020-03-19Multires: Optimize memory usage furtherSergey Sharybin
2020-03-19Multires: Reduce memory footprint after previous fixSergey Sharybin
2020-03-19Multires: Subdiv, properly support base edge creaseSergey Sharybin
2020-03-19Multires: Add missing context initializationSergey Sharybin
2020-03-19Multires: Cleanup, typo in type nameSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Multires: Fix Subdivide, Reshape and Apply BaseSergey Sharybin