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
path: root/intern
AgeCommit message (Expand)Author
2020-10-06Fluid: Enable new flood-fill helper functionSebastián Barschkis
2020-10-05Cycles: Add NanoVDB support for rendering volumesPatrick Mours
2020-10-05Fix Cycles OpenCL failing when extension string is longMatt McClellan
2020-10-05Fix critical lens distortion bug in libmv after rB3a7d62cd1f5e.Bastien Montagne
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-10-01Windows: workaround to make Windows Ink tablet API workNicholas Rishel
2020-10-01macOS: support for key repeat events in keymapsYevgeny Makarov
2020-10-01Cleanup: avoid member access within null pointerAnkit Meel
2020-09-30Fix Cycles CUDA kernels for Ampere not building with CUDA 11Brecht Van Lommel
2020-09-30Subdivision Surfaces: add option disable using the limit surfacePiotr Ostrowski
2020-09-30Cycles: Fix usage of memory barriers in split kernelSergey Sharybin
2020-09-30Tracking: Implement Brown-Conrady distortion modelIvan Perevala
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: spellingCampbell Barton
2020-09-30Cleanup: use angle-brackets for email addressesCampbell Barton
2020-09-29Fix T81100: ccl::Node: ASan SEGV due to bad pointerAnkit Meel
2020-09-28Libmv: Fix NukeCameraIntrinsics copy constructorIvan
2020-09-24Cleanup: spellingCampbell Barton
2020-09-23Cleanup: remove dead code in point cache and openvdb wrapperJacques Lucke
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-22Fluid: Fix for script export (standalone mode)Sebastián Barschkis
2020-09-22Fluid: Refactor for initial velocitiesSebastián Barschkis
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-18CMake/OpenSubdiv: Rename INCLUDE_DIR -> INCLUDE_DIRS.Ankit Meel
2020-09-18Cycles: Add time report for Blender data synchronizationSergey Sharybin
2020-09-17Shaders: add emission strength input to Principled BSDF nodeAlex Strand
2020-09-17Fix OpenCL render error in large scenesBrecht Van Lommel
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-16Fix (unreported) buffer overflow in Cycles' system_cpu_brand_string helper.Bastien Montagne
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
2020-09-15Fix T80477: Crash when rendering with Embree but denoising with OptiXPatrick Mours
2020-09-15Cleanup: add missing headers to CMake, formattingCampbell Barton
2020-09-15Fix T80774: (correction) keep MEM_init_memleak_detection call earlyCampbell Barton
2020-09-15Cleanup: spellingCampbell Barton
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-09-10Fix build error after clog color printing changesBrecht Van Lommel
2020-09-10CLog: Support colorized logging on windowsRay Molenkamp
2020-09-10Cleanup: CLog fix bad use_color defaultRay Molenkamp