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-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-10-19Partial Revert: bring back some commentsJacques Lucke
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-08-15Clip Reconstruction: Cleanup - use const for selection synchronizeDalai Felinto
2018-08-15Fix viewport selection of markers not updating in all editorsDalai Felinto
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove some G.main from BKE area.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
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