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-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
2014-03-29Cycles code internals: add CPU kernel support for 3D image textures.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles: add support for curve deformation motion blur.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: add motion sampled normals attribute.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-29Cycles code refactor: add support for motion vertex attributes.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-03-26Fix for build error in Cycles standalone caused by new DeviceDrawParamsLukas Tönne
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2014-03-23Code cleanup: Move AA Samples variable, this is not exclusive to Branched Path.Thomas Dinges
2014-03-15Cycles: Direct multi light sampling in the Branched Path Integrator is option...Thomas Dinges
2014-03-13Fix T39146: recent cycles CUDA regression in fix for T39114.Brecht Van Lommel
2014-03-12Fix T39114: cycles lamp ray visibility not working.Brecht Van Lommel
2014-03-10Cycles: Option to Sample all Lights in the Branched Path integrator for indir...Thomas Dinges
2014-03-08Cycles: Compile fix and some cleanup for the Image interpolation commit.Thomas Dinges
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2014-03-07Cycles: Use Displacement type in OSL ShadingSystem.Thomas Dinges