Giter Site home page Giter Site logo

diegogarciahuerta / tk-substancedesigner Goto Github PK

View Code? Open in Web Editor NEW
19.0 4.0 10.0 3.74 MB

:diamond_shape_with_a_dot_inside: Shotgun Toolkit Engine for Substance Designer https://www.substance3d.com/products/substance-designer/

License: Other

Python 100.00%
substance-designer substancedesigner shotgun-pipeline-toolkit shotgun-pipeline shotgun-toolkit-engine surfacing

tk-substancedesigner's Issues

tk-multi-workfiles2 Failed to create File Open dialog!

Describe the bug
When using the Workfiles File Open the dialog never opens. in the log you can see:
[MSG][1276][sgtk.env.project.tk-substancedesigner]Detected std style sheet file '\VSERVER01\shotgun\NewTemplates2\install\app_store\tk-multi-workfiles2\v0.12.6\style.qss' - applying to widget <tank.platform.qt.tankqdialog.FileOpenForm_TkWidgetWrapper object at 0x000001AC629D98C8>
[ERR][1277][sgtk.env.project.tk-substancedesigner.tk-multi-workfiles2]Failed to create File Open dialog!

I had a little look in the tk-multi-workfiles2 but it didn't seem clear why it was erroring out

Thanks for the engine

To Reproduce
Shotgun => Shotgun Workfiles => File Open...

Expected behavior
A clear and concise description of what you expected to happen.
Dialog appears

Desktop

  • OS: Windows 10
  • Version Substance Designer 10.1.0 (also didn't work in the lastest 11.1.2)
  • tk-multi-workfiles2 v0.12.6
  • tk-core v0.19.18

Additional context
The other tools like workspace and the shotgun panel seem to work fine

Executable not found for new installs of Adobe Substance Designer

The startup.py needs to be updated :

EXECUTABLE_TEMPLATES = {
    "darwin": [
        "$SUBSTANCEDESIGNER_BIN",
        "/Applications/Allegorithmic/Substance Designer.app",
    ],
    "win32": [
        "$SUBSTANCEDESIGNER_BIN",
        "C:/Program Files/Allegorithmic/Substance Designer/Substance Designer.exe",
    ],
    "linux2": [
        "$SUBSTANCEDESIGNER_BIN",
        "/usr/Allegorithmic/Substance_Designer/Substance Designer",
        "/usr/Allegorithmic/Substance Designer",
        "/opt/Allegorithmic/Substance_Designer/Substance Designer",
    ],
}

The Windows path should be :
"C:/Program Files/Adobe/Adobe Substance 3D Designer/Adobe Substance 3D Designer.exe"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.