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-22Cleanup: move model authors from the doc-string to the implementationCampbell Barton
2022-06-30Animation: Add GP layers in regular DopesheetAmélie Fondevilla
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-27Cleanup: Store cursor location in tGPspoint as an arrayAaron Carlisle
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-04GPencil: New option to Merge All layers in active oneAntonio Vazquez
2021-09-03GPencil: Smooth thickness when joining strokesAntonio Vazquez
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-05-14Merge branch 'blender-v2.93-release'Philipp Oeser
2021-05-14GPencil: fix separate points/strokes freezing with empty selectionPhilipp Oeser
2021-04-29GPencil: Add Layer and Material to Blank objectsAntonio Vazquez
2021-03-24GPencil: New modules for Import and ExportAntonio Vazquez
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-16Cleanup: Compile node_draw.c with C++Hans Goudey
2021-02-09GPencil: Fill tool refactor and Multiframe in Draw modeAntonio Vazquez
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-16GPencil: Cleanup - Rename ED_gpencil_stroke_color_use to ED_gpencil_stroke_ma...Antonio Vazquez
2021-01-16GPencil: Add new parameteres to transform layersAntonio Vazquez
2021-01-14Cleanup/refactor: Remove logically broken code from GPencil undo.Bastien Montagne
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-11-18GPencil: Automerge last drawn stroke with previous strokesAntonio Vazquez
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-13GPencil: Remove ID from operators to fix T82597Antonio Vazquez
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-29GPencil: Cleanup function names replace gp_ by gpencil_ prefix (cont)Antonio Vazquez
2020-06-29GPencil: Cleanup - Rename some functions from gp_ to gpencil_Antonio Vazquez
2020-06-22GPencil: Cleanup commentsAntonio Vazquez
2020-06-09GPencil: Keep original stroke when reprojectAntonio Vazquez
2020-06-05GPencil: Improve Vertex Paint in filled areasAntonio Vazquez
2020-05-27Cleanup: sort file, structsCampbell Barton
2020-05-07GPencil: Include new Brush random curvesAntonio Vazquez
2020-05-06Fix T76416: Armature Deform parenting option doesn't work with Grease Pencil ...Philipp Oeser
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-27GPencil: Cleanup of unused code a argumentsAntonio Vazquez
2020-03-14Cleanup: sort file lists & struct declatationsCampbell Barton
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2020-01-07Annotations: Split annotation operators and pointer functionsAntonio Vazquez
2019-11-02Fix T71260: GPencil crash when drawing very long linesAntonio Vazquez
2019-09-27GPencil: New smart smooth for strokesAntonio Vazquez