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-08-04I18n: make several parts of the UI translatableDamien Picard
2022-07-26Cleanup: Typo in comments: `data-lock` -> `data-block`.Bastien Montagne
2022-06-23Cleanup: Clang tidyHans Goudey
2022-05-30Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-30Fix T98488: GPencil weightpaint not visible if first point is no weightAntonio Vazquez
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-04GPencil: Apply layer transforms to visible framesYann Lanthony
2022-04-08Fix T97150: Export GPencil to PDF or SVG crashes blenderAntonio Vazquez
2022-03-07Improve multi-user gpencil data performance with modifiersYann Lanthony
2022-02-16Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-11Cleanup: Clang tidyHans Goudey
2022-02-10GPencil: Update-on-write using update cacheFalk David
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-10-05Cleanup: quiet shadow warning, trailign spaceCampbell Barton
2021-10-04Cleanup: Use LISTBASE_FOREACH macroAntonio Vazquez
2021-09-23Add missing GPencil `IDTYPE_FLAGS_APPEND_IS_REUSABLE` flag.Bastien Montagne
2021-09-17Fix T91481: Grease Pencil Layer Double TransformationsHenrik Dick
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-06GPencil: Rename BKE_gpencil_visible_stroke_iterAntonio Vazquez
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-26GPencil: Duplicate Masks when separate Layer/StrokesAntonio Vazquez
2021-06-22Cleanup: Remove extra blank lineAntonio Vazquez
2021-06-22Fix T89366: GPencil hide layers above parented layerAntonio Vazquez
2021-06-21GPencil: Disable Lights when duplicate layerAntonio Vazquez
2021-06-18GPencil: Missed flag in previous Copy Settings commitAntonio Vazquez
2021-06-18GPencil: Move copy layer settings to functionAntonio Vazquez
2021-05-27Cleanup: spellingCampbell Barton
2021-05-26GPencil: Add option to disable masks in view layerFalk David
2021-05-26Merge branch 'blender-v2.93-release'Falk David
2021-05-26Fix: GPencil mask shows in view layer renderFalk David
2021-05-14GPencil: Refactor Append operatorsAntonio Vazquez
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-06Fix T87236: crash reading file with grease pencil palettesPhilipp Oeser
2021-03-23Cleanup: de-duplicate gpencil logic to ensure materialsCampbell Barton
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-20Cleanup: Split grease pencil selection index functionsAntonio Vazquez
2021-02-19GPencil: Interpolate Tools refactorAntonio Vazquez