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
2018-10-01Fix Cycles Python warnings related to annotations.Brecht Van Lommel
2018-09-30Fix T56909: wrong interface scale on macOS 10.14, when using 10.14 SDK.Brecht Van Lommel
2018-09-28Fix T56396: Cycles wrong object motion blur with deformation blur disabled.Brecht Van Lommel
2018-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-28Cycles: Fix compilation error of CUDA kernelSergey Sharybin
2018-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-28Cycles: Fix crash with BVH8 on certain scenesSergey Sharybin
2018-09-28Fix merge error, this should have been included from master.Brecht Van Lommel
2018-09-28Fix compilation errors and warnings with Clang-6Sergey Sharybin
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Fix cycles_cubin_cc build error on macOS.Brecht Van Lommel
2018-09-27Cleanup: fix harmless compiler warnings.Brecht Van Lommel
2018-09-27Fix CUDA build with Xcode 10.0, use nvrtc due to incompatible compilers.Brecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-27Cycles: CleanupSergey Sharybin
2018-09-27Cycles: Sync BVH8 unaligned node packing code with BVH4Sergey Sharybin
2018-09-27Tests: add --no-window-focus to open window without focus.Brecht Van Lommel
2018-09-26OpenSubdiv: Cleanup, the TODO was actually solvedSergey Sharybin
2018-09-26OpenSubdiv: CleanupSergey Sharybin
2018-09-21Cycles: keep material settings panel closed by default.Brecht Van Lommel
2018-09-20OpenSubdiv: Add extra base level queries to topology refinerSergey Sharybin
2018-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-19Cycles: Cleanup, double semicolonSergey Sharybin
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Fix wrong CUDA version warning in cmake.Brecht Van Lommel
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19Cleanup: trailing spaceCampbell Barton
2018-09-18Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-18Cycles: Fix usage of AVX2 intrinsics in AVX kernelRay Molenkamp
2018-09-17Merge branch 'master' into blender2.8Bastien Montagne
2018-09-17Cycles: Cleanup, remove dead codeSergey Sharybin
2018-09-17Cycles: Remove unused malformed functionSergey Sharybin
2018-09-17Cycles: Use proper mask for vectrorized boolean printSergey Sharybin
2018-09-12Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-12Cycles: Don't allocate Extra if BSDF allocation failedSergey Sharybin
2018-09-12Merge branch 'master' into blender2.8Campbell Barton
2018-09-11Build: require OpenJPEG 2.x minimum, remove bundled version.Brecht Van Lommel
2018-09-11Merge branch 'master' into blender2.8Campbell Barton
2018-09-10Fix Cycles principled BSDF black with transmission and IOR 1.0.Brecht Van Lommel
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-09-06Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-06Cleanup: fix compiler warning.Brecht Van Lommel
2018-09-06Fix T56704: black / NaN values in Cycles normal pass.Brecht Van Lommel
2018-09-06UI / Python: rename X-Ray to In Front, Draw to Display.Brecht Van Lommel
2018-09-06CMake: add missing headersCampbell Barton
2018-09-06Merge branch 'master' into blender2.8Campbell Barton
2018-09-06Cycles: Allow cancel during displacement of meshesMai Lavelle
2018-09-05UI: use grid flow for Cycles object settings.William Reynish
2018-09-05Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp