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-08-28Fix T49163: let Cycles only hide particles with missing motion data, not regu...Brecht Van Lommel
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-05-28Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-04-20Cycles: Multi-thread object transform updateSergey Sharybin
2015-06-01Fix T44908: Blender crashes when trying to use cycles experimental displacementSergey Sharybin
2015-01-19Fix T43311: using displacement shader crashes blenderSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-03Cycles: Decouple object flags update to a separate update stepSergey Sharybin
2014-05-09Fix T39585: cycles motion vector pass problem with curves.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-02-25Fix T38811: Cycles particle ids are inconsistent when using multiple particle...Lukas Tönne
2014-02-02Code cleanup / Cycles: Remove unused "curverender" variable from Object class...Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-10-17Fix cycles motion blur not working correct with shutter time > 2.0. The softBrecht Van Lommel
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-08-31Fix for #32184 and redesign of particle storage in Cycles.Lukas Toenne
2012-07-26Added a particle index output to the Particle Info Cycles node. This is requi...Lukas Toenne
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-06-03Cycles: different fix for object info random range issue.Brecht Van Lommel
2012-05-29Fix #31556: cycles object info random value was not properly randomized forBrecht Van Lommel
2012-05-21Cycles: add Object Info node, with outputs object location, object/materialBrecht Van Lommel
2012-05-02Fix #31168: cycles mask layer should only affect objects for camera rays.Brecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-01-25Cycles: Render PassesBrecht Van Lommel
2011-09-01Cycles:Brecht Van Lommel
2011-05-03Cycles: first batch of windows build fixes, not quite there yet.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal