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:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user