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-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Cleanup: Remove modifier type hair callbackHans Goudey
2022-01-23Geometry Nodes: Triangulate Node - Add Selection InputJohnny Matthews
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-25Modifiers: add StructRNA pointer field to ModifierTypeInfoJacques Lucke
2020-09-25Modifiers: add icon field to ModifierTypeInfoJacques Lucke
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
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-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Cleanup: use more descriptive variable name for the data-maskCampbell Barton
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in modifiersCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel
2019-03-22Modifiers: add minimum number of vertices to triangulate modifier.Ish Bosamiya
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-03-08Cleanup: styleCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-28Cleanup/refactor clnor code: add high-level helpers to set custom normals.Bastien Montagne
2019-02-28'Fix' T61942: Triangulate modifier breaks custom normals.Bastien Montagne
2019-02-25Cleanup: order of modifiers' headers includes.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
2018-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-10-23Fix bad origindex layers for editmode modifiersCampbell Barton
2018-10-10Modifier: use simplified bmesh -> mesh conversionCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-09Modifiers: ported Triangulate DerivedMesh → MeshChristian Hubert
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne