Selection in Surface Pane using script
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 
You currently have no notifications.
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 
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
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 :)