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-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-23Fix T99110: Crash after running view_all operator in VSERichard Antalik
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-03Cleanup: auto-formatCampbell Barton
2022-04-28VSE: Add option to limit timeline view heightRichard Antalik
2022-04-21VSE: Add frame selected operator for previewok what
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-30VSE: Disable interactivity in combined viewRichard Antalik
2021-10-25Fix T90633: Frame all doesn't use meta rangeAndrea Beconcini
2021-10-18Cleanup: internal sequencer naming for overlaysCampbell Barton
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-02Fix T90356: Frame selected includes active stripRichard Antalik
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
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-15VSE: Move remove gaps operator logic to module codeRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-08-13Sequencer: Implement zoom-to-fit view modeSergey Sharybin
2020-08-13View2D: Centralize handling of changes to v2d->curSergey Sharybin
2020-07-03Cleanup: Editors/Space/sequencer, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-11Sequencer: view toggle no longer cycles over SEQUENCER_PREVIEW stateCampbell Barton
2020-06-11Cleanup: move sequencer view operators into sequencer_view.cCampbell Barton
2020-04-13Refactor sample operatorRichard Antalik
2020-04-06Cleanup: Fix comment style and check if they are valid or make sense.Richard Antalik
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-05-19Fix T64579: Failure to honor anamorphic displayRichard Antalik
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-18Fix VSE color pickerRichard Antalik
2019-02-23Revert "Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2...Richard Antalik
2019-02-23Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2D, but i...Richard Antalik
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
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-31Sequencer: Make dependency graph part of sequencer contextSergey Sharybin
2015-04-07This commit doesn't deserve a titleJulian Eisel
2015-04-07Various Sticky fixes (tm)Julian Eisel
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton