Adverti horiz upsell

Substance Painter importer 1.0.0 for Maya (maya script)

Substance Painter importer helps you to speed up your workflow from Substance Painter to Maya

License
Button download
1,887 Downloads

Compatibility

  • 2017

Operating Systems

  • Windows

History

Created:09/13/2016
Last Modified:09/13/2016
File Size: 4.79 KB

Q/A

Error

Date:01/09/2017
Submitted by: kmacneil91 kmacneil91
Hello, I receive this error when trying to run the script:
# Error: ImportError: file <maya console> line 1: No module named SubstancePainterImporter
 
The .py is loaded into my scripts file, and I have the material selected when trying to run the script. What am I doing wrong? Thank you!

Replies to this question:

  • Shih Hwa Lai

    Shih Hwa Lai said almost 8 years ago:

    you need to check to see if the py file is on a path that Python can see. Try:
    1
    2
    3
    
    import sys
    from pprint import pprint
    pprint(sys.path)
     
    the py file must be on one of the path listed

Post a reply: