Hello there.
I am trying to create rs node material and change the parameters through ptyhon,just like the script below:
This script can create a rs node material ,and change its name to "testName".
And then it print "texturesampler@dmK_EGteLBKu_z6dSyUHgb<com.redshift3d.redshift4c4d.nodes.core.texturesampler.tex0"
Here is my question:
1、where Can I find the document of these string parameter just like "com.redshift3d.redshift4c4d.nodes.core.texturesampler".
2、where Can I find the document of these method just like "FindChild","AddChild","GetInputs" and so on.