disable original transparancy for now
This commit is contained in:
parent
0d554bda05
commit
eb49a320d1
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ def compose(clips, target=150, base=1024, voice_over=None):
|
||||||
else:
|
else:
|
||||||
transparency_back = transparency
|
transparency_back = transparency
|
||||||
transparency_front = 0
|
transparency_front = 0
|
||||||
transparency_original = seq() / 10
|
#transparency_original = seq() / 10
|
||||||
|
transparency_original = 1
|
||||||
if "background" in clip:
|
if "background" in clip:
|
||||||
scene['front']['V1'].append({
|
scene['front']['V1'].append({
|
||||||
'duration': clip['duration'],
|
'duration': clip['duration'],
|
||||||
|
|
Loading…
Reference in a new issue