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.
This commit is contained in:
2010-03-16 10:18:19 +00:00
parent f1c049137e
commit 1cf95d2494
3 changed files with 8 additions and 9 deletions

View File

@@ -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'))