Forum: New Poser Users Help


Subject: How to Method

Tekitoumen opened this issue on Jul 05, 2022 ยท 5 posts


Tekitoumen posted Tue, 05 July 2022 at 3:25 AM

hello.


The manual has a sample program as shown below.


scene = Poser.Scene()

actor = Scene.CurrentActor()

parm = actor.ParameterByCode(Poser.ParmCodeXSCALE)


The sample script works fine.


But, I get an error when I try to use the other methods in the same way.
ex.) test = poser.Geometry()

AttributeError: "module 'poser' has no attribute 'Geometry' "

Do I need to make any special settings if I want to use other methods?

Thank you.