import poser for actor in poser.Scene().Actors(): if (actor.Materials()): for material in actor.Materials(): tree = material.ShaderTree() for node in tree.Nodes(): if (node.Type() == "image_map"): inp = node.Input(13) inp.SetFloat(0.0)