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)
Y-Phil posted Tue, 05 July 2022 at 4:08 AM Online Now!
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 โค๏ธ
Y-Phil posted Tue, 05 July 2022 at 4:10 AM Online Now!
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 โค๏ธ
Tekitoumen posted Wed, 20 July 2022 at 11:36 PM
Sorry for replying late.
The problem has been resolved.
Thank you for your kindness.
Y-Phil posted Thu, 21 July 2022 at 3:52 AM Online Now!
You're welcome :-)
๐ซ๐ฝ๐๐
(ใฃโโกโ)ใฃ
๐ฟ 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 โค๏ธ