Forum: Poser Python Scripting


Subject: Something more about Poser Materials

adp001 opened this issue on Apr 04, 2021 ยท 3 posts


adp001 posted Mon, 05 April 2021 at 12:02 AM

Copy nodes from one existing material to another existing material:

copy_material(material_A, material_B)

Copy an existing materials to any actor. Material is created if it does not exist already:

copy_material_to_actor(existing_material, target_actor)

Copy a set of materials from one poser object (actor or figure) to another object (actor or figure):


copy_materials(source, target)