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
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-06-13Cycles: Support builtin images for OSL shading backendSergey Sharybin
2014-06-09Fix cycles CUDA error when trying to use >= 100 image textures.Brecht Van Lommel
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-06-05Fix T40429: cycles CUDA + use persistent images problem.Brecht Van Lommel
2014-06-01Cycles: Small optimization for scenes without Transparent Shaders, helps a fe...Thomas Dinges
2014-05-30Cleanup: Remove unused total power Emission code in Cycles, that was never ex...Thomas Dinges
2014-05-26Fix T40306: cycles baking not distributing work among CPU cores well.Brecht van Lommel
2014-05-21Fix for uninitialized memory use in CyclesCampbell Barton
2014-05-19Fix T40262: cycles GPU bake crash due to kernels not loaded, randomly due to ...Brecht Van Lommel
2014-05-19Fix T39764: cycles not rendering EXR image textures with 5 channels (RGBA + Z).Brecht Van Lommel
2014-05-19Fix T40195: cycles smoke + persistent images animation render not working cor...Brecht Van Lommel
2014-05-19Remove two unnecessary includes.Nathan Letwory
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-12Cleanup: Remove unused hardcoded variables in the integrator.Thomas Dinges
2014-05-12Cleanup: Some else if for attribute code.Thomas Dinges
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-05-09Fix T39585: cycles motion vector pass problem with curves.Brecht Van Lommel
2014-05-08Cycles-Bake: displacement support (fix T40068)Dalai Felinto
2014-05-08Fix T40079: cycles crash with objects that have hair motion blur, but no tria...Brecht Van Lommel
2014-05-07Nodes: add absolute value operation to all math nodesMatt Heimlich
2014-05-07Cycles: add support for "Use Alpha" option on image datablocks.Carlo Andreacchio
2014-05-06Fix possible NULL pointer dereference in CyclesCampbell Barton
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-04Code cleanup: avoid int/uint mixup in cyclesCampbell Barton
2014-05-03Cycles BakeDalai Felinto
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-05-02Cleanup: Remove unused variables.Thomas Dinges
2014-04-26Cycles: avoid some CUDA performance on scenes without deformation motion blur.Brecht Van Lommel
2014-04-21Fix T39793: cycles SVM shading bug with tangled up nodes after recent optimiz...Brecht Van Lommel
2014-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-04-21Cycles: add Transparent Depth output to Light Path node.Carlo Andreacchio
2014-04-21Code cleanup: add some asserts and fix a typo in BVH build.John Pavel
2014-04-21Fix new Cycles UV Map node not working correct for bump mapping.Kevin Dietrich
2014-04-18Cycles: SVM optimization for mix shaders, to skip more code when the mix weightBrecht Van Lommel
2014-04-16Fix cycles standalone file saving not taking number of samples into account p...Brecht Van Lommel
2014-04-15Fix cycles standalone not writing images in background mode properly.Brecht Van Lommel
2014-04-14Fix cycles standalone not saving renders in background mode.Brecht Van Lommel
2014-04-13Split Normals I (5/5): Add support of split normals to Cycles.Bastien Montagne
2014-04-05Fix for auto detect homogeneous volume with OSL, forgot to include this file ...Brecht Van Lommel
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-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-29Fix scons CUDA build and compile error with more strict compilers.Brecht Van Lommel
2014-03-29Cycles: add "density", "flame" and "color" attributes for smoke domains.Brecht Van Lommel
2014-03-29Cycles code internals: add support for mesh voxel grid attributes.Brecht Van Lommel
2014-03-29Fix: cycles volume emission incorrectly enabling surface importance sampling.Brecht Van Lommel