• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Sampler Pipeline Integration

Community Beginner ,
Oct 04, 2022 Oct 04, 2022

Copy link to clipboard

Copied

Good morning,

 

We're currently evaluating how to integrate some of our tools in Substance Sampler and I had a few questions about how best to package and distribute plugins.

 

Is there a way to update the application Python search path? I noticed the application accepts command-line args to run a script or a configuration file. Is there any documention or examples of a configuartion file? 

 

Thanks for your time!

TOPICS
Scripting

Views

184

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 05, 2022 Oct 05, 2022

Copy link to clipboard

Copied

Hello,

I'm not sure to understand all your points.

If you want to install python packages that can be used by Sampler, you can install them using the Python executable shipped with Sampler with:

C:\Program Files\Adobe\Adobe Substance 3D Sampler\resources\pythonsdk\python.exe -m pip install -- user [yours packages]

If you want to use another Python than the one shipped with Sampler, this is not possible.

 

Let me know if it answers your points.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 06, 2022 Oct 06, 2022

Copy link to clipboard

Copied

Sorry to be unclear.

 

I'm curious if Sampler has a user plugin search path akin to Substance Designer and Painter. Also, will we be able to load plugins automatically, or is the only mechanism to use the Plugins & Scripts panel in preferences?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 10, 2022 Oct 10, 2022

Copy link to clipboard

Copied

LATEST

We don't for the moment. It's on our list of future improvements.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines