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
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
2018-11-28Fix broken subdivision surface edit mode cage display.Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-04Subdiv: Move mesh creation functionality to own headerSergey Sharybin
2018-09-04Subdiv: Move evaluation functionality to own headerSergey Sharybin
2018-09-04Subdiv: Move FOREACH functionality to own headerSergey Sharybin
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-22MSVS 2017 Bug - Subdiv MeshCharlie Jolly
2018-08-22Subsurf: Implement foreach traversal for subdivsion topologySergey Sharybin
2018-08-15Multires: Initial groundwork to hook up displacement to new Subdiv objectSergey Sharybin
2018-08-15Subdiv: Cleanup, dead codeSergey Sharybin
2018-08-15Subdiv: Fix memory leak interpolating CD_MDISPSergey Sharybin
2018-08-13OpenSubdiv: Add stub implementation of C-APISergey Sharybin
2018-08-08Cleanup: styleCampbell Barton
2018-08-01Subsurf: Evaluate all UV layersSergey Sharybin
2018-08-01Subsurf: Support subdivision of loose elementsSergey Sharybin
2018-08-01Subsurf: Cleanup, remove dead codeSergey Sharybin
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31Cleanup: styleCampbell Barton
2018-07-31Subsurf: Rework in a way that patches boundaries are merged togetherSergey Sharybin
2018-07-27Subsurf: Correction to origindexSergey Sharybin