Hi,
In the modify_port_value_r24.py
script there is a section of
colordePort = bsdfNodeInputs.FindChild("color")
The "color" is hardcoded where do I find the list of it in a given node?
P.S. I initially thought selecting the node and iterating the through the inputs and outputs would help me do so but the result can't be used.
[email protected]<com.redshift3d.redshift4c4d.nodes.core.fresnel.fresnel_useior
[email protected]<com.redshift3d.redshift4c4d.nodes.core.fresnel.user_curve
[email protected]<com.redshift3d.redshift4c4d.nodes.core.fresnel.facing_color
[email protected]<com.redshift3d.redshift4c4d.nodes.core.fresnel.perp_color
[email protected]<com.redshift3d.redshift4c4d.nodes.core.fresnel.ior
The "perp_color" or "facing_color" doesn't work (i.e. FindChild("perp_color")
)
I tried using the node.GetValue("effectivename")
doesn't work. Gives an error.