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
2012-12-16Cycles OSL: small optimization to geometry node, tangent output still wasBrecht Van Lommel
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11OSL Shader Files:Thomas Dinges
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-06Fix mapping node min/max not working OSL.Brecht Van Lommel
2012-12-04FIX: OSL mix shader clamps 2nd color component to 3rd one.Konrad Kleine
2012-12-04osl style cleanup and update man-page.Campbell Barton
2012-12-03quiet float -> double conversion warnings and do some osl style edits.Campbell Barton
2012-12-03Fix cycles issue when NaN is used for RGB ramp, can access array out of bound...Brecht Van Lommel
2012-12-02Fix performance issue in OSL geometry node, compiler fails to optimize out theBrecht Van Lommel
2012-11-30Fix #33347: cycles OSL crash connecting string to vector socket.Brecht Van Lommel
2012-11-23Fix cycles OSL wrong reflection texture coordinate.Brecht Van Lommel
2012-11-21Fix #33256: cycles Z pass for orthographic camera was not right, now is moreBrecht Van Lommel
2012-11-20Fix #33177: OSL render difference with missing textures and HSV nodes.Brecht Van Lommel
2012-11-20Fix cycles OSL missing support for texture mapping paramaters found in textureBrecht Van Lommel
2012-11-20code cleanup: comment unused members of bmesh operator slots and some osl sty...Campbell Barton
2012-11-20Fix [#33239] Cycles OSL : Environment Texture Rotation Incorrect:Thomas Dinges
2012-11-19Scons: better fix for OSL compiler path, so it also works on OS X.Brecht Van Lommel
2012-11-19SCons: make OSL linking work on windows, and fix OSL compiler path issue toBrecht Van Lommel
2012-11-19OSX/scons: refine oslc compile workaroundJens Verwiebe
2012-11-16OSX/scons/osl: ready for compile now, little hack to be resolved, todo:fix a ...Jens Verwiebe
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-15Windows / Scons OSL:Thomas Dinges
2012-11-15Fix #33183: cycles bump mapping was not executed with only an AO node in a ma...Brecht Van Lommel
2012-11-15OSL Scons rulesSergey Sharybin
2012-11-08Cycles: add strength input for normal map node.Brecht Van Lommel
2012-11-06Cycles OSL: phong_ramp(N, exponent, colors[8]) closure added, which works likeBrecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-05Cycles: improve Anisotropic BSDF node, changing the Roughness U/V inputs toBrecht Van Lommel
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel