Answered
How do you find the Usage of an output node. (basecolor, roughness, etc)
How do you get the usage type of an output node via python?
How do you get the usage type of an output node via python?
That was exaclty what I needed. Thank you.
I was able to get the name using...
Node.getAnnotationPropertyValueFromId("usages").getItem(0).get().getName()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.