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
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-24Cleanup: use "_update" suffix for RNA update callbacksCampbell Barton
2019-05-24Cleanup: warningsCampbell Barton
2019-05-23VSE: minimal cache invalidationRichard Antalik
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-16UI: Video Sequencer sidebar overhaulWilliam Reynish
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Sound: Port more cases to be a part of dependency graphSergey Sharybin
2019-04-29Cleanup: use 'use_' prefix for RNA booleansCampbell Barton
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-22Cleanup: style, use braces for makesdna, makesrnaCampbell Barton
2019-04-21Cleanup: comments (long lines) in makesrnaCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-01Fix T62960: Expanding/Closing Constraints/Modifiers causes re-renderSergey Sharybin
2019-02-20UI: Change name of Sequencer option from 'Draw Waveform' to 'Display Waveform...William Reynish
2019-02-20RNA: use factor when appropriateWilliam Reynish
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: RNA boolean names (use prefix conventions)Campbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-14Add font selection to VSE text stripsRichard Antalik
2018-11-28RNA: disable animating sequence channel, lockCampbell Barton
2018-11-25Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-25Sequencer: remove unnecessary limit on transform rotation.Brecht Van Lommel
2018-11-02Fix issues with hide/restrict icons after recent changes.Brecht Van Lommel
2018-10-30Sequencer: replace notifier /w message-busCampbell Barton
2018-10-23Fix: missing sequencer updateJacques Lucke
2018-10-19UI: reorder and group blend modes in menus, similar to other apps.Charlie Jolly
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-20Objects: restore H key per object hiding.Brecht Van Lommel
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-04-05Load metadata from video files and expose via RNASybren A. Stüvel
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-05Sequencer: Expose read-only FPS property for movie-type stripsSergey Sharybin
2018-01-31I18n disambiguation: IRIS is both a file format and a VSE wipe effect...Bastien Montagne
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-25Fix T52890: Crash unlinking sequencer soundCampbell Barton
2017-07-02Fix T51947: failure setting sequence.use_proxy/crop/translation to FalseBrecht Van Lommel
2017-06-16Usual i18n/UI messages fixes.Bastien Montagne
2017-05-29Add some missing VSE tooltipsAaron Carlisle
2016-12-28Minor UI message fix.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne