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
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-03-11Cleanup: code style & cmakeCampbell Barton
2016-08-01Support Auto-Clamped Handle for Curve-MappingCampbell Barton
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-18Additional Waveform Drawing ModeSergey Sharybin
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-05-26Image viewer scopes update: OMP->BLI_task.Bastien Montagne
2016-02-25Cleanup: const args for curve handle calculationCampbell Barton
2016-02-25Cleanup: use defines for handlesCampbell Barton
2016-02-25Correct commentsCampbell Barton
2016-02-09Fix T47366: Single slope linear curve was wrongly using vector handleSergey Sharybin
2015-10-28Cycles: Expose user-defined shutter curve to the interfaceSergey Sharybin
2015-10-28Support symmetrical curve mapping presetsSergey Sharybin
2015-10-28Fix curve mapping linear preset not setting handle type correctlySergey Sharybin
2015-09-16UI: Curve clipping didn't enforce zoom.Campbell Barton
2015-09-09Fix crash viewing passes w/ scopesCampbell Barton
2015-08-25Cleanup: styleCampbell Barton
2015-06-15Fix T45086: Crash showing scopesSergey Sharybin
2015-06-15Fix integer division error with image scopesCampbell Barton
2015-06-12Cleanup: unused varCampbell Barton
2015-06-12Make scopes update multi-threadedSergey Sharybin
2015-06-12Image scopes: Make sample line saving check localSergey Sharybin
2015-06-12Image scopes: Make all variables local, prepare to threaded evaluateSergey Sharybin
2015-06-10Fix T45013 negative curve falloff not working.Antony Riakiotakis
2015-05-20Send color managed signal if input spaces changes during image savingSergey Sharybin
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-14Fix T38606: C curve in the curve mapping compositing node not extrapolating c...Brecht Van Lommel
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-10-07Fix #36981, Removing Sample line fails during render.Lukas Toenne
2013-09-12Better fix for #36688.Antony Riakiotakis
2013-09-09Attempt fix for #36688.Antony Riakiotakis
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-06-24fix [#35855] Change "Scene" crashes randomlyCampbell Barton
2013-04-29fix for inserting a color-curve point.Campbell Barton
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-02More Histogram fixes:Ton Roosendaal
2013-04-02Removed leftover debug print.Ton Roosendaal
2013-04-02Usability fix, for color grading.Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-13Bugfix #33159Ton Roosendaal