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
2016-06-08Code refactor: store ShaderNode enums as enum rather than ustring.Brecht Van Lommel
2016-06-08Code refactor: centralize OSL node creation in shader manager.Brecht Van Lommel
2016-06-08Code refactor: pass ShaderInput to constant_fold, so it supports arbitrary ty...Brecht Van Lommel
2016-06-08Code refactor: add separate RGB to BW node and rename some sockets.Brecht Van Lommel
2016-06-08Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-06-08Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-06-08Cycles: Fix missing feature reported by the Volume nodeSergey Sharybin
2016-06-08Cycles: Add XML parsing of MappingNodes to Cycles StandaloneLukas Stockner
2016-06-08Code refactor: use dynamic shader node array lengths now that OSL supports them.Brecht Van Lommel
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-05-05Code cleanup: simplify SVM stack assignment.Brecht Van Lommel
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-05-05Fix Cycles emission node being unnecessarily tagged as spatially varying.Brecht Van Lommel
2016-05-01Fix Cycles external OSL shader not working with relative file paths.Brecht Van Lommel
2016-04-11Fix T48103: Wrong renders on AMD OpenCL when Light Falloff node is usedSergey Sharybin
2016-04-05Revert "Cycles: Remove the Preetham Sky model."Thomas Dinges
2016-04-03Cycles: Remove the Preetham Sky model.Thomas Dinges
2016-01-02Cycles: Add Saw option to the wave textureLukas Stockner
2015-12-31Fix T46915: Non-intuitive behavior of Vector Curve Mapping nodeSergey Sharybin
2015-12-28Cycles: Implement node deduplication routinesSergey Sharybin
2015-12-25Cleanup: SubsurfaceScatteringNode is a subclass of BsdfNode, no need to set t...Thomas Dinges
2015-12-23Cycles: Implement constant fold for the ConvertNode.Thomas Dinges
2015-12-22Cycles: Constant fold for the Gamma Node.Thomas Dinges
2015-12-07Cycles: Fold Value and RGB node as well.Thomas Dinges
2015-12-05Cycles: Implement extrapolation for RGB curvesSergey Sharybin
2015-11-25Cycles: Refactor of constant fold.Thomas Dinges
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2015-11-18Cycles / Shader graph: Fallback to Sharp closures for very small roughness.Thomas Dinges
2015-10-08Cycles: Add an interpolation option to environment texturesLukas Stockner
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-07-18Cycles: Add voxel texture sampler shader nodeSergey Sharybin
2015-06-12Cycles: Remove Bump Node from the graph, if Height input is not connected.Thomas Dinges
2015-06-02Fix T44922: Split kernel renders black when using Bump nodeSergey Sharybin
2015-06-01Cycles: Implement selective nodes compilationSergey Sharybin
2015-06-01Cycles: Shader node features are to be inherited from the base classSergey Sharybin
2015-05-09Cycles: Initial work towards selective nodes support compilationSergey Sharybin
2015-05-05Cycles: Use curve approximation for blackbody instead of lookup tableSv. Lockal
2015-04-20Cycles: Synchronize images after building mesh BVHSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-06-14Cycles: Ashikhmin-Shirley anisotropic BSDFKarsten Schwenk
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-05-30Cleanup: Remove unused total power Emission code in Cycles, that was never ex...Thomas Dinges
2014-05-07Cycles: add support for "Use Alpha" option on image datablocks.Carlo Andreacchio
2014-04-04Cycles volume: detect homogeneous volume automatically in common cases.Brecht Van Lommel
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-11-28Cycles: experimental OSL ptex reading code.Brecht Van Lommel