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-06-10Cleanup: Clang tidyHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-18Subdiv: support interpolating orco coordinates in subdivision surfacesBrecht Van Lommel
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-19Refactor: Move mesh face dot tag out of MVertHans Goudey
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-02Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-03-02Fix T94729: GPU subdivision does not support meshes without polygonsKévin Dietrich
2022-02-22Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-22Fix subdivision surface modifier doing unnnecessary workBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95666: Crash when attempting multires linear subdivideSergey Sharybin
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-07Cleanup: use the ELEM macroCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-11-08Fix T92481: Memory leak with subdivision surface modifierCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-09-25Cleanup: typos in code and comments.Kévin Dietrich
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2020-10-11Cleanup: make formatAaron Carlisle
2020-10-05Fix T81392: subdivision surface poor shading without limit surfacePiotr Ostrowski
2020-08-12UI: Fix typo "subdivion" -> subdivisionPablo Vazquez
2020-04-29Cleanup: use doxy sections for multires & subdiv sourcesCampbell Barton
2020-04-01Subdiv: Split evaluation begin+refine into separate stepsSergey Sharybin
2020-03-26SubDiv: Incorrect normals loose edgesJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-09-26Fix T70163: Error painting with Subdivision at end of stackSergey Sharybin
2019-09-19Subdiv: Cleanup, commentsSergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-27Fix multires modifier using too much memory outside of sculpt modeBrecht Van Lommel
2019-07-29Fix T67800: Incorrect behavior of simple Subdivision SurfaceSergey Sharybin
2019-07-25Fix T67599: Issue with Simple subdivision of loose edgesSergey Sharybin
2019-07-08Fix T62941 Subdivision Modifier Showing all face dotsClément Foucault
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
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-04Cleanup: Typos in comments (to to)Pablo Vazquez
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-24Subdiv: Fix wrong orig_index for vertices of a loose edgeSergey Sharybin
2019-01-24Fix T60408: Loose edge distort vertex on a surfaceSergey Sharybin
2019-01-23Fix T58994: Subdivision modifier generates artifacts with crease=1Sergey Sharybin
2019-01-10Fix T60393: Subdiv gives wrong vertex colorsSergey Sharybin
2018-12-12Fix T58450: Skin modifier not working if applied after subsurfSergey Sharybin
2018-12-03Subdiv: Set edge render flags according to Optimal DisplaySergey Sharybin