mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
No need to strip folder for the templates, we're not using the filename values of the result.
This commit is contained in:
parent
313cb0d550
commit
ece0e7ded2
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ def get_parsed_export_maps(config):
|
|||
from .colorspace import get_project_channel_data
|
||||
|
||||
outputs = substance_painter.export.list_project_textures(config)
|
||||
templates = get_export_templates(config)
|
||||
templates = get_export_templates(config, strip_folder=False)
|
||||
|
||||
# Get all color spaces set for the current project
|
||||
project_colorspaces = set(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue