Hello list,
I'm trying to figure out if there's a quick way to get all parameters
that are linked to a given parameter via expressions.
For example, say I link the the red diffuse color of one shader to another:
Application.SetExpr("Sources.Materials.DefaultLib.Lambert.Lambert.diffuse.red",
"Sources.Materials.DefaultLib.Scene_Material.Phong.diffuse.red", "")
i.e. the Scene_Material's diffuse.red drives the Lambert's diffuse.red.
Now given "Sources.Materials.DefaultLib.Scene_Material.Phong.diffuse.red"
how do I find out that it is being used to drive
"Sources.Materials.DefaultLib.Lambert.Lambert.diffuse.red"?
Thanks in advance for any tips!
-Nicolas