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-08Fix VSE: Effect strip flickers when moving left handleRichard Antalik
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-07Cleanup: factor out "set default filepath" into a ED_fileselect_ensure_defaul...Aras Pranckevicius
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Fix VSE: accidentally commented out codeRichard Antalik
2022-09-05I18n: translate untitled file namesDamien Picard
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-06-30Fix T90964: Strip can't be deleted if cursor is at bottom of timelineRichard Antalik
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-27VSE: Add API function to select displayed meta stripFĂ©lix
2022-06-23Fix T99110: Crash after running view_all operator in VSERichard Antalik
2022-06-14Fix T98168: Meta strips do not copy animation to another sceneRichard Antalik
2022-06-14Fix T98797: VSE Slip Strip Contents doesn't work properlyRichard Antalik
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-05-18Cleanup: Move strip handle manipulation to time sectionRichard Antalik
2022-05-18VSE: Remove still frame offsetsRichard Antalik
2022-05-17Cleanup: compiler warningsCampbell Barton
2022-05-16VSE: Delete Strip and Scene Data in one stepAntonio Vazquez
2022-05-16VSE: New Change Scene option in Change menuAntonio Vazquez
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-05Fix T97071: Duplicating strip in locked channel creates overlapping stripsRichard Antalik
2022-04-05Sequencer: skip redundant F-curve GSet allocationCampbell Barton
2022-04-04VSE: Add channel headersRichard Antalik
2022-03-29Fix T96699: Splitting strip does not copy animationRichard Antalik
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-03WM: use pass-through for cursor placement operatorCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2022-01-19Fix error in previous commitRichard Antalik
2022-01-19VSE: Support copy-pasting strips with animationRichard Antalik
2022-01-19Cleanup: VSE animation handlingRichard Antalik
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-11Fix T94768: Crash in VSE prefetchingRichard Antalik
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-01Cleanup: Remove seq->tmp_flag DNA memberRichard Antalik
2021-11-30VSE: Disable interactivity in combined viewRichard Antalik
2021-11-18Fix T90390: VSE Jump operator don't work during playbackRichard Antalik
2021-11-15Fix T90415: Missing cache invalidationRichard Antalik
2021-10-28Sequencer: support basic selection & delete from previewsCampbell Barton
2021-10-08Fix sequencer preview/strip checksCampbell Barton
2021-10-07Sequencer: 2D cursor for the preview & transformCampbell Barton
2021-10-07Fix sequencer preview poll functionCampbell Barton
2021-10-07Fix T91972: Meta changes length when adding stripRichard Antalik
2021-10-04Fix T91873: Crash when opening properties panelFalk David
2021-09-30Fix T91285: Bad tooltip for VSE Slip operatorPratik Borhade
2021-09-29VSE: Add color tags to stripsFalk David
2021-09-21VSE strip thumbnailsAditya Y Jeppu