After some fiddling I've noticed that exposing a parameter will reveal it as what-it-is ie, exposing the pattern type of a tile generator shows you the capsule "variable" is integer 15 in its list now the if/else makes sense, but I'm still not sure where you can type in specific code? or even if there is documentation on…
Hello I'm looking for information/tutorials/anything on substance designer's function nodes - ie, how do you use the if/else node (and more)? I'm also interested in learning about how to write custom functions, if that's even possible (ie, instead of using an "if/else node", just write out an if/else statement somewhere?)…
Hi, you can also take a look at this video : https://youtu.be/YgGkLcaELHM?t=14m45s We also have some information in our documentation : https://support.allegorithmic.com/documentation/display/SD5/Functions I made a small sbs example with the if/else: https://www.dropbox.com/s/28okty9ngykoj7e/if_else_example.sbs?dl=1 In…