blender/tests/gtests
Alexander Gavrilov fc1f5bded4 Depsgraph: fix false positive time dependencies for simple drivers.
The dependency graph has to know whether a driver must be re-evaluated
every frame due to a dependency on the current frame number. For python
drivers it was using a heuristic based on searching for certain sub-
strings in the expression, notably including '('.

When the expression is actually evaluated using Python, this can't be
easily improved; however if the Simple Expression evaluator is used,
this check can be done precisely by accessing the parsed data.

Differential Revision: https://developer.blender.org/D6624
2020-01-24 20:48:02 +03:00
..
alembic CMake: Refactor external dependencies handling 2020-01-23 16:59:18 +01:00
blenlib Depsgraph: fix false positive time dependencies for simple drivers. 2020-01-24 20:48:02 +03:00
blenloader Cleanup: spelling 2019-12-17 16:30:39 +11:00
bmesh Fix T63678 Link error of tests with MSVC. 2019-04-17 07:58:48 -06:00
guardedalloc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
testing ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
usd CMake: Refactor external dependencies handling 2020-01-23 16:59:18 +01:00
CMakeLists.txt USD: Introducing a simple USD Exporter 2019-12-13 10:27:40 +01:00