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