| Summary: | The batchmode flag doesn't work | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | wolthera <griffinvalley> |
| Component: | Scripting | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
wolthera
2017-11-26 19:01:16 UTC
Tested with
from krita import *
d = Krita.instance().activeDocument()
d.setBatchmode(True)
d.saveAs("/home/boud/test.png")
This no longer pops up a config window.
|