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
2013-04-08Camera stabilization fixes and improvementsSergey Sharybin
2013-04-04Changes to cache invalidation policy for movie clipsSergey Sharybin
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-03-25Better handing of frames below actual sequence rangeSergey Sharybin
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-15Further improvement for multi-threaded proxiesSergey Sharybin
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-15Skip doing frame undistortion if it's not needed for proxies.Sergey Sharybin
2013-02-28Fix own regression in commit from today -- missing NULL checkSergey Sharybin
2013-02-28Fix sequencer crash when pasteing strips after creating new fileSergey Sharybin
2013-02-28Fix memory leak when loading multilayer EXR as movie clipSergey Sharybin
2013-02-18Force movie clips always use default alpha mode, before this straightSergey Sharybin
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-05Change a way how image sequence/movie source is detecting for movie clipSergey Sharybin
2012-10-18Fix #32896: No compositor tree update with image input color space changeSergey Sharybin
2012-10-15Forget this in svn rev51336Sergey Sharybin
2012-10-01Fix #32686: MovieClip background initialisaton errorSergey Sharybin
2012-10-01fix for some errors when unlinking.Campbell Barton
2012-09-24- Corrected movie clip length computationSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-07-28Fix regression in clip reloading -- after recent change movie usedSergey Sharybin
2012-07-26mask/image viewer now works with non 1:1 image aspect, editing masks in the i...Campbell Barton
2012-07-10Improved cache management for movie clips from tomato branchSergey Sharybin
2012-07-09Fixed issues updating texture buffer used for clip editor frame displaySergey Sharybin
2012-06-24Fix crash sliding disabled marker from preview widget.Sergey Sharybin
2012-06-20Do not check result of BKE_tracking_marker_get -- it shall alwaysSergey Sharybin
2012-06-18DO not reset clip's focal length when changing path to footageSergey Sharybin
2012-06-17Now updating of resolution should happen nice when clip's filepath is changingSergey Sharybin
2012-06-152D stabilization didn't work since clip start frame commitSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-13Default value for frame offset should be 0Sergey Sharybin
2012-06-13Added frame offset slider to clip datablocksSergey Sharybin
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-08Fixed issue with non-updating frame in clip editor when toggling undistorted ...Sergey Sharybin
2012-06-07Avoid imbuf loading when getting movie clip sizeSergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-05Configurable start frame for movie clip datablocks as alternative to automati...Sergey Sharybin
2012-05-23Movie clip: remove workaround for #27997Sergey Sharybin
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-09Camera tracking: fixes for tracking of float imagesSergey Sharybin
2012-05-07Style cleanup of own modules using style checker from Campbell.Sergey Sharybin
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton