xv: bd: common -> xv_common
This commit is contained in:
parent
4da7eb7d24
commit
3ba1bc1f00
2
Symphogear/XV [BD]/.gitignore
vendored
2
Symphogear/XV [BD]/.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
bdmv/
|
bdmv/
|
||||||
common/__pycache__/
|
xv_common/__pycache__/
|
||||||
*.bookmarks
|
*.bookmarks
|
||||||
*.png
|
*.png
|
||||||
!common/mask_2.png
|
!common/mask_2.png
|
||||||
|
@ -3,7 +3,7 @@ import vapoursynth as vs
|
|||||||
import sys
|
import sys
|
||||||
sys.path.append("..")
|
sys.path.append("..")
|
||||||
|
|
||||||
from common import FadeRange, denoise, descale, w2x, deband, ncop_mask, finalize
|
from xv_common import FadeRange, denoise, descale, w2x, deband, ncop_mask, finalize
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from toolz.functoolz import compose
|
from toolz.functoolz import compose
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ import vapoursynth as vs
|
|||||||
import sys
|
import sys
|
||||||
sys.path.append("..")
|
sys.path.append("..")
|
||||||
|
|
||||||
from common import FadeRange, denoise, descale, w2x, deband, ncop_mask, finalize
|
from xv_common import FadeRange, denoise, descale, w2x, deband, ncop_mask, finalize
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from toolz.functoolz import compose
|
from toolz.functoolz import compose
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Loading…
x
Reference in New Issue
Block a user