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-08-06Fix T79586: "rendering paused" not shown when viewport render starts pausedBrecht Van Lommel
2020-08-06Cycles: load OpenVDB file earlier in Blender exportBrecht Van Lommel
2020-08-05Fix T78412: Ctrl+Spacebar does not maximize Python console on WindowsJulian Eisel
2020-08-05Fix T78869: denoising performance regression on WindowsBrecht Van Lommel
2020-08-04Cleanup: typos & co in UI messages (and some other places).Bastien Montagne
2020-08-04Cycles: Fix nan in decomposed transform for degenerated inputSergey Sharybin
2020-08-04Cycles: Add finite checks for float4 and transformsSergey Sharybin
2020-07-31Fix T79111: Cycles: Image Sequence not renderingPhilipp Oeser
2020-07-30Fix T78730: CLOG writes/reads outside allocated memory.Bastien Montagne
2020-07-28Fix T79067: Cycles panorama viewport render stretched after recent changesBrecht Van Lommel
2020-07-28Fix T79219: Cycles NLM denoiser clean passes broken after recent changesBrecht Van Lommel
2020-07-28Fix T79259: OptiX render with fisheye camera is different to CUDAPatrick Mours
2020-07-27Cycles: Enable OptiX on first generation Maxwell GPUs againPatrick Mours
2020-07-27Allocator: fix build error with -Werror=format-securityJacques Lucke
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fluid: Cleanup unsed file format optionsSebastián Barschkis
2020-07-24Fix OptiX being shown as available on first generation Maxwell GPUsPatrick Mours
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-22Wayland: draw opaque background when OpenGL alpha is enabledChristian Rauch
2020-07-20Cycles: adjust Sky texture intensity to follow physical unitsBrecht Van Lommel
2020-07-20Cycles: Use pre-compiled PTX kernel for older generation when no matching one...Patrick Mours
2020-07-20Fluid: Refactored smoke noise systemSebastián Barschkis
2020-07-16T73268: Link C/C++ unit tests into single executableSybren A. Stüvel
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-15Fix T78930: Cycles OpenCL error on graphics cards that don't support half floatBrecht Van Lommel
2020-07-15Cleanup: spellingCampbell Barton
2020-07-14Fluid: Fix missing flag update for cacheSebastián Barschkis
2020-07-14Fix T77766: support animated global gravity toggleJacques Lucke
2020-07-14Cleanup: typoJacques Lucke
2020-07-14Cleanup: spellingCampbell Barton
2020-07-13Fix T78881: Cycles OpenImageDenoise not using albedo and normal correctlyBrecht Van Lommel
2020-07-13Sky: Code style and formatting fixesLukas Stockner
2020-07-13Cycles: Clamp Sky Texture altitude to avoid numerical issuesLukas Stockner
2020-07-13Cycles: Account for Sky Texture mapping in the sun sampling codeLukas Stockner
2020-07-13Cycles: Change precomputed Sky Texture mapping to prioritize the horizonLukas Stockner
2020-07-13Cycles: Add control for sun intensity in Sky Texture and change altitude to kmLukas Stockner
2020-07-13Cycles: Remove limits on the Sky texture's sun rotationLukas Stockner
2020-07-11Cleanup: spellingCampbell Barton
2020-07-10Fix T78662: Cycles baking fails if denoising is enabled, after recent changesBrecht Van Lommel
2020-07-10Fix build error building without OpenImageDenoiseBrecht Van Lommel
2020-07-10Fix T78801: Eevee missing setting to enable/disable freestyle per view layerBrecht Van Lommel
2020-07-10Cycles: support OpenImageDenoise in final rendersBrecht Van Lommel
2020-07-10Cleanup: reduce hardcoded numbers in denoising neighbor tiles codeBrecht Van Lommel
2020-07-10Cleanup: minor refactoring in Cycles update detection codeBrecht Van Lommel
2020-07-10Cycles: optimize camera inside volume testsMilan Jaros
2020-07-10Fix T78776: Cycles OpenCL error after recent changes for holdoutsBrecht Van Lommel
2020-07-10Cleanup: spellingCampbell Barton
2020-07-09Build: add more libc compatibility functions for upcoming libraries updateBrecht Van Lommel
2020-07-09Fix Cycles unnecessary updates to camera in viewport renderBrecht Van Lommel
2020-07-09EEVEE: Implement the missing Sky textureSzymon Ulatowski