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-10-11Fix T53048: OSL Volume is broken in Blender 2.79Sergey Sharybin
2017-08-20Code cleanup: deduplicate some bsdf node methods.Brecht Van Lommel
2017-08-20Cycles: support baking normals plugged into BSDFs, averaged with closure weight.Brecht Van Lommel
2017-07-12Cycles: Enable SSS from Principled BSDF only when actually in useMai Lavelle
2017-06-21Fix T51849: change Cycles clearcoat gloss to roughness.Brecht Van Lommel
2017-06-13Fix T51791: Point Density doesn't work on GPUHristo Gueorguiev
2017-05-18Fix T51408: Cycles - Principled BSDF Shader - Transparency is not working as ...Pascal Schoen
2017-04-21Cycles: Make it a generic base class for all types of closure nodesSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Remove meaningless volume shadersSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-22Cycles: fixed warningsStefan Werner
2017-02-27Cycles: Experiment with replacing Sharp Glossy with GGX when Filter Glossy is...Sergey Sharybin
2016-10-30Cycles: Add smoothing option to the Brick TextureLukas Stockner
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-05Cycles: Fix unreported - Missing node group for the Camera NodeLukas Stockner
2016-07-31Cycles: constant folding for RGB/Vector Curves and Color Ramp.Alexander Gavrilov
2016-07-31Fix Cycles OpenCL not always allocating enough space for closures.Brecht Van Lommel
2016-07-27Cycles: Style, placement of asteric in pointersSergey Sharybin
2016-07-21Fix Cycles OSL script node not working in shader using bump, after node type ...Brecht Van Lommel
2016-07-18Cycles: add ConstantFolder class for constant folding boilerplate.Alexander Gavrilov
2016-06-21Cycles: Deduplicate Vector and RGB Curve nodesLukas Stockner
2016-06-19Cycles: add constant folding for more color operation nodes.Alexander Gavrilov
2016-06-18Fix T48671: Cycles crash with OSL nodes and bump after recent refactoring.Brecht Van Lommel
2016-06-12Fix Cycles debug build assert on some platforms, tighten checks to avoid this...Brecht Van Lommel
2016-06-11Cycles: nodify shader nodesBrecht Van Lommel
2016-05-29Code refactor: store ShaderNode enums as enum rather than ustring.Brecht Van Lommel
2016-05-29Code refactor: centralize OSL node creation in shader manager.Brecht Van Lommel
2016-05-29Code refactor: pass ShaderInput to constant_fold, so it supports arbitrary ty...Brecht Van Lommel
2016-05-29Code refactor: add separate RGB to BW node and rename some sockets.Brecht Van Lommel
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-23Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-05-23Cycles: Fix missing feature reported by the Volume nodeSergey Sharybin
2016-05-19Cycles: Add XML parsing of MappingNodes to Cycles StandaloneLukas Stockner
2016-05-17Code 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