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:
authorJoshua Leung <aligorith@gmail.com>2010-03-16 13:18:19 +0300
committerJoshua Leung <aligorith@gmail.com>2010-03-16 13:18:19 +0300
commit1cf95d2494ab82af61153abc3c45fa1a4fd3a4ed (patch)
tree8233d83aaa6ec9a9bc5a5eaeaad061355f74d08c /source/blender/python/intern/bpy_driver.c
parentf1c049137ef89d0597f79cb0d909c7ac2821b14c (diff)
Keying Set Fixes:
* 'Export Keying Set' operator works again - a change in the previous commit broke the created code * Relative Keying Sets don't get their paths shown * Keying Set paths show options for inserting keyframes too now --- Another attempt at fixing compile troubles, and removed some commented out + obsolete stuff.
Diffstat (limited to 'source/blender/python/intern/bpy_driver.c')
-rw-r--r--source/blender/python/intern/bpy_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/intern/bpy_driver.c b/source/blender/python/intern/bpy_driver.c
index 39b2bbf8536..b9d42f053c9 100644
--- a/source/blender/python/intern/bpy_driver.c
+++ b/source/blender/python/intern/bpy_driver.c
@@ -158,9 +158,6 @@ float BPY_pydriver_eval (ChannelDriver *driver)
short targets_ok= 1;
int i;
- /* sanity checks - should driver be executed? */
- /*if (G.f & G_SCRIPT_AUTOEXEC)==0) return result; */
-
/* get the py expression to be evaluated */
expr = driver->expression;
if ((expr == NULL) || (expr[0]=='\0'))