Cleanup: remove some debug prints from Simple Blender Render script
This commit is contained in:
parent
2e1c0b83bf
commit
f065cda830
@ -45,9 +45,6 @@ function compileJob(job) {
|
|||||||
print("Blender Render job submitted");
|
print("Blender Render job submitted");
|
||||||
print("job: ", job);
|
print("job: ", job);
|
||||||
|
|
||||||
print(`file format: ${job.settings.format}`);
|
|
||||||
print(`index: ${videoFormats.indexOf(job.settings.format)}`);
|
|
||||||
|
|
||||||
if (videoFormats.indexOf(job.settings.format) >= 0) {
|
if (videoFormats.indexOf(job.settings.format) >= 0) {
|
||||||
throw `This job type only renders images, and not "${job.settings.format}"`;
|
throw `This job type only renders images, and not "${job.settings.format}"`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user