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-05Fix T100820: Crash renaming modifier with visibility driverSergey Sharybin
2022-08-04UI: Pass modifier & constraint icon to the corresponding RNA base typeJulian Eisel
2022-06-20Cleanup: Grammar: a vs anHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-05-10UI: Geometry Nodes IconDalai Felinto
2022-04-21Fix T97185: Data transfer modifier doesn't displayJoseph Eagar
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-01LibOverride: RNA Apply: let apply function responsible for calling update or ...Bastien Montagne
2022-03-30Add soft limit for Bevel segments in modifier.Pratik Borhade
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-26Increase bevel segment limit in modifier from 100 to 1000.Howard Trickey
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-02-21Merge branch 'blender-v3.1-release'Alexander Gavrilov
2022-02-21Weight Modifiers: use the correct flags for the mask invert property.Alexander Gavrilov
2022-02-21Vertex Weight Mix: support Minimum and Maximum mix modes.Alexander Gavrilov
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-11Add support for a longest diagonal quad triangulation modeHenrik Dick
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-11-19LibOverride: Add read-only flags accessors for 'local override' status.Bastien Montagne
2021-10-06UI: Boolean rename "Self" to "Self Intersection"Aaron Carlisle
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-09-09Modifier: add support for vertex groupsMaxime Casas
2021-08-27Modifier: smooth interpolation supportHenrik Dick
2021-08-16Geometry Nodes: Add UV Smooth, Boundary Smooth options to subdivision nodeEitan
2021-07-29Fix T89213: Some modifier properties have wrong subtypeGermano Cavalcante
2021-07-24Weld Modifier: add "loose_edges" optionFredrik Hansson
2021-07-16Surface Deform: support sparse binding mode for improving performance.Alexander Gavrilov
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-05-17UI: use non-linear slidersHenrik Dick
2021-04-22Fix T85051: Add bisect distance as a parameter to the mirror modifierFalk David
2021-03-26UI: Use unified format for "Warning" in descriptionsYevgeny Makarov
2021-03-09UI: Clean up sub-panel for new boolean modifier optionsHans Goudey
2021-03-08UI: UVProject modifier: clarify aspect & scale are only for cameraPhilipp Oeser
2021-03-08Cleanup: add use prefix for booleanCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-03Cleanup: make formatJacques Lucke