- added editbone.matrix, readonly, utility property that calculates the matrix from the bone roll
- spine fixes - arm now uses the average Z axis to place the poll target
This commit is contained in:
@@ -192,7 +192,9 @@ float BPY_pydriver_eval (ChannelDriver *driver)
|
||||
}
|
||||
|
||||
fprintf(stderr, "\tBPY_pydriver_eval() - couldn't add variable '%s' to namespace \n", dtar->name);
|
||||
BPy_errors_to_report(NULL); // TODO - reports
|
||||
// BPy_errors_to_report(NULL); // TODO - reports
|
||||
PyErr_Print();
|
||||
PyErr_Clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user