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-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2013-01-15Fix #33800: GLSL group nodes not using the external input value unless a nodeBrecht Van Lommel
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2013-01-13Even though we want to get rid of this legacy compo soon, code should compile...Bastien Montagne
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-01Fix for normal scaling when using triangle primitives for hair.Stuart Broadfoot
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-28New featureStuart Broadfoot
2012-12-28style cleanupCampbell Barton
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-19Sync (ui) names between composite node files and rna nodetree types (Pixelate...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-10Fix shader nodes Normal node not showing right direction choosing widget.Brecht Van Lommel
2012-12-09Fix for Render Layers node: when sockets are hidden (by 'hide unused sockets'...Lukas Toenne
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-02code cleanupCampbell Barton
2012-12-02Compositor:Thomas Dinges
2012-12-01Fix #33372: materials linked in node setups did not output alpha values unlessBrecht Van Lommel
2012-11-30Removed unused register_ lines from for and while loop nodes. These nodes wer...Lukas Toenne
2012-11-28Fix normal compositing/shader node not showing normal widget.Brecht Van Lommel
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-23Fix related to #33259: cycles normal map node color input couldn't beBrecht Van Lommel
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17Fix compositing normal node not properly showing vector XYZ values when openingBrecht Van Lommel
2012-11-17One more remained issue in legacy compositor, Hopefully last one.Sergey Sharybin
2012-11-17Old compositor should be compilable nowSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-08Cycles: add strength input for normal map node.Brecht Van Lommel
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-11-07support for string parameters in OSL nodesDalai Felinto
2012-11-07Fix for previous commit, didn't compile on windows.Brecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-06Fixes related to #33087:Brecht Van Lommel
2012-11-06avoid using function calls in macros that result in multiple function calls.Campbell Barton
2012-11-05Fix for Math node:Ton Roosendaal
2012-11-05Bugfix #33087Ton Roosendaal
2012-11-05fix for freed pointer access in node_free_script()Campbell Barton
2012-11-05Cycles: improve Anisotropic BSDF node, changing the Roughness U/V inputs toBrecht Van Lommel
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-29style cleanupCampbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne