Forum Moderators: Anim8dtoon, RedPhantom, Staff
New Poser Users Help F.A.Q (Last Updated: 2025 Jan 30 4:26 am)
New to Poser? Ask questions here for expert help!
In your case, the method "Geometry()" is not for the module named "poser". This is Python: each function must be related to the object.
If you would like to learn and test, you may launch Poser's Python shell (Menu: Scripts) and test each line of Python.
One function to know: dir(...), which lists the methods available for the object.
Example in your case: dir(actor)
And when you type the object and the method, Poser will display the parameters and a description as soon as you enter the opening parenthesis:
π«π½ππ
(γ£ββ‘β)γ£
πΏΒ Win11 on i9-13900K@5GHz, 64GB, RoG Strix B760F Gamng, Asus Tuf Gaming RTX 4070 OC Edition, 1 TB SSD, 6+4+8TB HD
πΏΒ Mac Mini M2, Sequoia 15.2, 16GB, 500GB SSD
πΏΒ Nas 10TB
πΏΒ Poser 13 and soon 14Β β€οΈ
Poser's Python isΒ based on wxPython, more informations on wxPython here.
π«π½ππ
(γ£ββ‘β)γ£
πΏΒ Win11 on i9-13900K@5GHz, 64GB, RoG Strix B760F Gamng, Asus Tuf Gaming RTX 4070 OC Edition, 1 TB SSD, 6+4+8TB HD
πΏΒ Mac Mini M2, Sequoia 15.2, 16GB, 500GB SSD
πΏΒ Nas 10TB
πΏΒ Poser 13 and soon 14Β β€οΈ
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
hello.
The manual has a sample program as shown below.
scene = Poser.Scene()
actor = Scene.CurrentActor()
parm = actor.ParameterByCode(Poser.ParmCodeXSCALE)