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-19Cycles: Support half and half4 textures.Thomas Dinges
2016-06-18Fix broken combine XYZ node after recent refactoring.Brecht Van Lommel
2016-06-18Fix T48671: Cycles crash with OSL nodes and bump after recent refactoring.Brecht Van Lommel
2016-06-17Fix T48657: Incorrect render with Cycles (CPU) using textureLukas Stockner
2016-06-13Fix typo in variable name as well.Thomas Dinges
2016-06-13Cycles: fixed a typo that would crash shaders that use the "Is Diffuse Ray" o...Stefan Werner
2016-06-13Cycles: Fix unhandled enumerator in OSL switchSergey Sharybin
2016-06-12Fix Cycles debug build assert on some platforms, tighten checks to avoid this...Brecht Van Lommel
2016-06-12Cleanup, remove unneeded variable.Thomas Dinges
2016-06-12Fix compiler warning for unused variables.Thomas Dinges
2016-06-12Cycles: make shader node enums consistently lower case, update OSL shaders ac...Brecht Van Lommel
2016-06-11Fix Gradient Texture and OSL after refactor.Thomas Dinges
2016-06-11Cycles: nodify shader nodesBrecht Van Lommel
2016-06-07Cycles: Fix regression introduced in c96a4c8Mai Lavelle
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-06-04Fix T48587, constant fold should only be done for Mix Type.Thomas Dinges
2016-05-31Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-05-31Cycles: Fixes for recent refactorSergey Sharybin
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle
2016-05-31Added parameters IOR and Transparency for refractionsPascal Schoen
2016-05-31Fix broken Cycles curve motion radius after recent refactor, and fix warnings.Brecht Van Lommel
2016-05-30Added an additional normal for the clearcoatPascal Schoen
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-29Code refactor: minor node and node type utility functions and changes.Brecht Van Lommel
2016-05-28Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-28Code refactor: nodify Cycles camera and fix some mistakes in XML node read.Brecht Van Lommel
2016-05-28Cleanup: Further tweaks for consistency and simplifications.Thomas Dinges
2016-05-28Cleanup: Simplify and de-duplicate assignements in the ImageManager constructor.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-25Cycles: Yet another fix for textures limitSergey Sharybin
2016-05-24Cycles: Fix wrong cuda textures limitsSergey Sharybin
2016-05-24Cycles: Fix wrong render results when using multiple OpenCL devicesSergey Sharybin
2016-05-24Disney node can be used without SVM and started to cleanup the OSL implementa...Pascal Schoen
2016-05-24added output parameter to the DisneyBsdfNodePascal Schoen
2016-05-24removed BsdfNode class inheritance for DisneyBsdfNodePascal Schoen
2016-05-24added the disney brdf as a shader nodePascal Schoen
2016-05-24added vessel for disney diffuse shaderPascal Schoen
2016-05-23Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-05-23Fixed a rare case of NaN in CyclesStefan Werner
2016-05-23Cycles: Fix missing feature reported by the Volume nodeSergey Sharybin
2016-05-23Cycles: Fix missing volumes support for feature-adaptive viewport renderSergey Sharybin
2016-05-23Cleanup: Deduplicate image loading functions using templates.Thomas Dinges
2016-05-22Cleanup: Use short condition style.Thomas Dinges
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel