diff options
| author | tassaron | 2017-07-09 21:27:29 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-09 21:27:29 -0400 |
| commit | 4c3920e6309b4e67e3d8d809dd0b5b6cd245fd0c (patch) | |
| tree | db011987ce41bd78bb62a60297bb0663b900cfe4 /src/components/text.py | |
| parent | f6fbc8d2423ac5ae683a7613b53648db3e02e323 (diff) | |
separated creation of ffmpeg command
for future use to sllow editing the command before starting the export
Diffstat (limited to 'src/components/text.py')
| -rw-r--r-- | src/components/text.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/text.py b/src/components/text.py index 2b1884f..fb6a90e 100644 --- a/src/components/text.py +++ b/src/components/text.py @@ -119,8 +119,7 @@ class Component(Component): height = int(previewWorker.core.settings.value('outputHeight')) return self.addText(width, height) - def preFrameRender(self, **kwargs): - super().preFrameRender(**kwargs) + def properties(self): return ['static'] def frameRender(self, layerNo, frameNo): |
