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
2015-06-22Cycles: Respect duplicator's object motion blur settingsSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-13Add an option to mesh.calc_tessface() to get rid of polygons and loopsSergey Sharybin
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-04-22Fix T39833: Nurbs CrashBastien Montagne
2014-04-13Split Normals I (5/5): Add support of split normals to Cycles.Bastien Montagne
2014-03-29Cycles: add "density", "flame" and "color" attributes for smoke domains.Brecht Van Lommel
2014-03-29Cycles: add per object options to disable motion blur and set deformation mot...Brecht Van Lommel
2014-02-13Fix issue in recent bugfix, did not work with multiple sessions (preview rend...Brecht Van Lommel
2014-02-13Fix T38332, Fix T38607: cycles render crash with motion blur.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-05-17Code cleanup / Cycles:Thomas Dinges
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-03-29misc minor edits.Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-16Movies support for CyclesSergey Sharybin
2013-01-03Cycles Hair: add Generated texture coordinates for curves, so that proceduralBrecht Van Lommel
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-04Fix #33405: preview render getting stuck in a particular .blend file, ObjectKeyBrecht Van Lommel
2012-11-09code cleanup: double promotion warnings with new bevel code & wrong use of NU...Campbell Barton
2012-11-08Fix #33113: cycles not rendering motion blur correct with dying particles.Brecht Van Lommel
2012-11-03Cycles: use mikktspace now for computing tangents from UV maps. This avoids uglyBrecht Van Lommel
2012-11-02RNA C++: fixes for lookup_int/lookup_string which were not working in some ca...Brecht Van Lommel
2012-10-22RNA C++ API improvementsSergey Sharybin
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-09-23fix for incorrect declaration rna_Object_free_duplilist() in cycles.Campbell Barton
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-31Added a bunch of additional particle state attributes to the Cycles particle ...Lukas Toenne
2012-08-31Fix for #32184 and redesign of particle storage in Cycles.Lukas Toenne
2012-06-25Fix cycles not working in 3d local view, and missing update when toggling hidingBrecht Van Lommel
2012-06-10Fix #31747, broken image sequence loading after r47432.Lukas Toenne
2012-06-09style cleanup: block commentsCampbell Barton
2012-06-04Cycles: support for image sequences in image/environment texture node.Brecht Van Lommel
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-03-26Cycles: add ColorRamp node.Brecht Van Lommel
2011-11-16Fix #29292: cycles not loading linked image datablocks correctly.Brecht Van Lommel
2011-11-08Cycles:Brecht Van Lommel
2011-10-16Cycles: fix F12 render not using render resolution for modifiers.Brecht Van Lommel
2011-08-22Cycles:Brecht Van Lommel
2011-05-31Cycles: fix sync issue with group instances.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