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-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
2020-09-10Fix T71012: Cycles baking crash with locked-UI & background-modeCampbell Barton
2020-09-10UI: Use split layout for world mist settingsAaron Carlisle
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09Cleanup: spellingCampbell Barton
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-07Cleanup: tabs in CMake filesCampbell Barton
2020-09-07Cleanup: spellingCampbell Barton
2020-09-05Cleanup: clang-formatCampbell Barton
2020-09-05GPUTexture: OCIO: Workaround new missing bind error checkingClément Foucault
2020-09-05Cleanup: GPUTexture: Move debug messages outside of creation functionClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05OCIO: Use GPUTexture instead of OpenGL calls and remove gl dependencyClément Foucault
2020-09-05Fix Cycles redefining some Blender macrosBrecht Van Lommel
2020-09-04Fix Cycles unsetting most GCC and Clang C++ flagsJulian Eisel
2020-09-04Fix build error on macOS after recent changesBrecht Van Lommel
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-09-04Cycles: Cleanup, mark overridden virtual methods as suchSergey Sharybin
2020-09-03Fix T79803: Wrong Distance To Edge 1D VoronoiOmarSquircleArt
2020-09-02Fix missing "extern_bullet" library when building rigidbodiesSebastian Parborg
2020-09-02Fix unused variable warning on Windows with WITH_INPUT_IME disabledJulian Eisel
2020-09-02Cycles: Support WITH_CYCLES_NATIVE_ONLY with MSVCRay Molenkamp
2020-09-02Cleanup: Clang-formatRay Molenkamp
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-09-01Cycles: Separate Embree device for each CPU Device.Stefan Werner
2020-09-01Fix Cycles build error when disabling some kernel featuresImre Palik
2020-09-01Fix T79941: mantaflow cache doesn't work with ' character in pathJacques Lucke
2020-09-01Cycles: Fixed Cycles standalone build.Stefan Werner
2020-09-01OCIO: Make GLSL implementation use GPUUniformBuf to avoid debug errorsClément Foucault
2020-09-01Cleanup: Fix warnings in our intern bullet api wrapperSebastian Parborg
2020-09-01Cycles: Followup fixes for node ownership refactor.Stefan Werner
2020-09-01GHOST: Enable debug context on offscreen context tooClément Foucault
2020-08-31Cycles: introduce an ownership system to protect nodes from unwanted deletions.Kévin Dietrich