mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add burnin do not use expression but only text
This commit is contained in:
parent
96d3e51d92
commit
defe60e556
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
"""
|
||||
resolution = self.resolution
|
||||
data = {
|
||||
'text': options.get('expression') or text,
|
||||
'text': text,
|
||||
'color': options['font_color'],
|
||||
'size': options['font_size']
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue