Skip to main content
Known Participant
September 10, 2021
Question

Checking PBR Base Color more accurately?

  • September 10, 2021
  • 1 reply
  • 251 views

So, I'm currently Substance Academy Series: Getting Started with Substance Designer, and we're now learning the PBR BaseColor/ Metallic Validate Node, which allows to see if are colors are ok. Geen equals ok, red equals bad.

 

I was wondering if there was a Node, an option, or even a 3rd party plugin, that will show us which Node is making the range go to the extreme, to where it gives us the red?

 

This would be specifically useful, when it's only red tiny spots. Now, I was able to fugure out which Node it was, but I was curious to see if there's a more accurate tool that will tell us which Node is the culprit.

This topic has been closed for replies.

1 reply

Luca Giarrizzo
Community Manager
Community Manager
September 13, 2021

Hello @HandsomeDragon,

 

Unfortunately, such a tool is not available in Designer. It would either require we work on the Substance Engine to raise a flag when a computed value is out of a given range, or using the Python API.

 

That being said, the Python API currently does not have access to the node image cache, so performing the checks you suggested would require saving the result of each node upstream of the PBR Validate node to a bitmap file, then parsing these images through Python using an external image processing module.

 

For the time being, checking upstream nodes with a PBR Validate node using a dichotomic search would be a simple an reasonably quick solution.

 

Best regards.

 

Luca Giarrizzo | Quality Engineer - Substance 3D Designer | Adobe