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
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/templates/driver_functions.py')
-rw-r--r--release/scripts/templates/driver_functions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/templates/driver_functions.py b/release/scripts/templates/driver_functions.py
index db9d4fb4678..1c6af0e574f 100644
--- a/release/scripts/templates/driver_functions.py
+++ b/release/scripts/templates/driver_functions.py
@@ -16,6 +16,7 @@ def invert(f):
uuid_store = {}
+
def slow_value(value, fac, uuid):
""" Delay the value by a factor, use a unique string to allow
use in multiple drivers without conflict: