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
2013-01-10Fix too bright result in background multiple importance after recent changes.Brecht Van Lommel
2013-01-10Cycles: different fix for perlin noise generating nan values, now check forBrecht Van Lommel
2013-01-10Cycles: multiple importance sampling for lamps, which helps reduce noise forBrecht Van Lommel
2013-01-08Fix for recent tile_order feature not working properly with persistent dataSergey Sharybin
2013-01-07Cycles / Tile Rendering:Thomas Dinges
2013-01-06device_network.cpp is completely elided when WITH_NETWORK is not defined, so ...Jason Wilkins
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-04Silent "no previous prototype" warning, which was treating as error hereSergey Sharybin
2013-01-03Fix CUDA build error after last commit, and remove some comments.Brecht Van Lommel
2013-01-03Cycles Hair: add Generated texture coordinates for curves, so that proceduralBrecht Van Lommel
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
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-01Fix for normal scaling when using triangle primitives for hair.Stuart Broadfoot
2013-01-01Fix to prevent undefined normals being generated with `add_face_normals()', f...Stuart Broadfoot
2013-01-01Highlight currently rendering tilesSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-29Cycles Hair:Thomas Dinges
2012-12-29Fix for last commit, hair settings panel should also check on psys. Thomas Dinges
2012-12-28Fix OSL distance() of point to line segment function not being available,Brecht Van Lommel
2012-12-28Cycles Hair UI:Thomas Dinges
2012-12-28Fix cycles python error in some panels, was not updated for new list template...Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-27Fix part of #33662: cycles crash using displacement on meshes with vertices notBrecht Van Lommel
2012-12-23Fix cycles displacement not working well with OSL and multiple objects.Brecht Van Lommel
2012-12-23Cycles: deal a bit better with errors when CUDA runs out of memory, try to av...Brecht Van Lommel
2012-12-23Fix #33641: cycles self intersection artifacts with motion blur and one of theBrecht Van Lommel
2012-12-22Cycles OSL: handle new getattribute constant folding with renderstate NULL ch...Brecht Van Lommel
2012-12-21Cycles: merge some changes from a local branch to bring network rendering a bitBrecht Van Lommel
2012-12-21Cycles: add some extra CUDA nvcc paths for runtime compile, might help for #3...Brecht Van Lommel
2012-12-21Fix cycles aliasing warnings caused by motion blur transforms.Brecht Van Lommel
2012-12-21patches from fedora:Campbell Barton
2012-12-20Cycles: reduce memory usage of instanced objects by about 40%, as long as theBrecht Van Lommel
2012-12-20Cycles OSL: diffuse_toon and specular_toon closures. These are toon shaders withBrecht Van Lommel
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16Cycles: add "Textures" panel in particle properties, to make it possble to addBrecht Van Lommel
2012-12-16Cycles OSL: small optimization to geometry node, tangent output still wasBrecht Van Lommel
2012-12-16Fix cycles build error with OSL disabled.Brecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-14Cycles: make "Open Shading Language" a boolean toggle, the other option "GPU ...Brecht Van Lommel
2012-12-13Cycles: shuffle addon import statements a bit to try to fix a strange importBrecht Van Lommel
2012-12-12Cycles: disable scaling up of ray differentials after diffuse/glossy bounce, ...Brecht Van Lommel
2012-12-12Fix #33486: cycles CPU image textures were offset wrong by half a pixel comparedBrecht Van Lommel
2012-12-12Fix #33485: cycles OSL now autodetects the presence of emission and transparentBrecht Van Lommel
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11OSL Shader Files:Thomas Dinges
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel