export background

This commit is contained in:
“christopheseux”
2023-05-19 11:51:05 +02:00
parent 48dddb1905
commit beb85721a9
10 changed files with 416 additions and 120 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: GPL-2.0-or-later
from vse_toolbox.operators import (addon, casting, imports, render, sequencer,
from vse_toolbox.operators import (addon, casting, imports, exports, sequencer,
spreadsheet, tracker)
modules = (
addon,
casting,
imports,
render,
exports,
sequencer,
spreadsheet,
tracker