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
path: root/source
AgeCommit message (Expand)Author
2012-09-13Merging r50522 through r50572 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-13Fix typo in blenfont sconscript, broke compileJens Verwiebe
2012-09-11Color Management: prevent abort when sequencer's color space is not found in ...Sergey Sharybin
2012-09-11Color Management: improve compatibility with old files with disabled color ma...Sergey Sharybin
2012-09-11Sequencer: added option to calculate modifiers in linear spaceSergey Sharybin
2012-09-11Color Management: fix for wrong default color space and viewSergey Sharybin
2012-09-11Merging r50502 through r50521 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-11Color Management: color space cleanupSergey Sharybin
2012-09-11Color Management: added check for invertibility of color spacesSergey Sharybin
2012-09-10Color management: get rid of hardcoded color space NoneSergey Sharybin
2012-09-10Color Management: port image stamp to new color management systemSergey Sharybin
2012-09-10Color Management: resolve TODOs related on HSV widgetsSergey Sharybin
2012-09-10Color Management: add View as Render to image datablocksSergey Sharybin
2012-09-10Color Management: finish pipeline changesSergey Sharybin
2012-09-10Merging r50484 through r50501 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-09Merging r50478 through r50483 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-08Merging r50470 through r50477 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-07Merging r50457 through r50469 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-07Tomato: alignment issue fixSergey Sharybin
2012-09-06Merging r50450 through r50454 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-06Merging r50423 through r50449 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-05Color Management: fix for dereferencing NULL pointerSergey Sharybin
2012-09-05Color Management: exposure is in fact pre-display transfromSergey Sharybin
2012-09-05Color Management: RGB curves transform as a part of display transformSergey Sharybin
2012-09-05Color Management: don't show input color space for byte imagesSergey Sharybin
2012-09-05Merging r50413 through r50422 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-05Color Management: made OpenColorIO transformations aware of color unpremultiplySergey Sharybin
2012-09-05Color Management: fix for tiled image draw and remove unused codeSergey Sharybin
2012-09-05Code cleanup -- remove unneeded changes, synchronize some areas with trunkSergey Sharybin
2012-09-05Sequencer: multi-threaded histogram calculationSergey Sharybin
2012-09-05Sequencer: cache currently displaying scopesSergey Sharybin
2012-09-05Color Management: sequencer's scopes now works in display spaceSergey Sharybin
2012-09-05Merging r50374 through r50412 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-04Color Management: fix for color sample information lineSergey Sharybin
2012-09-04Color Management: fix for view/display settings validationSergey Sharybin
2012-09-04Color Management: remove hardcoded ACES ODT tonemapSergey Sharybin
2012-09-04Merging r50265 through r50373 from trunk into soc-2011-tomatoSergey Sharybin
2012-09-03Color Management: fix compilation error when OCIO is disabledSergey Sharybin
2012-08-31Cycles / Brick Texture:Thomas Dinges
2012-08-30Color management: make it behave closer to trunkSergey Sharybin
2012-08-29Color management: some parts of previous commit were incorrect merged from WI...Sergey Sharybin
2012-08-29Color management: fix for wrong view being used as default in configuration f...Sergey Sharybin
2012-08-29Merging r50248 through r50264 from trunk into soc-2011-tomatoSergey Sharybin
2012-08-29Fix wrong user counter in world node treesSergey Sharybin
2012-08-29code cleanup: add utility function BLI_path_is_rel()Campbell Barton
2012-08-29code cleanup: replace term 'alpha' with '64' in makesdna, this was historic t...Campbell Barton
2012-08-29new image operator now allows color grid (before was only grid on/off)Campbell Barton
2012-08-29texture curves were not initialized (causing crash), own regression from movi...Campbell Barton
2012-08-29code cleanup: move static mball vars into their own struct, wasnt very clear ...Campbell Barton
2012-08-28fix bug in mathutils.geometry.intersect_point_line() where 4D vectors were tr...Campbell Barton