Selection in Surface Pane using script
Edpa
Posts: 46
I know how to select node by label (findNodeByLabel( "..." )).
But how to make this in Surface Pane - to example choose "Opacity" or other item here? Thanks
Comments
You would do better to go to the item directly rather than through the pane. This script sample shows how to get a material from an object and access its properties http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/properties/material_properties/start
Ok! It's working correctly. Changes a little and OK. Thank you very much.
Modified place from this script :)