Copy link to clipboard
Copied
Hello!
I'm new to using Substance Designer, unfortunately I'm stumped.
I made a node tree:
I built a node called "Pixel Processor" like this:
In Substance Painter, I need to change the "Float" value in this tree (red color).
How can I make this number "FLOAT" a parameter available in Substance Painter?
If this problem requires rebuilding the tree, then how do I change it?
For surface nodes (not in functions) I can click on "Edit exposed graph input", but there is no such thing in the function editor 😞
Click on a blank area of the main Substance graph so that the properties panel has the Substance graph properties.
Scroll down to input parameters and click on the + sign to add a new parameter.
Change the label and identifier to something that makes sense (for this I'll call it control)
Keep the type as float.
Set the default value to 42 (to match your function graph)
Set minimum and maximum values as you require
Set step to whatever minimum value you want between each step
Now go into the
...Copy link to clipboard
Copied
Click on a blank area of the main Substance graph so that the properties panel has the Substance graph properties.
Scroll down to input parameters and click on the + sign to add a new parameter.
Change the label and identifier to something that makes sense (for this I'll call it control)
Keep the type as float.
Set the default value to 42 (to match your function graph)
Set minimum and maximum values as you require
Set step to whatever minimum value you want between each step
Now go into the pixel processor function graph that you built and delete the Float node.
Replace it with Get Float
In properties select the name of the parameter you just built (in my case control)
That is it, you are ready to republish your graph as sbsar to use in Painter
Dave
Copy link to clipboard
Copied
Thanks a lot! Everything is working!)
I wonder if it's possible to implement the "Blend Mode" selection in the Blend node in the same way?
Are there tutorials or guides where people create different types of custom settings for editing procedural textures from Substance Designer in Substance Painter?
Copy link to clipboard
Copied
Blend mode cannot be exposed in parameters. However, you can get around that by using multiple blend nodes each set to a different blend mode and then using a multi-switch node to switch between them. That multi-switch node can be switched with an exposed parameter.
I'm replying from a phone at present but will add a link to the documentation and tutorials when I get to my office.
Dave
Copy link to clipboard
Copied
I will be very grateful!
Thanks again!
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now