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
2020-11-19Cleanup: refactor sequencer_edit.c fileRichard Antalik
2020-11-19Cleanup: fix bad comment separatorSybren A. Stüvel
2020-11-19Cleanup: split sequencer_edit.c fileRichard Antalik
2020-11-19VSE: Move split operator logic to module codeRichard Antalik
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-06Cleanup: rename time related variablesRichard Antalik
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
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-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-17Fix T81594: Unable to reassign effect inputsRichard Antalik
2020-10-14Fix T81004 Python: Images drawn in the Sequence Editor have wrong colorsClément Foucault
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-05Move sequencer sources from blenkernelRichard Antalik
2020-10-05Fix T80397: Select Side not working correctlyRichard Antalik
2020-10-05Rename eSpaceSeq_Proxy_RenderSize membersRichard Antalik
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-15Fix T80193 Sequencer: Crash on float images when OCIO GLSL shader can't be usedClément Foucault
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClé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-26Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-formatCampbell Barton
2020-08-23Fix T79872: VSE - splitting strip shows the channel number when unusedPhilipp Oeser
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
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18UI: Fix protential stray GPU state preventing correct drawingClément Foucault
2020-08-18Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-18Fix T77564: VSE (and compositor background) lost stereoscopy previewClément Foucault
2020-08-18Fix T77564: VSE (and compositor background) lost stereoscopy previewClément Foucault
2020-08-17Merge branch 'blender-v2.90-release'Richard Antalik
2020-08-17Fix T79757: Crash on prefetch when renaming stripsRichard Antalik
2020-08-13Sequencer: Implement zoom-to-fit view modeSergey Sharybin
2020-08-13View2D: Centralize handling of changes to v2d->curSergey Sharybin
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton