mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Combine add_job and upload_file methods
This commit is contained in:
@@ -25,7 +25,8 @@ class BlenderRenderWorker(BaseRenderWorker):
|
||||
install_paths = ['/Applications/Blender.app/Contents/MacOS/Blender']
|
||||
|
||||
def __init__(self, input_path, output_path, args=None, render_all_frames=False, engine='BLENDER_EEVEE'):
|
||||
super(BlenderRenderWorker, self).__init__(input_path=input_path, output_path=output_path, args=args)
|
||||
super(BlenderRenderWorker, self).__init__(input_path=input_path, output_path=output_path,
|
||||
ignore_extensions=False, args=args)
|
||||
|
||||
self.engine = engine # or 'CYCLES'
|
||||
self.format = 'JPEG'
|
||||
|
||||
Reference in New Issue
Block a user