- changes to the sequencer so new strips use the data name.

- removed the name option for the sequence operators.
This commit is contained in:
2010-07-02 20:09:42 +00:00
parent 213a45bed8
commit 15be7b215f
5 changed files with 63 additions and 55 deletions

View File

@@ -231,6 +231,8 @@ void BPY_start_python( int argc, char **argv )
BPY_start_python_path(); /* allow to use our own included python */
// Py_SetProgramName(); // extern char bprogname[FILE_MAXDIR+FILE_MAXFILE];
Py_Initialize( );
// PySys_SetArgv( argc, argv); // broken in py3, not a huge deal