Blender Kitsu: Add "FX-" to output collection #59

Merged
Nick Alberelli merged 1 commits from fix/blender-kitsu-output-col-fx into main 2023-05-30 13:38:29 +02:00
Showing only changes of commit 5bf9d592d8 - Show all commits

View File

@ -75,7 +75,7 @@ MULTI_ASSETS = [
"briny_bears_bag", "briny_bears_bag",
] # list of assets that gets duplicated and therefore follows another naming sheme ] # list of assets that gets duplicated and therefore follows another naming sheme
ASSET_COLL_PREFIXES = ["CH-", "PR-", "SE-"] ASSET_COLL_PREFIXES = ["CH-", "PR-", "SE-", "FX-"],
RES_DIR_PATH = Path(os.path.abspath(__file__)).parent.joinpath("res") RES_DIR_PATH = Path(os.path.abspath(__file__)).parent.joinpath("res")