blender/tests/gtests
Brecht Van Lommel 34ab90f546 Depsgraph: remove EvaluationContext, pass Depsgraph instead.
The depsgraph was always created within a fixed evaluation context. Passing
both risks the depsgraph and evaluation context not matching, and it
complicates the Python API where we'd have to expose both which is not so
easy to understand.

This also removes the global evaluation context in main, which assumed there
to be a single active scene and view layer.

Differential Revision: https://developer.blender.org/D3152
2018-04-16 19:55:33 +02:00
..
alembic Depsgraph: remove EvaluationContext, pass Depsgraph instead. 2018-04-16 19:55:33 +02:00
blenlib Merge branch 'master' into blender2.8 2018-04-16 10:19:03 +02:00
bmesh Tests: Use proper order for EXPECT_EQ() 2017-02-03 12:03:59 +01:00
guardedalloc Memory: add MEM_malloc_arrayN() function to protect against overflow. 2018-01-17 19:59:47 +01:00
testing CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
CMakeLists.txt Cleanup: use prefix for tests 2018-02-14 16:02:21 +11:00