material.set_nodemat_value(obj, ["My_cool_material","Value" ], 0.1)
Reply to post of user Evgeny RodyginHi!You can make a node structure like this one:Having this, you can control the Value node through API in the following manner:set_nodemat_value(obj, ["My_cool_material","Value" ], 0.1)
set_nodemat_value(obj, ["My_cool_material","Value" ], 0.1)