blender/tests
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
..
gtests Depsgraph: fix false positive time dependencies for simple drivers. 2020-01-24 20:48:02 +03:00
python Cycles: Disable fluid motion blur regression test 2020-01-09 11:40:10 +01:00
check_deprecated.py Cleanup: pep8 2018-07-03 06:55:02 +02:00
CMakeLists.txt Fix: Unit tests on windows. 2019-10-03 11:34:04 -06:00