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-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-04Cleanup: pass const view_area in sequencer functionsCampbell Barton
2022-10-24VSE: Don't use timecodes if not explicitly enabledRichard Antalik
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-04Cleanup: VSE code readabilityRichard Antalik
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-13Fix T100998: Speed effect not rendering scene strip subframesRichard Antalik
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-05-18VSE: Remove still frame offsetsRichard Antalik
2022-05-17Fix T98021: Crash when using scene strip as sequencer inputRichard Antalik
2022-04-25VSE: Update first thumbnail when moving handleRichard Antalik
2022-04-04VSE: Add channel headersRichard Antalik
2022-03-15Fix T96263: command line rendering affected by current scene subframeBrecht Van Lommel
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: simplify copyright headers for sequence & imbufCampbell Barton
2022-02-07VSE: Add filter method to strip transformDimitry Kaplin
2022-01-12DNA: Add space clip editor defaultsSimon Lenz
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-28Cleanup: Factor in VSE effect processingRichard Antalik
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'sequencer'Campbell Barton
2021-12-03ImBuf: Made Wrapping and Cropping optional in IMB_transform.Jeroen Bakker
2021-11-18Merge branch 'blender-v3.0-release'Richard Antalik
2021-11-18Fix T93166: Division by zero when drawing thumbnailsRichard Antalik
2021-11-15VSE: Use early out for aplha over blendingRichard Antalik
2021-11-15Fix T91992: Incorrect clip strip image sizeRichard Antalik
2021-10-16Remove math for 2D affine transformRichard Antalik
2021-10-05VSE: Free animation strip data if they are not visibleSebastian Parborg
2021-09-22Cleanup: make formatDalai Felinto
2021-09-21Cleanup: Clang-tidy warningsRichard Antalik
2021-09-21VSE strip thumbnailsAditya Y Jeppu
2021-09-21VSE: Image transform toolsRichard Antalik
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-24VSE: Cleanup speed effect mathRichard Antalik
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Fix memory leak in VSE transform codeRichard Antalik
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-22Cleanup: rename playhead in the UI and codeCampbell Barton
2021-06-14Cleanup: clang-formatCampbell Barton
2021-06-11Sequencer: Transform ImBuf Processor.Jeroen Bakker
2021-06-09Fix failing test case sequence_transform.Jeroen Bakker
2021-06-08Sequencer: Performance image crop transform.Jeroen Bakker
2021-06-05FFmpeg: Fix seeking not returning the correct frame when not using TC indexSebastian Parborg