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
2021-05-26Fix T88552: Cycles changing Render Passes in viewport does not workSergey Sharybin
2021-05-26Cleanup: Remove unused argument in Cycles syncSergey Sharybin
2021-05-18Cycles: Avoid unnecessary data updates in viewportSergey Sharybin
2021-05-17Fix T85892: disable progressive refine when using adaptive samplingBrecht Van Lommel
2021-05-11Fix T88093: persistent data and particle object instancing not workingBrecht Van Lommel
2021-04-12Fix Cycles broken motion blur pass after recent bugfixBrecht Van Lommel
2021-04-12Fix T87283: crash with persistent data and motion blurBrecht Van Lommel
2021-04-05Render: faster animation and re-rendering with Persistent DataBrecht Van Lommel
2021-04-04Cycles: make AO bounces settings more discoverableBrecht Van Lommel
2021-02-23Cycles: Add option to change input passes for viewport denoisingPatrick Mours
2021-02-12Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-12Cycles: Use Blender Settings For AOVJeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-25Cycles: modernize usage of rna iteratorsJacques Lucke
2021-01-25Cycles: internal support for Alembic proceduralsKevin Dietrich
2021-01-25Cycles: internal support for the concept of proceduralsKevin Dietrich
2021-01-22Cycles: optimize device updatesKévin Dietrich
2021-01-20Fix T84872: OptiX GPU + CPU rendering uses branched path samplesBrecht Van Lommel
2020-12-07Cycles: Use Blender Cryptomatte Settings.Jeroen Bakker
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-29Fix T82129: Cycles "Persistent Images" incorrectly retains scene dataKévin Dietrich
2020-10-18Fix T81729: Cycles object color not updating for instancersPhilipp Oeser
2020-10-01Fix T80395: Cycles baking crash when Surfaces are disabled in the view layerMartijn Versteegh
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-18Cycles: Add time report for Blender data synchronizationSergey Sharybin
2020-09-10Fix T71012: Cycles baking crash with locked-UI & background-modeCampbell Barton
2020-08-31Cycles: introduce an ownership system to protect nodes from unwanted deletions.Kévin Dietrich
2020-08-18Cycles: add a Pass NodeKévin Dietrich
2020-07-28Fix T79219: Cycles NLM denoiser clean passes broken after recent changesBrecht Van Lommel
2020-07-13Fix T78881: Cycles OpenImageDenoise not using albedo and normal correctlyBrecht Van Lommel
2020-07-10Cleanup: minor refactoring in Cycles update detection codeBrecht Van Lommel
2020-06-24Cycles: add Intel OpenImageDenoise support for viewport denoisingBrecht Van Lommel
2020-06-24Cycles: add denoising settings to the render propertiesBrecht Van Lommel
2020-06-22Cycles: enable Embree by default for CPU renderingBrecht Van Lommel
2020-06-22Cycles: internal refactoring to make thick/ribbon curve separate primitivesBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-10Fix Cycles viewport missing refresh when changing scene hair settingsBrecht Van Lommel
2020-05-28Merge branch 'blender-v2.83-release'Clément Foucault
2020-05-27Fix T77109: Cycles viewport render crash after object add and undoBrecht Van Lommel
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-05-14Fix T73984: unnecessary Cycles viewport updates with object texture coordinatesBrecht Van Lommel
2020-05-01Cleanup: compiler warning with clang 10Brecht Van Lommel
2020-04-22Fix T75964: changing object's viewport display color does not updatePhilipp Oeser
2020-04-03Fix T75287: other Cycles render passes wrong when using CryptomatteBrecht Van Lommel
2020-03-21Fix T73372: cryptomatte not filling last pass for odd number of levelsBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cycles: change volume step size controls, auto adjust based on voxel sizeBrecht Van Lommel
2020-03-18Cycles: support rendering new Volume object typeBrecht Van Lommel
2020-03-11Cycles: add view layer setting to exclude volumes, like hair and surfacesBrecht Van Lommel
2020-03-05Adaptive Sampling for Cycles.Stefan Werner