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
2019-04-25Merge branch 'blender2.7'Brecht Van Lommel
2019-04-25Fix for Cycles UV adaptive subdivision after float2 changes.Alex Fuller
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Fix T62758: hair curves with UV mapped textures renders wrong.Jacques Lucke
2019-03-05Cleanup: add asserts to catch cases where wrong attribute type is used.Brecht Van Lommel
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-03-01Cycles volume: fast empty space optimization by generating a tight meshKévin Dietrich
2018-02-23Code refactor: improve attribute handling for optional volume attributes.Brecht Van Lommel
2018-02-23Smoke: add temperature grid, with values 0..1 corresponding to 0..1000K.Brecht Van Lommel
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-13Cycles: Implement index output for hair nodeSergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-10-11Cycles: Add utility function to remove given attributeSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-02-17Fix T47447: Cycles crash when reaching texture limit with 3D texturesSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-10Cycles: implement pointiness geometry attributeSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-05-21Fix for uninitialized memory use in CyclesCampbell Barton
2014-04-13Split Normals I (5/5): Add support of split normals to Cycles.Bastien Montagne
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-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: add support for motion vertex attributes.Brecht Van Lommel
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-11-28Cycles: add ptex face ID and UV attributes.Brecht Van Lommel
2013-09-16Code cleanup / Cycles:Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Updates for the Cycle Hair UI. With the following changesStuart Broadfoot
2013-04-05Code cleanup / Cycles / Object Attributes:Thomas Dinges
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-03Cycles: use mikktspace now for computing tangents from UV maps. This avoids uglyBrecht Van Lommel
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-09-05Fix for attribute lookup in OSL. This uses a map in the OSL globals instead o...Lukas Toenne
2012-09-05Cycles fix: particle standard attribute had no name conversion yet.Lukas Toenne
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-02-28Cycles: fix msvc compile warning, patch by Jason Wilkins.Brecht Van Lommel
2011-05-31Cycles: more opencl fixes.Brecht Van Lommel