aboutsummaryrefslogtreecommitdiff
path: root/src/components/color.py
diff options
context:
space:
mode:
authortassaron2017-07-09 21:27:29 -0400
committertassaron2017-07-09 21:27:29 -0400
commit4c3920e6309b4e67e3d8d809dd0b5b6cd245fd0c (patch)
treedb011987ce41bd78bb62a60297bb0663b900cfe4 /src/components/color.py
parentf6fbc8d2423ac5ae683a7613b53648db3e02e323 (diff)
separated creation of ffmpeg command
for future use to sllow editing the command before starting the export
Diffstat (limited to 'src/components/color.py')
-rw-r--r--src/components/color.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/color.py b/src/components/color.py
index b87f3e9..82b45b3 100644
--- a/src/components/color.py
+++ b/src/components/color.py
@@ -117,8 +117,7 @@ class Component(Component):
height = int(previewWorker.core.settings.value('outputHeight'))
return self.drawFrame(width, height)
- def preFrameRender(self, **kwargs):
- super().preFrameRender(**kwargs)
+ def properties(self):
return ['static']
def frameRender(self, layerNo, frameNo):