Add missing error
This commit is contained in:
@@ -1007,7 +1007,7 @@ import java.util.regex.Pattern;
|
|||||||
//17-03 07:38:47 (error) Job::render no picture file found (after finished render (filename_without_extension 116372253_0007)
|
//17-03 07:38:47 (error) Job::render no picture file found (after finished render (filename_without_extension 116372253_0007)
|
||||||
return Error.Type.CURRENTLY_HEADLESS;
|
return Error.Type.CURRENTLY_HEADLESS;
|
||||||
}
|
}
|
||||||
else if (line.contains("Error: Cannot read file")) {
|
else if (line.contains("Error: Cannot read file") || line.contains("Error: Failed to read blend file")) {
|
||||||
//14-10 11:03:21 (debug) Blender 3.1.0 (hash c77597cd0e15 built 2022-03-09 00:44:13)
|
//14-10 11:03:21 (debug) Blender 3.1.0 (hash c77597cd0e15 built 2022-03-09 00:44:13)
|
||||||
//14-10 11:03:21 (debug) Error: Cannot read file 'C:\SheepIT\sheepit\ef925644a319c5ad604ebc077769bcb8\Passeio Virtual FINAL.blend': No such file or directory
|
//14-10 11:03:21 (debug) Error: Cannot read file 'C:\SheepIT\sheepit\ef925644a319c5ad604ebc077769bcb8\Passeio Virtual FINAL.blend': No such file or directory
|
||||||
//14-10 11:03:21 (debug) Blender quit
|
//14-10 11:03:21 (debug) Blender quit
|
||||||
|
|||||||
Reference in New Issue
Block a user