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
2020-10-28Cycles: internal support for float4 geometry attributesAlexander Gavrilov
2020-10-28Cycles: refactor to split surface and volume attribute lookup moreBrecht Van Lommel
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-26Cycles: Add support for OptiX 7.2 SDKPatrick Mours
2020-10-26Merge branch 'blender-v2.91-release'Philipp Oeser
2020-10-26Fix T69911: Adaptive subdivision offscreen dicing does not work correctly if ...Philipp Oeser
2020-10-26Fix T81893: Cycles viewport crash changing mesh to smoke domainBrecht Van Lommel
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-24Fix Cycles unnecessary overhead cancelling finished task poolBrecht Van Lommel
2020-10-23Fix Cycles unnecessary overhead cancelling finished task poolBrecht Van Lommel
2020-10-23Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-10-23Fix T81102: Cycles crashes in interactive 3D viewport rendering after EmbreeBrecht Van Lommel
2020-10-23Fix T81976: Cycles crash after recent geometry sync multithreading changeOlivier Maury
2020-10-21Cycles: multithreaded export of geometryJagannadhan Ravi
2020-10-19Fix build error with WITH_CYCLES_NATIVE_ONLY and AVX tests on macOSBrecht Van Lommel
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-19Fix T81806: Cycles error when GPU device_type is NONECampbell Barton
2020-10-18Fix T81729: Cycles object color not updating for instancersPhilipp Oeser
2020-10-15Fix T81520: Crash setting the Cycles device from PythonCampbell Barton
2020-10-15PyAPI: throw exception when cycles is given an invalid device nameCampbell Barton
2020-10-15Cleanup: defer importing '_cycles' in properties.pyCampbell Barton
2020-10-13Cycles: fix missing ShaderNode ownership in render_graph_finalize_testKévin Dietrich
2020-10-13Cycles: Add CUDA 11 build supportPatrick Mours
2020-10-12Fix T81551: Cycles crash updating volume with modifiersBrecht Van Lommel
2020-10-12Cleanup: CMake: Remove arguments from endif(..)Ankit Meel
2020-10-09CMake/macOS: Remove _LIBPATH, avoid link_directories.Ankit Meel
2020-10-09Cleanup: spellingCampbell Barton
2020-10-09Cycles: fix incorrect default value for node array socket typeKévin Dietrich
2020-10-09Cycles: fix incorrect asserts in node socket set functionsKévin Dietrich
2020-10-08Cycles: fix UpdateTimeStats::clear() not resetting total times to zeroKévin Dietrich
2020-10-05Cycles: Add NanoVDB support for rendering volumesPatrick Mours
2020-10-05Fix Cycles OpenCL failing when extension string is longMatt McClellan
2020-10-02Cycles: Add command line option for overriding the compute deviceLukas Stockner
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-10-02Cycles: add time statistics to scene updateKévin Dietrich
2020-10-01Cycles: Fix broken 32 bit shift.Ray Molenkamp
2020-10-01Volumes: support lower resolution in viewportJacques Lucke
2020-10-01Fix T80395: Cycles baking crash when Surfaces are disabled in the view layerMartijn Versteegh
2020-10-01Cleanup: clang-formatBrecht Van Lommel
2020-09-30Fix Cycles CUDA kernels for Ampere not building with CUDA 11Brecht Van Lommel
2020-09-30Cycles: Fix usage of memory barriers in split kernelSergey Sharybin
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-29Fix T81100: ccl::Node: ASan SEGV due to bad pointerAnkit Meel
2020-09-22Cleanup: use float3 instead of float4 for shadow, since w is never usedBrecht Van Lommel
2020-09-22Fix Cycles SSS incorrect rendering of zero radius in green channelBrecht Van Lommel
2020-09-22Cycles: add update flags to Node and SocketTypeKévin Dietrich
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-18CMake/OpenSubdiv: Rename INCLUDE_DIR -> INCLUDE_DIRS.Ankit Meel