missed out on some BLI_convertstringcode's, also found that playing relative quicktime paths from the python api never worked, was using the 'Scene' type cast to a char.
This commit is contained in:
@@ -598,8 +598,7 @@ PyObject *RenderData_Play( BPy_RenderData * self )
|
||||
if( self->renderContext->imtype == R_QUICKTIME ) {
|
||||
|
||||
strcpy( file, self->renderContext->pic );
|
||||
BLI_convertstringcode( file, (char *) self->scene,
|
||||
self->renderContext->cfra );
|
||||
BLI_convertstringcode( file, G.sce );
|
||||
BLI_make_existing_file( file );
|
||||
if( BLI_strcasecmp( file + strlen( file ) - 4, ".mov" ) ) {
|
||||
sprintf( txt, "%04d_%04d.mov",
|
||||
|
||||
Reference in New Issue
Block a user