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 (Collapse)Author
2018-12-14fix shader editor errors when showing world shader treePhilipp Oeser
probably an oversight in rBd40bffa17f6d Reviewers: brecht Differential Revision: https://developer.blender.org/D4079
2018-12-13Color management: add OCIO aware utility functions for transform to/from XYZ.Brecht Van Lommel
2018-12-13Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-13Cycles: Update standalone app to OIIO 2.0Sergey Sharybin
2018-12-13RNA: revert recent rename 'updated' -> 'dirty'Campbell Barton
Partially reverts 45fdf41be87f & 6d38d824377c, added comment why term 'updated' is used in this case.
2018-12-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
There are some changes in API of OpenImageIO, but those are quite simple to keep working with older and newer library versions. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4064
2018-12-11Merge branch 'master' into blender2.8Brecht Van Lommel
2018-12-11Cleanup: remove accidentally committed debug code.Brecht Van Lommel
2018-12-11Cycles: Add strict assert when assigning input socket stack offsetSergey Sharybin
2018-12-11Cycles: Remove old nasty workaroundSergey Sharybin
It used to be used for some sort of ignoring automatically generated bump nodes. But nowadays it causes one of the shaders in Classroom demo file to be compiled wrong.
2018-12-11Fix macOS buildbot build, wrong CUDA version check.Brecht Van Lommel
2018-12-11Cycles: Cleanup, indentationSergey Sharybin
2018-12-10Cycles: Restore properties in the interfaceSergey Sharybin
They got lost in one of the merges it seems.
2018-12-07Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-07Cycles: Do more user-friendly indication that GPU devices are not foundSergey Sharybin
2018-12-07Cycles: Disable OpenCL on macOSSergey Sharybin
This is unfortunate, but the number of bugs in this configuration keeps growing, and almost all of them are caused by bug in OpenCL compiler. The compiler is not likely to be fixed, since Apple declared OpenCL deprecated. This evil commit is aimed to keep officially supported features of Blender in a good working and stable state.
2018-12-07Partial fix to T58917 - No valid cageDalai Felinto
The fix itself simply is to store the cage object as a pointer instead of a string/name. That said baking with or without cage is yielding very different results than in 2.7.
2018-12-07Merge branch 'master' into blender2.8Campbell Barton
2018-12-07UI: add material settings in shader editor sidebar.Lucas Boutrot
Differential Revision: https://developer.blender.org/D3926
2018-12-06Fix T57963: Cycles crash using AO for displacement.Brecht Van Lommel
Note this is not supported, there exists no geometry at this point, but it should not crash at least.
2018-12-06Fix T58816: Color management Display Device other than sRGB crashesSergey Sharybin
This fixes our workaround for until proper solution is accepted in upstream. Now, when default view behaves same as it was supposed to (and as it behaves in OCIO-1.0.9) it is obvious that our configuration violates own design -- default view is used for cases when images don't want to be displays using "render" settings.
2018-12-06Color management: Fix issue when active views/displays are not specifiedSergey Sharybin
2018-12-05GHOST: WGL: Silence Errors when testing opengl context versionsClément Foucault
2018-12-05Merge branch 'master' into blender2.8Bastien Montagne
2018-12-05Fix (unreported) building Cycles tests with Embree enabled.Bastien Montagne
2018-12-05Merge branch 'master' into blender2.8Bastien Montagne
2018-12-05Color management: Fix/workaround broken getDefaultDisplay()Sergey Sharybin
This is something what is caused by OCIO library. The patch has been submitted there: https://github.com/imageworks/OpenColorIO/pull/638 For until it is refined and checked we do workaround from our side.
2018-12-05Fix T58776, T58030: pressure sensitivity on Linux not working for some tablets.Brecht Van Lommel
2018-12-05Merge branch 'master' into blender2.8Brecht Van Lommel
2018-12-05Fix build with old CMake versions.Brecht Van Lommel
2018-12-04Merge branch 'master' into blender2.8Gaia Clary
2018-12-04Fix T58466: bug in macOS GHOST_GetSwapInterval.Niels
No user level changes since this function is not used in active code.
2018-12-04Merge branch 'master' into blender2.8Brecht Van Lommel
2018-12-04Buildbot: enable support for NVIDIA Turing cards in Cycles (like GTX 20xx).Brecht Van Lommel
We currently only build the sm_7x kernels with CUDA 10.0, older cards still use 9.1 until rendering errors are solved for them.
2018-12-04Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards.Brecht Van Lommel
There may still be rendering errors when used for older graphics cards.
2018-12-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-03Fix T58600: update OSL scripts to work with OSL 1.10.x.Shane Ambler
2018-12-03Fix T58556: Some remaining 'dupli_types' in pycode after renaming.Bastien Montagne
2018-12-01Revert "Win32: Use the nicer looking blender-drawn confirmation message box ↵Antony Ryakiotakis
when" This reverts commit 60d6eb0b5d578eb02c5f1f31cb51a6cbeea6ee6f. There is already a full patch (D3118) by brecht for this, will leave it up to him.
2018-11-30Win32: Use the nicer looking blender-drawn confirmation message box whenAntony Ryakiotakis
quitting with unsaved changes, instead of an ugly messagebox
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Correct missing semicolon in recent commitCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-30Fix T58183: crash with CPU + GPU rendering after profiling changes.Brecht Van Lommel
Multi-device was not passing along profiler to the CPU.
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: trailing spaceCampbell Barton
2018-11-29Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-29Fix internal compiler error when building with VS 2017 (15.9.3).Brecht Van Lommel
It doesn't like alignment for function arguments, and I don't think this alignment is needed. Solution found by Ray Molenkamp.
2018-11-29Merge branch 'master' into blender2.8Sergey Sharybin