Forum: Poser Python Scripting


Subject: Move morph as a whole in any direction

adp001 opened this issue on Aug 14, 2020 ยท 7 posts


HartyBart posted Sat, 22 August 2020 at 3:14 PM

I tried it with a NosePointed nose morph, located in the Head....

        body_actor = SCENE.CurrentFigure().Actor("Head")
    except poser.error:
        raise Aborted("Make sure a figure with an actor named 'Head' exists.")

    morph = body_actor.Parameter("NosePointed")
    if not morph:
        raise Aborted("Make sure a morph named 'NosePointed' exist in actor 'Head'.")

But it had no effect at all on the nose, on moving and then releasing the Mover cube. The messages from the script appeared to be the standard guidance, not errors. Does it only work on certain types of morphs?



Learn the Secrets of Poser 11 and Line-art Filters.