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-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-16Revert removal of lambda usage for Python RNA callbacksCampbell Barton
2021-03-12Fix T86332: setting Cycles dicing camera fails after recent changesBrecht Van Lommel
2021-02-23Cycles: Add option to change input passes for viewport denoisingPatrick Mours
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-20Geometry Nodes: expose float2 attribute in rnaJacques Lucke
2021-02-18Cleanup: spelling, correct doc-string argumentsCampbell Barton
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-17Cycles: support accessing custom mesh attributesJacques Lucke
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-12Cycles: Use Blender Settings For AOVJeroen Bakker
2021-02-12Cleanup: don't subclass 'Panel' for mix-in classesCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-02Python API: option for render engines to delegate Freestyle render to EeveeMiguel Pozo
2021-01-27Sky Texture: change Nishita Altitude to use unit systemMarco
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-25Cleanup: move code to find geometry shaders into own functionKevin Dietrich
2021-01-22Cycles: optimize device updatesKévin Dietrich
2021-01-20Fix T84872: OptiX GPU + CPU rendering uses branched path samplesBrecht Van Lommel
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-11Fix T83544: Cycles crash when rendering with Save Buffers enabledJacques Lucke
2021-01-04Cleanup: clang-formatCampbell Barton
2020-12-26Fix unreported: Cycles CLI device override doesn't set peer memory usage flagLukas Stockner
2020-12-24Bake: vertex color baking support for CyclesBrecht Van Lommel
2020-12-23Fix T84063: crash reading pointer properties in Attribute shader nodeBrecht Van Lommel
2020-12-21UI: make light spot shape panel consistent between Cycles and EeveeMatteo Falduto
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-12-10Fix T82852: Cycles crashes when editing a mesh with adaptive subdivisionKévin Dietrich
2020-12-08Cycles: Remove "OptiX support is experimental" noticePatrick Mours
2020-12-08Cycles: Enable baking panel in OptiX and redirect those requests to CUDA for nowPatrick Mours
2020-12-07Fix failing Cycles tests after Cryptomatte changesBrecht Van Lommel
2020-12-07Fix Cryptomatte panel not visible in EEVEEJeroen Bakker
2020-12-07File Subversion Bump: 2.92.5Jeroen Bakker
2020-12-07Cycles: Use Blender Cryptomatte Settings.Jeroen Bakker
2020-11-12Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-12Fix T82607: crash cancelling Cycles render during adaptive subdivision updateBrecht Van Lommel
2020-11-12Fix T82516: Cycles crash updateding animated volumes after NanoVDBBrecht Van Lommel
2020-11-12Fix T82617: artifacts in Cycles viewport when changing subdivision attributesKévin Dietrich
2020-11-09Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-09Fix T78956: banding artifacts of vertex colors in CyclesBrecht Van Lommel
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-04Cycles: fix another race condition in Geometry synchronizationKévin Dietrich
2020-11-04Cycles: fix multithreading issue introduced in previous commitKévin Dietrich
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov