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
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-05Sequencer: Expose read-only FPS property for movie-type stripsSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2017-12-15Tracking: Cleanup, use more const qualifiers when appropriateSergey Sharybin
2017-10-25Depsgraph: Add missing movie clip dopesheet invalidationSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-08-29Fix T49181: Movie clip animation lost when invoking action which reloads the ...Sergey Sharybin
2016-08-16Rework 2D stabilizatorIchthyostega
2016-07-30Add copy/make_local to movieclip datablock.Bastien Montagne
2016-06-25Cleanup: Get rid of remaining 'BKE_<id>_unlink()' functions, no more used any...Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-08Cleanup: typosCampbell Barton
2016-03-15Fix T47577: Movie clip uses too much memory with still image sequencesSergey Sharybin
2016-03-15movieclip: Cleanup around cacheSergey Sharybin
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-08Cleanup: typosCampbell Barton
2015-10-06Cleanup: use BLI_path_basenameCampbell Barton
2015-10-06RNA: Add check_existing arg to other load() funcsCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-06-12Support metadata display in clip editorAntony Riakiotakis
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-15Fix for clip proxies builder reloading original footage framesSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-31Fix T42277: Apply track's mask on displaying preview not workingSergey Sharybin
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-03Code cleanup: styleCampbell Barton
2014-04-02Fix T39545: "Track selected markers", does not stop at end of videoSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use bool/true/false in movieclip.cSergey Sharybin
2014-03-06Fixes for proxies color spaceSergey Sharybin
2014-02-04Fix T38440: Segmentation fault in Movie Clip EditorAlex Babahin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Fixed a possible access to null pointer reference.Sergey Sharybin
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-12Code cleanup: indent preprocessor directives inside #ifdefSergey Sharybin
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton