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-04-06Cleanup: Fix comment style and check if they are valid or make sense.Richard Antalik
2020-04-06Cleanup: Use `_fn` as a suffix for callbacks in VSE codeRichard Antalik
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-31Cleanup: use '_recursive' suffix instead of '_rec'Campbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-25Fix T74662: Prefetching causes random crashesRichard Antalik
2020-03-25Fix T75019: Frame Offset does not apply to scopesRichard Antalik
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19UI: scale sequence handle by pixelsizeCampbell Barton
2020-03-19Cleanup: spellingCampbell Barton
2020-03-19Fix (unreported): Crash on accessing active sequence in select groupped operatorRobert Guetzkow
2020-03-19VSE: Strip drawing improvementsRichard Antalik
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-16Cleanup: use unsigned char for UI_view2d_text_cache_addCampbell Barton
2020-03-10Fix sequencer Slip tool skipping offset=0 caseCampbell Barton
2020-03-10Cleanup: replace term 'terrible' from sequence slipCampbell Barton
2020-03-09UI: rename View Frame to Go to Current Frame in video sequencerEitan
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-03-04UI: rename View Selected" to "Frame Selected"Asad-ullah Khan
2020-03-04Cleanup: replace CLAMP macros with functionsCampbell Barton
2020-03-02Fix T74334: VSE can't import multiple movie filesRichard Antalik
2020-03-02Fix T74320: Sound strip waveforms drawing allows negative volume valuesRichard Antalik
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix T70229: Show Cache On will cause a lower fpsRichard Antalik
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-17Keymap: minor tweaks so box-select shortcuts show in the menuCampbell Barton
2020-02-17Keymap: add sequencer box select with handlesCampbell Barton
2020-02-16Rename Sequencer 'Cut' to 'Split'William Reynish
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-09VSE: Add option to select handles with box selectionRichard Antalik
2020-02-08Cleanup: remove old VSE prefetching code.Richard Antalik
2020-01-27Fix T73428: Editor type dropdown menu missing in VSEJulian Eisel
2020-01-23Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-22VSE: Tool system integrationRichard Antalik
2020-01-22VSE: Add Adjust Last Operation panel to the video sequencerRichard Antalik
2020-01-22Merge branch 'blender-v2.82-release'Richard Antalik
2020-01-22Fix T70415 100% proxy files playing with poor performanceRichard Antalik
2020-01-20Merge branch 'blender-v2.82-release'Philipp Oeser
2020-01-20Fix T72546: Video Sequencer: Select grouped 'OVERLAP' operator wrongPhilipp Oeser
2020-01-14Merge branch 'blender-v2.82-release'Clément Foucault
2020-01-14Fix T72255: VSE video addition broken when using recursive filebrowser view.Bastien Montagne
2020-01-10Cleanup: ARegion.sizex/y should not be used to access region sizeJulian Eisel
2019-12-02Overlay Engine: Refactor & CleanupClément Foucault
2019-11-30UI: allow to hide markers region per editorAlessio Monti di Sopra