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-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
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
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-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
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-07-22Fix T79160: Bevel modifier set to vertices by defaultHans Goudey
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-03UI: Fix bevel modifier not showing vertex groupHans Goudey
2020-07-02UI: Small Tweaks to Modifier Layouts for ConsistencyHans Goudey
2020-06-23Refactor: move blenloader code of bevel modifierJacques Lucke
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-06-20Bevel: add new 'Absolute' mode for interpreting 'amount' value.Howard Trickey
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-08Revert "UI: Bevel: Show Offset type before offset amount"Aaron Carlisle
2020-06-08UI: Bevel: Show Offset type before offset amountAaron Carlisle
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-11UI: edit modifier messages to clarify where auto-smooth is setGreg Neumiller
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-18Modifiers: Bevel modifier add invert vgroup optionCody Winchester
2019-11-25Bevel Modifier: Reset default width to 0.1 from 1.0Hans Goudey
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
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-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-07-22Bevel modifier: let it work on wire edges when vertex_only.Howard Trickey
2019-07-16Fix T66862: crash with bevel modifier harden normals applied to curve objectBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in modifiersCampbell Barton
2019-04-22Cleanup: style, use braces for modifiersCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel