fix for own crash caused by curve refactor, now curve tables are initialized once when the tree is initialized.

thanks to Antony Riakiotakis for providing a fix, though this works a little different.
This commit is contained in:
2012-08-28 10:02:10 +00:00
parent a798371df1
commit c43583a23a
3 changed files with 23 additions and 5 deletions

View File

@@ -523,7 +523,9 @@ void PyC_SetHomePath(const char *py_path_bundle)
}
}
/* Would be nice if python had this built in */
/* Would be nice if python had this built in
* See: http://wiki.blender.org/index.php/Dev:Doc/Tools/Debugging/PyFromC
*/
void PyC_RunQuicky(const char *filepath, int n, ...)
{
FILE *fp = fopen(filepath, "r");