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-06-28UI: Remove duplicate modifier error messageHans Goudey
2020-06-23Refactor: move more modifier specific code out of readfile.cJacques Lucke
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-03-26Fix T67888: Incorrect Wireframe After Applying SubSurf/MultiResJeroen Bakker
2020-03-26Subsurf: Enable Optimal Display by defaultSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2019-10-07Fix T70476: Sculpting with Subsurf on top produces artifactsSergey Sharybin
2019-09-19Subdiv: Add vertex deformation callback to multires/subsurfSergey Sharybin
2019-09-03Subsurf: Show error when Blender is built without OpenSubdivSergey Sharybin
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05Fix T63283: Second subdivision modifier does not ignore creaseSergey Sharybin
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
2019-02-21Subdiv: Enable topology cache for animationSergey Sharybin
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-28Fix several missing cases of copy func for modifiers.Bastien Montagne
2019-01-22Fix T59395: Subdivision modifier with quality 1 crashes blenderSergey Sharybin
2019-01-16Subdiv: Initial implementation of topology cacheSergey Sharybin
2018-12-04Fix T58227: Subdivision Surface Type Simple messes up UVsSergey Sharybin
2018-12-03Subdiv: Set edge render flags according to Optimal DisplaySergey Sharybin
2018-11-26Enable OpenSubdiv modifier by defaultSergey Sharybin
2018-10-31OpenSubdiv: API, expose vertex boundary interpolation optionSergey Sharybin
2018-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-10-24Subsurf: Remove edit mesh modifier callbacksSergey Sharybin
2018-09-26Cleanup: Silence strict compiler warningSergey Sharybin
2018-09-20Cleanup: move DerivedMesh wrappers for modifiers further down the hierarchyJacques Lucke
2018-09-11Subdiv: Initial implementation of CCGSergey Sharybin
2018-09-06UI: change default modifier name from Subsurf to Subdivision.Brecht Van Lommel
2018-09-04Subdiv: Move mesh creation functionality to own headerSergey Sharybin
2018-08-15Multires: Initial groundwork to hook up displacement to new Subdiv objectSergey Sharybin
2018-08-14Multires: Begin hooking it up to the new subdiv codeSergey Sharybin
2018-08-13Subsurf: Introduce quality optionSergey Sharybin
2018-08-13Subsurf: Remove OpenSubdiv options from modifierSergey Sharybin
2018-08-13Subsurf: Make uv boundaries easily extendibleSergey Sharybin
2018-08-01Subsurf: Support subdivision of mesh with just loose elementsSergey Sharybin
2018-07-31Subsurf: Disable oprtion for nowSergey Sharybin
2018-07-31Subsurf: Rework in a way that patches boundaries are merged togetherSergey Sharybin
2018-07-20Subsurf: Add basic statistics to help benchmarkingSergey Sharybin
2018-07-18Subsurf: Add subdivision code which uses new moduleSergey Sharybin
2018-07-10Modifiers: Use bool for boolean flag in isDisabledSergey Sharybin
2018-07-04Pass copy flag to modifier copyData functionSybren A. Stüvel