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
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
2021-02-15Fix T85587: Crash on selecting multiple framesFalk David
2021-02-14Cleanup: Source Code Typosluzpaz
2021-02-09GPencil: Fill tool refactor and Multiframe in Draw modeAntonio Vazquez
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-21GPencil: Make Layer and Frame duplicate functions more flexibleAntonio Vazquez
2021-01-16GPencil: Hide layer if the scale is zeroAntonio Vazquez
2021-01-16GPencil: Add new parameteres to transform layersAntonio Vazquez
2021-01-14GPencil: Disable Multiframe edition when play animationAntonio Vazquez
2020-12-07GPencil: Enable Layer Onion Skin by defaultAntonio Vazquez
2020-11-14GPencil: Missing initialization in previous commitAntonio Vazquez
2020-11-14GPencil: Cleanup clang formatAntonio Vazquez
2020-11-14GPencil: Fix unreported crash in some cases when duplicate a strokeAntonio Vazquez
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-22GPencil: Fix unreported crash using layer solo mode and masked layersAntonio Vazquez
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-05GPencil: Fix unreported Layer SOLO mode brokenAntonio Vazquez
2020-09-21GPencil: New Trace images using PotraceAntonio Vazquez
2020-09-11Refactor: move GPencil .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-09-01Fix errors ensuring grease pencil paletteCampbell Barton
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-19GPencil: Change default Onion Keyframe mode to ALLAntonio Vazquez
2020-08-12GPencil: Move merge similar materials code to BKEAntonio Vazquez
2020-08-12GPencil: Fix unreported problem in merge similar materialsAntonio Vazquez
2020-08-12GPencil: Fix unreported error in merge similar materialsAntonio Vazquez
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-10GPencil: Fix unreported Use Falloff curve for active frame not workingAntonio Vazquez
2020-07-07Cleanup: spellingCampbell Barton
2020-07-06Cleanup: warning, spellingCampbell Barton
2020-07-06Cleanup: spelling, commentsCampbell Barton
2020-07-03GPencil: Cleanup more comments (cont)Antonio Vazquez
2020-07-03GPencil: Cleanup more comments (cont)Antonio Vazquez
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-22Fix T78136: Image editor - crash to desktop with changing the threshold for e...Antonio Vazquez
2020-06-19Fix T77997: GPencil insert keyframe on timeline doen't update viewportAntonio Vazquez
2020-06-09GPencil: Cleanup doxygen commentsAntonio Vazquez
2020-06-09GPencil: Improve viewlayer masking checkAntonio Vazquez
2020-06-08GPencil: Show only first frame if current frame is equals or greater than cur...Antonio Vazquez
2020-06-07Fix T77520: GPencil viewlayer filter produce crash with masking layersAntonio Vazquez
2020-06-06Fix T77473: Removing GPencil vertex group mix dataMarcelo Demian Gómez
2020-06-04Fix T77358: Gpencil can't select geometry within transparent layersAntonio Vazquez
2020-06-03Fix T77156: GPencil view layer filter by layer not workingAntonio Vazquez
2020-05-20Refactor: Move grease pencil foreach_id to new IDTypeInfo structure.Bastien Montagne