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-02-04Cycles / OSL:Thomas Dinges
2013-02-03Fix #34087: cycles shadow pass not properly normalized for non-progressive in...Brecht Van Lommel
2013-02-02Cycles Hair: Fixed hair shape and inclusion of multiple attributes for triang...Stuart Broadfoot
2013-02-01Fix an issue with the new cycles lamp MIS option not working correct withBrecht Van Lommel
2013-02-01Fix cycles computing UV map tangents when they weren't needed.Brecht Van Lommel
2013-01-31OSL 1.3x / Windows 64:Thomas Dinges
2013-01-31Attempt to fix cycles OSL link error on windows 64 bit.Brecht Van Lommel
2013-01-31Fix cycles windows link errors when building with OSL master branch.Brecht Van Lommel
2013-01-30Fix #33984: cycles shadow pass problem with CUDA.Brecht Van Lommel
2013-01-30Cycles: make multiple importance sampling for lamps an option per lamp now,Brecht Van Lommel
2013-01-30Cycles material preview: fix for generated/packed/movie filesSergey Sharybin
2013-01-29Cycles: collapse preview render panel by default. It's a matter of personalBrecht Van Lommel
2013-01-29Cycles Hair: Addition of render settings and static BVH strand width scalingStuart Broadfoot
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-25Fix cycles crash that happened with mesh emission and diffuse/glossy rayBrecht Van Lommel
2013-01-23Cycles Hair: Multiple vertex colours and UV coordinatesStuart Broadfoot
2013-01-23Fix #33915: tweak self intersection epsilon for motion blur a bit further, stillBrecht Van Lommel
2013-01-23Fix #33905: cycles crash with bsdf node plugged twice into add shader.Brecht Van Lommel
2013-01-23Cycles:Thomas Dinges
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-22Cycles:Thomas Dinges
2013-01-21Cycles Hair: Fix of cardinal curve intersection routineStuart Broadfoot
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-18Cycles Test App:Thomas Dinges
2013-01-17Cycles:Thomas Dinges
2013-01-16Movies support for CyclesSergey Sharybin
2013-01-16UI / Scene Context:Thomas Dinges
2013-01-16code cleanup:Campbell Barton
2013-01-16Fix CUDA compile after last commit.Brecht Van Lommel
2013-01-15Cycles Hair: Introduction of Cardinal Spline Curve Segments and minor fixes.Stuart Broadfoot
2013-01-15Fix #33838: light render passes for non-progressive integrator were not correct.Brecht Van Lommel
2013-01-15Cycles:Thomas Dinges
2013-01-15Fix #33830: cycles normal mapping was not quite correct, was not correctlyBrecht Van Lommel
2013-01-14For non-windows systems, check for CUDA compiler during runtimeAntony Riakiotakis
2013-01-14Cycles: enable lamp multiple importance sampling on the GPU, seems to beBrecht Van Lommel
2013-01-14Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check forSergey Sharybin
2013-01-14Change some big functions from __device_inline to __device, whichSergey Sharybin
2013-01-14Fix #33868: cycles sample as lamp for world background not rendering with theBrecht Van Lommel
2013-01-12Packed and generated images support for CyclesSergey Sharybin
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-10Fix #33824: cycles non-progressive render mode did not do correct path termin...Brecht Van Lommel
2013-01-10Fix #33821: cycles background intensity fix had uninitialized memory usageBrecht Van Lommel
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