Skip to content

Commit

Permalink
Also save original alpha node in VideoOutputNode
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 29, 2023
1 parent 1e96bec commit 25a663b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vspreview/core/types/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class VideoOutputNode:

def __post_init__(self) -> None:
self.original_clip = self.clip
self.original_alpha = self.alpha

if self.cache:
from vstools import cache_clip
Expand Down

0 comments on commit 25a663b

Please sign in to comment.