I'm trying to change the values of Wave Texture (Shader Editor) by python: I mean that I what to change the value of Distortion or Detail Scale by python code.
wave_texture = bpy.data.objects['plane'].active_material.node_tree.nodes['Wave Texture']
I stack at this point, how I get and set Distortion for example.