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-06-10Cycles: Fix denoising passes being written when they're not actually generatedLukas Stockner
2017-05-26Cycles: Cleanup: b_srlay is always used now, no more need to silence warningLukas Stockner
2017-05-23Fix T51592: Simplify AO Cycles setting remains active while Simplify is disabledSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Cycles: Fix unused argument warning when building without debug passesSergey Sharybin
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-05-03Cycles: Use render visibility for duplis when Render Layer option in viewport...Sergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-01-27Cycles: Add option to replace GI with AO approximation after certain amount o...Sergey Sharybin
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
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-11-16Cycles: Fix different noise pattern from fix in T49838:Sergey Sharybin
2016-11-08Fix T49838: Noise randomization for frame should be done per interframes as wellSergey Sharybin
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-09-18Cycles: Fix update of subdivision meshes when global dice rates changeMai Lavelle
2016-07-15Cycles: Add option to disable new Hair BVHSergey Sharybin
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-04-18Cycles microdisplacement: add max subdivision settingMai Lavelle
2016-04-17Cycles microdisplacement: scene level render and preview dicing ratesMai Lavelle
2016-04-13Fix T47813: Cycles Standalone not respecting integrator sample_clamp_directSergey Sharybin
2016-03-28Fix T47931: Missed world shader update when having object dependencySergey Sharybin
2016-03-11Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0.Thomas Dinges
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2016-02-10Fix T47377: Newer file crashes at render on official 2.76b versionSergey Sharybin
2016-02-10Cycles: Cleanp, avoid direct calls of RNA_enum_get, we've got utility for thatSergey Sharybin
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2016-01-19Cycles: Add a debug flag to disable QBVHSergey Sharybin
2016-01-02Cycles: Force bottom-to-top tile order for viewport renderingLukas Stockner
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-10-13Cycles: Add support for motion blur positionSergey Sharybin
2015-09-24Cycles: Remove the BVH cache featureThomas Dinges
2015-07-21Cycles: Implement camera zoom motion blurSergey Sharybin
2015-05-15Cycles: Make animated seed a builtin feature.Thomas Dinges
2015-04-06Cycles: Experiment with making previews more interactiveSergey Sharybin
2015-04-06Cycles: Free unused image buffers when rendering with locked interfaceSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-21Cycles: Use lower progressive update timeout for preview renderingSergey Sharybin
2015-02-18Cycles: Initialize "headless" flags on engine initializationSergey Sharybin
2015-02-17Cycles: Make blender session aware of rendering from command lineSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2014-12-29Cycles: Disable QBVH on 32bit systems all togetherSergey Sharybin
2014-12-25Revert QBVH switch, after discussion with Sergey.Thomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Expose QBVH on/off switch to the UI.Thomas Dinges
2014-12-25Cycles: Enable QBVH optimization structure for SSE2 CPUsSergey Sharybin
2014-11-14skip scene_armature_depsgraph_workaround when theres no armaturesCampbell Barton