Fix missing background_image argument

This commit is contained in:
oeway
2020-09-28 21:51:26 +02:00
parent 1691d48e27
commit 5b65ad38b1
16 changed files with 65 additions and 5 deletions

View File

@@ -1028,6 +1028,7 @@ class OptimizableSvg:
2, # num_samples_x
2, # num_samples_y
seed, # seed
None, # background_image
*scene_args)
return img