mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add back in imports that accidentally got removed
This commit is contained in:
parent
217b9dd708
commit
1cc2db14bb
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from collections import defaultdict
|
|||
import substance_painter.project
|
||||
import substance_painter.resource
|
||||
import substance_painter.js
|
||||
import substance_painter.export
|
||||
|
||||
from qtpy import QtGui, QtWidgets, QtCore
|
||||
|
||||
|
|
@ -393,6 +394,8 @@ def get_parsed_export_maps(config):
|
|||
dict: [texture_set, stack]: {template: [file1_data, file2_data]}
|
||||
|
||||
"""
|
||||
# Import is here to avoid recursive lib <-> colorspace imports
|
||||
from .colorspace import get_project_channel_data
|
||||
|
||||
outputs = substance_painter.export.list_project_textures(config)
|
||||
templates = get_export_templates(config, strip_folder=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue