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
2017-03-27Cycles: Optimize shaders earlier to skip unneccessary attributes for noninter...Lukas Stockner
2017-03-21Cycles: Fix wrong vector allocation in the mesh sync codeLukas Stockner
2017-03-20Cycles: Update remaining time once per second without waiting for a tile changeLukas Stockner
2017-03-20Remove register_module use in CyclesCampbell Barton
2017-03-15Cycles: Allow rendering a range of resumable chunksSergey Sharybin
2017-03-15Cycles: Use argument parser for resumable render featureSergey Sharybin
2017-03-12Fix T50628: gray out cycles device menu when no device configured only for GP...Brecht Van Lommel
2017-03-10Cycles: Cleanup, extra semicolon and spaceSergey Sharybin
2017-03-09Cycles: add single program debug option for split kernelHristo Gueorguiev
2017-03-08Cycles: CUDA implementation of split kernelMai Lavelle
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2017-02-27Fix T50634: Hair Primitive as Triangles + Hair shader with a texture = crashSergey Sharybin
2017-02-27Fix part of T50634: Hair Primitive as Triangles + Hair shader with a texture ...Sergey Sharybin
2017-02-27Cycles: Make it more clear values never changes by using const qualifierSergey Sharybin
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-20Fix T50718: Regression: Split Normals Render Problem with CyclesSergey Sharybin
2017-02-16Faces split: Don't leave CD_NORMAL after splitSergey Sharybin
2017-02-15Cycles: Cleanup, styleSergey Sharybin
2017-02-15Cycles: Fix wrong pointiness caused by precision issuesSergey Sharybin
2017-02-13Fix T50655: Pointiness is too slow to calculateSergey Sharybin
2017-02-13Cycles: Use Cycles-side mesh instead of C++ RNASergey Sharybin
2017-02-12Cycles: Don't use built-in API for image sequences in preview modeSergey Sharybin
2017-02-10Cycles: Cleanup, move EdgeMap to blender_utilSergey Sharybin
2017-02-10Cycles: Make an utility class for edge mapSergey Sharybin
2017-02-10Cycles: Fix pointiness attribute giving wrong results with autosplitSergey Sharybin
2017-02-10Cycles: Cleanup: Use less indentation by inverting conditionSergey Sharybin
2017-02-10Cycles: Calculate all vertex attribute after faces generationSergey Sharybin
2017-02-10Cycles: Cleanup: use vector instead of bare mallocSergey Sharybin
2017-02-01Cycles: Fix rng_state initialization when using resumable renderingLukas Stockner
2017-01-31Cycles: Fix spelling in commentSergey Sharybin
2017-01-27Cycles: Add option to replace GI with AO approximation after certain amount o...Sergey Sharybin
2017-01-25Fix T50032: Wrong render result when same image is used with and without alphaSergey Sharybin
2017-01-25Fix T49405: Crash when baking with adaptive subdivisionMai Lavelle
2017-01-24Use new manual URLAaron Carlisle
2017-01-23Cycles: Fix typo in the panel nameSergey Sharybin
2017-01-22Fix T50491: Cycles UI breaks when pushing F8.Bastien Montagne
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-20Fix T50460. Greying out issue with Cycles culling options.Thomas Dinges
2017-01-13Cycles: Cleanup, styleSergey Sharybin
2017-01-12Cycles: Cleanup, space prior to semicolonSergey Sharybin
2017-01-12Cycles: Cleanup, make curve functions privateSergey Sharybin
2017-01-12Cycles: Make it more clear message why curve motion attribute was removedSergey Sharybin
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-12Cycles: Cleanup, use switch() instead of if-else chainSergey Sharybin
2017-01-12Cycles: move hair particle settings to scene contextSergey Sharybin
2017-01-11Cycles: Fix wrong motion blur when combining deformation motion blur with aut...Sergey Sharybin
2017-01-11Cycles: Pass explicit subdivision type to object_to_meshSergey Sharybin
2017-01-11Cycles: Cleanup, whitespace around operatorSergey Sharybin
2017-01-11Cycles: Improve logging of cases when motion blur is disabledSergey Sharybin