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-04Fix T99641: Assert hit when splitting video sequencer area horizontallyRichard Antalik
2022-11-03BLI_string: C++ support for string joining macrosCampbell Barton
2022-10-19Fix T101622: Sequencer channels not updating while panning viewYann Lanthony
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Cleanup: make formatBrecht Van Lommel
2022-10-04Cleanup: VSE code readabilityRichard Antalik
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
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-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell 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-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Cleanup: Remove unused code for VSE waveform drawingRichard Antalik
2022-09-05Fix VSE: accidentally commented out codeRichard Antalik
2022-09-05I18n: translate untitled file namesDamien Picard
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-02Fix T99255: Strips inserting incorrectlySebastian Parborg
2022-07-15Cleanup: compiler warningsBrecht Van Lommel
2022-07-15Cleanup: VSE waveform drawingRichard Antalik
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-05Fix: Memleak in sequencer drag and drop codeSebastian Parborg
2022-07-05Cleanup: formatCampbell 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-30Fix T99266: Crash when dragging file to VSE from file browserRichard Antalik
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-23Fix T99091: Freeze when changing strip source with thumbnails enabledRichard Antalik
2022-06-14Fix T72831: Incorrect animation handling when strips overlapRichard 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-03Cleanup: clang-formatRichard Antalik
2022-06-02Cleanup: quiet warnings, remove unused argumentsCampbell Barton
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-19Cleanup: format, reduce line length & strip trailing spaceCampbell Barton
2022-05-18Cleanup: Move strip handle manipulation to time sectionRichard Antalik