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-08-18Swap Eevee material output with (Cycles) Material OutputDalai Felinto
2017-08-01Render: make Cycles and Evee support each other's output material nodes.Brecht Van Lommel
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-08Cycles: recognize Eevee material output.Brecht Van Lommel
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-03-31Cycles: Solve threading conflict in shader synchronizationSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Optimize shaders earlier to skip unneccessary attributes for noninter...Lukas Stockner
2017-02-12Cycles: Don't use built-in API for image sequences in preview modeSergey Sharybin
2017-01-25Fix T50032: Wrong render result when same image is used with and without alphaSergey Sharybin
2016-10-24Cycles: Remove explicit std:: from types where possibleSergey Sharybin
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-08-04Cycles: copy shader node names over in the blender sync code.Alexander Gavrilov
2016-07-10Cycles: Fix failed assert with isotropic Ashikhmin-Shirley distribution in th...Lukas Stockner
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
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-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-05-17Code refactor: use dynamic shader node array lengths now that OSL supports them.Brecht Van Lommel
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-05-01Fix Cycles external OSL shader not working with relative file paths.Brecht Van Lommel
2016-04-29Fix T48298: Cycles World environment Texture node, movie doesn't update frameSergey Sharybin
2016-04-05Revert "Cycles: Remove the Preetham Sky model."Thomas Dinges
2016-04-03Cycles: Remove the Preetham Sky model.Thomas Dinges
2016-02-16Cycles: Some cleanup, should be no functional changesSergey Sharybin
2016-02-13Cycles: Remove meaningless expressionSergey Sharybin
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2016-02-11Cycles: Remove some ifdefs for OSL < 1.7.1.Thomas Dinges
2016-02-10Cycles: Cleanp, avoid direct calls of RNA_enum_get, we've got utility for thatSergey Sharybin
2016-02-04Cycles: Implement approximate reflectance profilesSergey Sharybin
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2016-01-26Fix T47214: Keyed Particles don't render correctly when used for point densit...Sergey Sharybin
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-05Cycles: Implement extrapolation for RGB curvesSergey Sharybin
2015-11-25Cycles: Create proper sockets for OSL script nodesSergey Sharybin
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-11-23Fix T46842: Removing World is missing AO update in viewport renderSergey Sharybin
2015-10-10Revert "Fix T46406: Cycles ignores default socket value associated with group...Brecht Van Lommel
2015-10-08Cycles: Cleanup, whitespace around keywordsSergey Sharybin
2015-10-08Fix T46407: Enabling OSL breaks Vector Transform nodeSergey Sharybin