Forum: Poser - OFFICIAL


Subject: Python script for specularity?

Ghostofmacbeth opened this issue on Mar 17, 2009 · 6 posts


PhilC posted Tue, 17 March 2009 at 2:00 PM

Use:-

actor = scene.CurrentActor()
materials = actor.Materials()

You can add error checking lines to ensure that it is a prop that is selected, or in the first one to ensure it is a figure. Otherwise just be careful about what is currently selected before running the script.