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-01I18n: make Grease Pencil modifiers and shader FX translatable.Damien Picard
2022-05-23GPencil: A Ping Pong effect to Time modifierAleš Jelovčan
2022-05-17Fix unreported: GPencil Time offset modifier Reverse only plays 2 timesAleš Jelovčan
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2020-10-16UI: Align related propertiesHans Goudey
2020-10-15Cleanup: Use DNA defaults for grease pencil modifiersHans Goudey
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-05-11GPencil: Cleanup unneeded initializationsAntonio Vazquez
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08GPencil: Refactor - Rename modifier and shder functionsAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-30GPencil: Fix unreported error when frame is zero in Time modifierAntonio Vazquez
2019-10-04GPencil: Reduce VBO memory footprint when using modifiersAntonio Vazquez
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-11-20GP: Refactor drawing engine to single VBOAntonioya
2018-11-06GP: Fix Time Offset for frames before rangeAntonioya
2018-11-06GP: Rename variableAntonioya
2018-11-05GP: Limit internally Time offset to something logicAntonioya
2018-11-05GP: More tweaks to Time OffsetAntonioya
2018-11-05GP: Fix Time Offset bug when use rangeAntonioya
2018-11-04GP: Time Offset verify range if loop is disabledAntonioya
2018-11-03GP: Fix Time Offset when range frame is 0Antonioya
2018-11-03GP: New Time Offset custom frame range parametersAntonioya
2018-10-24GP: Add new Layer Pass Index filter to modifiersAntonioya
2018-10-24GP: Add layer pass index to time modifierAntonioya
2018-10-24GP: Add new modes to Time Offset modifierAntonioya
2018-10-23GP: Add new frame scale parameter to Time modifierAntonioya
2018-10-23GP: Rename modifier Time to Time OffsetAntonioya
2018-10-23Cleanup: style, warningCampbell Barton
2018-10-22Fix build after recent changes, filename must have right case.Brecht Van Lommel