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
2015-06-11Masking: Numpad-. now centers view to selected control pointsSergey Sharybin
2015-06-10Picky edits to previous commit.Bastien Montagne
2015-06-10Fix T45017: Crash when running 'track markers' operator with no clip loaded.Bastien Montagne
2015-05-18Fix T44752: Clip Editor doesn't respect ColorSpace setting when playback afte...Sergey Sharybin
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-10-10Tracking: Switch prefetch to use generic task schedulerSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-14Fix for the eyedropper fixes from todaySergey Sharybin
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-20Code cleanup: use bool/true/false in clip editorSergey Sharybin
2014-03-20Fix T39271: Crash in MCE with "p" shortcut without clipSergey Sharybin
2014-03-10Fix for proxy colorspace and prefetchingSergey Sharybin
2014-02-07Add Tabs for Movie Clip EditorSergey Sharybin
2014-01-01Code cleanup: use bool flag for direction in clip prefetchSergey Sharybin
2013-10-17Fix #37117: MCE prefetching fails with non-ascii characters in pathSergey Sharybin
2013-10-17Fix #37118: MCEr: Prefetch frames doesn't respect input color spaceSergey Sharybin
2013-10-17Fix #37119: MCE: Prefetching doesn't fetch last frame of an image-sequence.Sergey Sharybin
2013-10-12Fix for prefetch not working correct if last frame was loadedSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-04-04Changes to cache invalidation policy for movie clipsSergey Sharybin
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-26Correction to recent prefetch commitSergey Sharybin
2013-03-25Clip editor prefetching changesSergey Sharybin
2013-03-21revert edit from r55461, causing build error on some systems.Campbell Barton
2013-03-21Tweaks to movie clip prefetching after discussion with SebastianSergey Sharybin
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-19Use checker backdrop for footage with alpha channel in clip editorSergey Sharybin
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-06Solving nasty annoyance:Ton Roosendaal
2012-12-18fix [#33580] Masking keyframes disappear from dope sheet when using undo.Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-09-30fix for crash drawing the clip view with a blend file that has lock to select...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20HDR color picker now works in the clip space.Campbell Barton
2012-08-01Fixed own error in setting user counter to mask when changing clip editor's m...Sergey Sharybin
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton