|
@ -82,6 +82,7 @@ class Film extends BaseCfg |
|
|
$object->index = $i + 1; |
|
|
$object->index = $i + 1; |
|
|
if ($object->effect != null){ |
|
|
if ($object->effect != null){ |
|
|
$this->imagepipelines[ sprintf("%03d",$object->index) ] = $object->effect; |
|
|
$this->imagepipelines[ sprintf("%03d",$object->index) ] = $object->effect; |
|
|
|
|
|
$object->effect = null; |
|
|
} |
|
|
} |
|
|
if(!$object->filename){ |
|
|
if(!$object->filename){ |
|
|
$object->filename = "{$nowTime}_{$object->type}_{$object->index}"; |
|
|
$object->filename = "{$nowTime}_{$object->type}_{$object->index}"; |
|
|