Hello--
Is there any way to configure the environment such that substance_painter can be imported into a python3 terminal (I am on linux if it matters). I am hoping there is a way to export textures without running a display.
This is the error I am currently getting:
Python 3.7.6 (default, Feb 19 2020, 13:29:31)
[GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import substance_painter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/path/to/substance_painter/6.2.1/resources/python/modules/substance_painter/__init__.py", line 25, in <module>
from substance_painter import (display, event, exception, export, logging, project, resource,
File "/path/to/substance_painter/6.2.1/resources/python/modules/substance_painter/display.py", line 50, in <module>
import _substance_painter.display
ModuleNotFoundError: No module named '_substance_painter'
>>>
Thanks!