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-06-11Sequencer: Do not redraw during playback.Jeroen Bakker
2021-06-06VSE: Remove seq->tmp usage from transform codeRichard Antalik
2021-05-12VSE: Fix meta strip boundary can not be changedRichard Antalik
2021-05-07Cleanup: make format (clang-format)Dalai Felinto
2021-05-07VSE: Fix freeing display buffer cache before useRichard Antalik
2021-03-31Cleanup: Remove SEQ_CURRENT_BEGIN macroRichard Antalik
2021-03-23Fix crash transforming sequencesCampbell Barton
2021-03-20VSE: Preview images when moving strip handlesPeter Fog
2021-03-16VSE: Simplify proxy settingsRichard Antalik
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-11Cleanup: skip accessing sequence strip name/source when hiddenCampbell Barton
2021-01-11Fix incorrect use of BLI_snprintf in sequencer text concatenationCampbell Barton
2021-01-11Fix missing directory separator in image/movie strip identifierCampbell Barton
2021-01-11Cleanup: use switch statement for sequence typesCampbell Barton
2021-01-10Fix T84529: Crash with strip using deleted scenePeter Fog
2021-01-05Fix T83094: Alternate rows in the Sequencer are green (macOS)Yevgeny Makarov
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-12-30Fix unreported: Sequencer grid lines are not drawnYevgeny Makarov
2020-12-20VSE: Remove cost calculation from cacheRichard Antalik
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-17Fix T83869: Crash when creating Sequencer in new sceneRichard Antalik
2020-12-16Fix warnings introduced in previous commitRichard Antalik
2020-12-16VSE: Add Overlay popover panelsPeter Fog
2020-12-15VSE: Move remove gaps operator logic to module codeRichard Antalik
2020-11-26UI: Allow theming the alternate row color in the sequencerErik Abrahamsson
2020-11-06Cleanup: rename time related variablesRichard Antalik
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-05VSE: cache performance optimizationRichard Antalik
2020-11-05Rename extern rendering and proxy functionsRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14Fix T81004 Python: Images drawn in the Sequence Editor have wrong colorsClément Foucault
2020-10-05Rename eSpaceSeq_Proxy_RenderSize membersRichard Antalik
2020-09-15Fix T80193 Sequencer: Crash on float images when OCIO GLSL shader can't be usedClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-02Cleanup: spellingCampbell Barton
2020-09-01Sequencer: Fix crash caused by stereo rendering fixClément Foucault
2020-08-30Fix T79940 VSE Editor crash when opening a different scene as a stripClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18Merge branch 'blender-v2.90-release'Clément Foucault