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
2019-09-09Cleanup: trailing space, remove tabs, pep8Campbell Barton
2019-09-09Fix T69686: Cycles OpenCL build error after recent changesBrecht Van Lommel
2019-09-09Shading: Extend Musgrave node to other dimensions.OmarSquircleArt
2019-09-09Cleanup: clang-formatPhilipp Oeser
2019-09-08Cycles: add bump map shadow terminator softening term for diffuse BSDFsLukas Stockner
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-06Fix: Rename the dimensions property in Noise nodes.OmarSquircleArt
2019-09-06Viewport Shading: StudioLight IntensityJeroen Bakker
2019-09-05Fix: Compile error due to undefined isinf function.OmarSquircleArt
2019-09-05Cleanup: use backslash for doxygen commandsCampbell Barton
2019-09-05Shading: Rewrite Mapping node with dynamic inputs.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-09-04Shading Modes: Material and Render PreviewJeroen Bakker
2019-08-30Cleanup: spellingCampbell Barton
2019-08-30Cycles: OpenCL Separate Compilation Debug FlagJeroen Bakker
2019-08-30Cleanup: clang-format, spellingCampbell Barton
2019-08-27Cycles: Stitching of subdivided and displaced meshesMai Lavelle
2019-08-27Fix undefined symbols for ccl::Node with some compilers and build optionsAlex Fuller
2019-08-27Cycles/Windows: Fix over estimation of System RAM.Ray Molenkamp
2019-08-26Fix T69185: Cycles kernel OpenCL compile error after recent changesBrecht Van Lommel
2019-08-26Cycles: support move semantics for device_memoryPatrick Mours
2019-08-26Cycles: refactor of BVH building to prepare for OptixPatrick Mours
2019-08-26Fix Cycles session being (re)created twicePatrick Mours
2019-08-26Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-26Cleanup: avoid unnecessary primitive type lookup and variable initializationPatrick Mours
2019-08-26Cycles: optimize Sobol loopPatrick Mours
2019-08-26Cleanup: add zero bit counting functionsBrecht Van Lommel
2019-08-26Cycles: code to optionally zero initialize some structs in the kernelBrecht Van Lommel
2019-08-26GPencil: Invert Paste operator and make Paste to Active defaultAntonio Vazquez
2019-08-26Cycles: Fix Architecture logging on x64.Lazydodo
2019-08-26Cleanup: simplify perlin noise function definitionPatrick Mours
2019-08-26Cleanup: use saturate3() for float3 clampingPatrick Mours
2019-08-26Cycles: GPU code generation optimizations for direct lightingPatrick Mours
2019-08-26Cycles: inline more functions on the GPUPatrick Mours
2019-08-26Cycles: change svm node decoding for more efficient code generation on GPUPatrick Mours
2019-08-26Cycles: remove workaround to pass ray by valuePatrick Mours
2019-08-26Cycles: tweaks for better GPU code generationPatrick Mours
2019-08-26Cycles: fixes for building kernel without certain featuresPatrick Mours
2019-08-26Cleanup: fix use of wrong constantPatrick Mours
2019-08-26Cleanup: fix compiler warningBrecht Van Lommel
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-22Shading: Add object color to Object Info node.OmarSquircleArt
2019-08-22Fix T69044: OpenCL fail due to bad fract function.OmarSquircleArt
2019-08-21Shading: Add Volume Info node.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-21Cleanup: Fix build error with MSVCLazydodo
2019-08-20Fix use of uninitialized variable in Cycles math nodeBrecht Van Lommel
2019-08-20Cycles Tests: Fix Math tests when use_clamp is true.OmarSquircleArt
2019-08-20Cleanup: clang-format, sorted listsCampbell Barton