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 T102316: blank color-space menu drop-downsCampbell Barton
2022-11-05Fix crash building Python API docsCampbell Barton
2022-08-23Fix T98954: Color management is very slow with sequencer soundRichard Antalik
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Fix T94867: viewport render not updating when editing color rampJacques Lucke
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-09-10Geometry Nodes: Add versioning to change legacy node ID namesHans Goudey
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-24Fix T90467: Initialize CurveMapping on demandRichard Antalik
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-31VSE: Fix missing cache invalidationRichard Antalik
2021-03-02Python API: Expose CurveMapping Reset View functionPatrick Busch
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-02-10Fix T85420: moving color ramp handles via position input does not workJacques Lucke
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-11-04Merge branch 'blender-v2.91-release'Richard Antalik
2020-11-04Fix T81794: ColorRampElement step regressionRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-26Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-formatCampbell Barton
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-14UI: Correct grammar in property name and descriptionHans Goudey
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-28Fix T54422 FluidSim: ColorRamp set position does not update the viewportClément Foucault
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-07-28Fix T66872: Changing clip color space does not update background imagesSergey Sharybin
2019-06-07VSE: Cache invalidationRichard Antalik
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-26Fix misleading image color space and alpha tooltipsBrecht Van Lommel
2019-05-23VSE: minimal cache invalidationRichard Antalik
2019-05-20Color Management: update configuration, remove legacy transformsBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-20Cleanup: quiet extra-semicolon warningCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-24Cleanup: redundant use of string formatting functionsCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-28Fix T58405: viewport drawing issues with display device set to None.Brecht Van Lommel