mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
xyzgrid with control tab
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -235,6 +235,8 @@ class Processor():
|
||||
if image_input is None:
|
||||
# log.error('Control Processor: no input')
|
||||
return image_process
|
||||
if isinstance(image_input, list):
|
||||
image_input = image_input[0]
|
||||
if self.processor_id not in config:
|
||||
return image_process
|
||||
if config[self.processor_id].get('dirty', False):
|
||||
|
||||
Reference in New Issue
Block a user