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

Default Blending Mode

Community Beginner ,
Feb 28, 2023 Feb 28, 2023

Hi
I have created a material using Substance Designer which can be used as a stamp on 3D models. However, I have encountered an issue where if the model already has a material, the "normal" and "height" of the model's material show up on the stamp. To address this problem, I changed the blending modes of the "normal" and "height" channels of the stamp layer to "normal" mode. Is there a way to define the stamp material layer modes as default layer modes in Substance Designer? Or is there an easier way to fix this problem?
2023-02-28 20_17_52-Adobe Substance 3D Painter - Test.png

TOPICS
How to
629
Translate
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

correct answers 1 Correct answer

Adobe Employee , Mar 06, 2023 Mar 06, 2023

Hello @Dazzle5FF7,

 

Thanks for the question.

 

With Substance 3D Designer, you can already attribute a blending mode to the output maps. Under the User Data of the output, write blendingmode="type of blending mode you need", for example:

blendingmode=normal

 

UserData.png

 

You will find all the custom properties you can add on a Susbstance graph here.

 

Best regards,

 

Translate
Adobe Employee ,
Mar 06, 2023 Mar 06, 2023

Hello @Dazzle5FF7,

 

Thanks for the question.

 

With Substance 3D Designer, you can already attribute a blending mode to the output maps. Under the User Data of the output, write blendingmode="type of blending mode you need", for example:

blendingmode=normal

 

UserData.png

 

You will find all the custom properties you can add on a Susbstance graph here.

 

Best regards,

 

Cyril Dellenbach (Micro) | QA Support Artist | Adobe
Translate
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 ,
Mar 25, 2023 Mar 25, 2023

Thanks a lot.
Is it possible to write two expressions in the User Data box? I want to disable the height map and attribute Normal blending mode whenever users enable it. I tried using 'disable=(true) && blendingmode=normal' but it didn't work.

Translate
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 ,
Mar 27, 2023 Mar 27, 2023
LATEST

Hi again @Dazzle5FF7,

 

It is possible indeed, but multiple settings are separated by a semicolon ( ; ) and not &&.

For example: disable=(true);blendingmode=normal

 

You will find these types of informations here.

 

Have a nice day.

 

Cyril Dellenbach (Micro) | QA Support Artist | Adobe
Translate
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