2019-03-05 |
Brecht Van Lommel | Fix Cycles bug rendering with multiple UV maps after... |
blob | commitdiff | raw |
2019-03-05 |
Brecht Van Lommel | Cycles: Added Float2 attribute type. |
blob | commitdiff | raw | diff to current |
2019-02-13 |
Brecht Van Lommel | Fix T61502: Cycles wrong other object texture coordinat... |
blob | commitdiff | raw |
2019-01-14 |
Alex Fuller | Fix Cycles node definition typos and incorrect enum... |
blob | commitdiff | raw | diff to current |
2018-12-11 |
Sergey Sharybin | Cycles: Cleanup, indentation |
blob | commitdiff | raw | diff to current |
2018-08-24 |
Sergey Sharybin | Cycles: Cleanup, style |
blob | commitdiff | raw | diff to current |
2018-07-18 |
L. E. Segovia | Cycles: add Principled Hair BSDF. |
blob | commitdiff | raw | diff to current |
2018-07-14 |
charlie | Cycles: add voronoi features and distance settings... |
blob | commitdiff | raw | diff to current |
2018-07-13 |
Charlie Jolly | Nodes: add sqrt, ceil, floor and fract to math nodes. |
blob | commitdiff | raw | diff to current |
2018-07-06 |
Campbell Barton | Cleanup: strip trailing space for cycles |
blob | commitdiff | raw | diff to current |
2018-06-29 |
Brecht Van Lommel | Cycles: change AO node default to 16 samples and only... |
blob | commitdiff | raw | diff to current |
2018-06-24 |
Brecht Van Lommel | Cycles: change AO node color default to 1.0. |
blob | commitdiff | raw | diff to current |
2018-06-15 |
Lukas Stockner | Cycles: change Ambient Occlusion shader to output colors. |
blob | commitdiff | raw | diff to current |
2018-06-14 |
Lukas Stockner | Cycles: Query XYZ to/from Scene Linear conversion from... |
blob | commitdiff | raw | diff to current |
2018-05-26 |
Lukas Stockner | Cycles: Add Support for IES files as textures for light... |
blob | commitdiff | raw | diff to current |
2018-05-24 |
Lukas Stockner | Cycles/Compositor: Add arctan2 operation to the Math... |
blob | commitdiff | raw | diff to current |
2018-04-29 |
Lukas Stockner | Cycles: Cleanup: Remove double semicolons |
blob | commitdiff | raw | diff to current |
2018-03-12 |
Brecht Van Lommel | Cycles: add constant folding to displacement nodes. |
blob | commitdiff | raw | diff to current |
2018-03-10 |
Brecht Van Lommel | Cycles: switch to squared roughness convention for... |
blob | commitdiff | raw | diff to current |
2018-03-10 |
Brecht Van Lommel | Code refactor: make Transform always affine, dropping... |
blob | commitdiff | raw | diff to current |
2018-02-27 |
Brecht Van Lommel | Code cleanup: refactor Cycles image metadata retrieval... |
blob | commitdiff | raw | diff to current |
2018-02-23 |
Brecht Van Lommel | Cycles: add Principled Volume shader. |
blob | commitdiff | raw | diff to current |
2018-02-23 |
Brecht Van Lommel | Code refactor: improve attribute handling for optional... |
blob | commitdiff | raw | diff to current |
2018-02-21 |
Brecht Van Lommel | Code cleanup: fix incorrect socket names in hair and... |
blob | commitdiff | raw | diff to current |
2018-02-14 |
Brecht Van Lommel | Cycles: restore Particle Info Index for now, keep it... |
blob | commitdiff | raw | diff to current |
2018-02-14 |
Brecht Van Lommel | Cycles: change Index output of Hair and Particle Info... |
blob | commitdiff | raw | diff to current |
2018-02-13 |
Sergey Sharybin | Cycles: Implement index output for hair node |
blob | commitdiff | raw | diff to current |
2018-02-09 |
Brecht Van Lommel | Cycles: add random walk subsurface scattering to Princi... |
blob | commitdiff | raw | diff to current |
2018-02-09 |
Brecht Van Lommel | Cycles: random walk subsurface scattering. |
blob | commitdiff | raw | diff to current |
2018-02-03 |
Brecht Van Lommel | Cycles: add Vector Displacement node and extend Displac... |
blob | commitdiff | raw | diff to current |
2018-01-23 |
Brecht Van Lommel | Cycles: change material output displacement to vector. |
blob | commitdiff | raw | diff to current |
2018-01-23 |
Brecht Van Lommel | Cycles: add Displacement node. |
blob | commitdiff | raw | diff to current |
2017-11-07 |
Brecht Van Lommel | Cycles: add bevel shader, for raytrace based rounded... |
blob | commitdiff | raw | diff to current |
2017-08-20 |
Brecht Van Lommel | Code cleanup: deduplicate some bsdf node methods. |
blob | commitdiff | raw | diff to current |
2017-08-20 |
Brecht Van Lommel | Cycles: support baking normals plugged into BSDFs,... |
blob | commitdiff | raw | diff to current |
2017-07-20 |
Brecht Van Lommel | Fix T52135: Cycles should not keep generated/packed... |
blob | commitdiff | raw | diff to current |
2017-07-12 |
Mai Lavelle | Cycles: Enable SSS from Principled BSDF only when actua... |
blob | commitdiff | raw | diff to current |
2017-06-21 |
Brecht Van Lommel | Fix T51849: change Cycles clearcoat gloss to roughness. |
blob | commitdiff | raw | diff to current |
2017-05-18 |
Pascal Schoen | Fix T51408: Cycles - Principled BSDF Shader - Transpare... |
blob | commitdiff | raw | diff to current |
2017-04-27 |
Stefan Werner | Unlimited number of textures for Cycles |
blob | commitdiff | raw | diff to current |
2017-04-21 |
Sergey Sharybin | Cycles: Make it a generic base class for all types... |
blob | commitdiff | raw | diff to current |
2017-04-18 |
Pascal Schoen | Squashed commit of the following: |
blob | commitdiff | raw | diff to current |
2017-03-29 |
Sergey Sharybin | Cycles: Make all #include statements relative to cycles... |
blob | commitdiff | raw | diff to current |
2017-02-27 |
Sergey Sharybin | Cycles: Forgot this in previous commit |
blob | commitdiff | raw | diff to current |
2017-02-27 |
Sergey Sharybin | Cycles: Add more logs about what's going on in shader... |
blob | commitdiff | raw | diff to current |
2017-02-27 |
Sergey Sharybin | Cycles: Experiment with replacing Sharp Glossy with... |
blob | commitdiff | raw | diff to current |
2017-01-25 |
Sergey Sharybin | Fix T50032: Wrong render result when same image is... |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Sergey Sharybin | Cycles: Expose diffuse and glossy depth to Light Path... |
blob | commitdiff | raw | diff to current |
2016-12-06 |
Sergey Sharybin | Cycles :Cleanup, indentation |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Sergey Sharybin | Fix T50100: Cycles SeparateRGBNode Red socket defined... |
blob | commitdiff | raw | diff to current |
2016-10-30 |
Lukas Stockner | Cycles: Add smoothing option to the Brick Texture |
blob | commitdiff | raw | diff to current |
2016-10-24 |
Sergey Sharybin | Cycles: Cleanup, style |
blob | commitdiff | raw | diff to current |
2016-10-01 |
Alexander Gavrilov | Cycles: implement partial constant folding for exponent... |
blob | commitdiff | raw | diff to current |
2016-09-11 |
Mai Lavelle | Cycles: Fix bump mapping to use object space when used... |
blob | commitdiff | raw | diff to current |
2016-08-22 |
Alexander Gavrilov | Fix T49136: full constant Curves with zero Fac input... |
blob | commitdiff | raw | diff to current |
2016-08-02 |
Alexander Gavrilov | Cycles: add folding for redundant A to B to A conversions. |
blob | commitdiff | raw | diff to current |
2016-07-31 |
Alexander Gavrilov | Cycles: constant fold add/mul type nodes with known... |
blob | commitdiff | raw | diff to current |
2016-07-31 |
Alexander Gavrilov | Cycles: constant folding for RGB/Vector Curves and... |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Brecht Van Lommel | Fix use of uninitialized variable in Cycles, mostly... |
blob | commitdiff | raw | diff to current |
2016-07-27 |
Sergey Sharybin | Cycles: Some minor tweaks to emission sharder |
blob | commitdiff | raw | diff to current |
2016-07-21 |
Brecht Van Lommel | Fix Cycles OSL script node not working in shader using... |
blob | commitdiff | raw | diff to current |
2016-07-18 |
Alexander Gavrilov | Cycles: add ConstantFolder class for constant folding... |
blob | commitdiff | raw | diff to current |
2016-07-14 |
Brecht Van Lommel | Code cleanup: show unused arguments names for ShaderNod... |
blob | commitdiff | raw | diff to current |
2016-07-03 |
Brecht Van Lommel | Fix T48783: OSL render errors after recent refactoring. |
blob | commitdiff | raw | diff to current |
2016-07-02 |
Campbell Barton | Cleanup: comment blocks |
blob | commitdiff | raw | diff to current |
2016-06-23 |
Lukas Stockner | Cycles: Add multi-scattering, energy-conserving GGX... |
blob | commitdiff | raw | diff to current |
2016-06-22 |
Lukas Stockner | Cycles: Fix crash with Environment Texture and OSL |
blob | commitdiff | raw | diff to current |
2016-06-20 |
Lukas Stockner | Cycles: Deduplicate Vector and RGB Curve nodes |
blob | commitdiff | raw | diff to current |
2016-06-19 |
Alexander Gavrilov | Cycles: add constant folding for more color operation... |
blob | commitdiff | raw | diff to current |
2016-06-19 |
Brecht Van Lommel | Code refactor: small code simplification for Cycles... |
blob | commitdiff | raw | diff to current |
2016-06-19 |
Brecht Van Lommel | Fix Cycles OSL image texture issue after recent refactor. |
blob | commitdiff | raw | diff to current |
2016-06-18 |
Brecht Van Lommel | Fix broken combine XYZ node after recent refactoring. |
blob | commitdiff | raw | diff to current |
2016-06-18 |
Brecht Van Lommel | Fix T48671: Cycles crash with OSL nodes and bump after... |
blob | commitdiff | raw | diff to current |
2016-06-17 |
Lukas Stockner | Fix T48657: Incorrect render with Cycles (CPU) using... |
blob | commitdiff | raw | diff to current |
2016-06-13 |
Thomas Dinges | Fix typo in variable name as well. |
blob | commitdiff | raw | diff to current |
2016-06-13 |
Stefan Werner | Cycles: fixed a typo that would crash shaders that... |
blob | commitdiff | raw | diff to current |
2016-06-12 |
Brecht Van Lommel | Fix Cycles debug build assert on some platforms, tighte... |
blob | commitdiff | raw | diff to current |
2016-06-11 |
Thomas Dinges | Cleanup, remove unneeded variable. |
blob | commitdiff | raw | diff to current |
2016-06-11 |
Thomas Dinges | Fix compiler warning for unused variables. |
blob | commitdiff | raw | diff to current |
2016-06-11 |
Brecht Van Lommel | Cycles: make shader node enums consistently lower case... |
blob | commitdiff | raw | diff to current |
2016-06-11 |
Thomas Dinges | Fix Gradient Texture and OSL after refactor. |
blob | commitdiff | raw | diff to current |
2016-06-11 |
Brecht Van Lommel | Cycles: nodify shader nodes |
blob | commitdiff | raw | diff to current |
2016-06-04 |
Thomas Dinges | Fix T48587, constant fold should only be done for Mix... |
blob | commitdiff | raw | diff to current |
2016-05-29 |
Brecht Van Lommel | Code refactor: store ShaderNode enums as enum rather... |
blob | commitdiff | raw | diff to current |
2016-05-29 |
Brecht Van Lommel | Code refactor: centralize OSL node creation in shader... |
blob | commitdiff | raw | diff to current |
2016-05-29 |
Brecht Van Lommel | Code refactor: pass ShaderInput to constant_fold, so... |
blob | commitdiff | raw | diff to current |
2016-05-29 |
Brecht Van Lommel | Code refactor: add separate RGB to BW node and rename... |
blob | commitdiff | raw | diff to current |
2016-05-28 |
Brecht Van Lommel | Code refactor: make ShaderNode match Node a bit more... |
blob | commitdiff | raw | diff to current |
2016-05-22 |
Brecht Van Lommel | Fix Cycles compile errors with GCC due to double promot... |
blob | commitdiff | raw | diff to current |
2016-05-22 |
Brecht Van Lommel | Code refactor: add generic Cycles node infrastructure. |
blob | commitdiff | raw | diff to current |
2016-05-19 |
Lukas Stockner | Cycles: Add XML parsing of MappingNodes to Cycles Stand... |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Brecht Van Lommel | Cleanup code style inconsistency in last commits. |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Brecht Van Lommel | Code refactor: use dynamic shader node array lengths... |
blob | commitdiff | raw | diff to current |
2016-05-11 |
Thomas Dinges | Cycles: Add support for single channel float textures... |
blob | commitdiff | raw | diff to current |
2016-05-08 |
Brecht Van Lommel | Code cleanup: use special type instead of node names. |
blob | commitdiff | raw | diff to current |
2016-05-07 |
Brecht Van Lommel | Fix T48368: Cycles mix RGB constant folding bug after... |
blob | commitdiff | raw | diff to current |
2016-05-05 |
Sergey Sharybin | Cycles: Comment out unused function arguments |
blob | commitdiff | raw | diff to current |
2016-05-05 |
Brecht Van Lommel | Code cleanup: simplify SVM stack assignment. |
blob | commitdiff | raw | diff to current |
2016-05-05 |
Brecht Van Lommel | Code refactor: reduce special node types, use generic... |
blob | commitdiff | raw | diff to current |
2016-04-05 |
Thomas Dinges | Revert "Cycles: Remove the Preetham Sky model." |
blob | commitdiff | raw | diff to current |
next |