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-08Cleanup: format, remove commented code & unused variableCampbell Barton
2022-11-07Fix Curves Smooth modifier appears to be able to act on control pointsPhilipp Oeser
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'modifiers'Campbell Barton
2021-11-23Fix broken handling of constraints reordering with library overridesJulian Eisel
2021-11-02Fix lots of missing messages i18n handling in `uiItemL` calls.Bastien Montagne
2021-10-17UI: Visual style update to panelsPablo Vazquez
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-04-21Curve modifiers: Disable 'Apply on Spline' option if not availablePhilipp Oeser
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-03-09Cleanup: Do not pass stack allocated string to MEM_callocNHans Goudey
2021-01-22Fix: Mouse presses in some areas do not set active modifierHans Goudey
2021-01-11Collision: allow disabling collision without removing the modifier.Alexander Gavrilov
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-14UI: Click modifier icon to set active modifierHans Goudey
2020-12-02Cleanup: Store "is_active" instead of pointer property in panel typeHans Goudey
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-19Cleanup: Use BLI string functionsHans Goudey
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-08Apply Modifier: support applying as shape key and keeping the modifier.Alexander Gavrilov
2020-07-03Cleanup: Deduplicate code for finding context objectHans Goudey
2020-07-02Fix T78513: Modifier apply shortcut not displayedHans Goudey
2020-06-30Cleanup: spellingCampbell Barton
2020-06-29UI: Don't show modifier operation reports on button pressHans Goudey
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-22Fix (unreported) broken UI of modifiers for liboverrides.Bastien Montagne
2020-06-19Cleanup: SpellingHans Goudey
2020-06-17UI: Solve crash with move to index in modifier menuHans Goudey
2020-06-17UI: Improve Modifier Panel Header MenuHans Goudey
2020-06-17UI: Modifier Panel Header ImprovementsHans Goudey
2020-06-09Fix missing animation decorators for pointer buttonsJulian Eisel
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey