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-08-09Fix T52280: The Image node in Compositing can't read Z buffer of openEXR in 2.79Lukas Stockner
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-04Fix T51587: Blender fails to interpret a specific layer in OpenEXR multilayer...Lukas Stockner
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-03Fix error in node flag checkCampbell Barton
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2015-07-25Compositor: Fixes for the debug passSergey Sharybin
2015-07-24Experiment with setting proper socket name for debug passSergey Sharybin
2015-07-24Compositor: Make it work for debug passes other than floatSergey Sharybin
2015-07-24Compositor: Allow using debug pass output in the compositorSergey Sharybin
2015-04-29Fix T44132: Crash after open EXR formatSergey Sharybin
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-11Compositor: Expose Alpha socket for multilayer EXR nodeSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-02-22Code cleanup: styleCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-11-05code cleanup: typosCampbell Barton
2013-08-03Cycles / SSS:Thomas Dinges
2013-07-23fix for crash when unlinking a scene from the renderlayers, also no need for ...Campbell Barton
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-05-29Cleanup: Removed all NODE_OPTIONS flags from C node type definitions, these a...Lukas Toenne
2013-05-27style cleanup: nodesCampbell Barton
2013-03-28style cleanup: osl and NULL pointer use, also correct sequencer gap operator ...Campbell Barton
2013-03-27Fix #34779: Channels disappear from multilayer exr sequenceSergey Sharybin
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-22Simple preset function for setting common node sizes based on enum instead of...Lukas Toenne
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15Fix compilers warnings when legacy compositor is disabledSergey Sharybin
2012-08-23style cleanupCampbell Barton
2012-08-20disabling the compositor legacy build option now ifdef's exec() functions.Campbell Barton
2012-08-20option to build without the legacy compositorCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-02Fixing most (if not all) remaining issues with nodes UI i18n.Bastien Montagne
2012-05-18Partial revert of r46542.Lukas Toenne
2012-05-17 ____ Jeroen Bakker
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21Fix for image node: has to check the number of actual node sockets before acc...Lukas Toenne
2012-04-16Dynamic output sockets for the image input node. This is needed to enable the...Lukas Toenne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton