Forum: Poser Python Scripting


Subject: Using BucketSize in poser python

smiller1 opened this issue on Mar 10, 2007 ยท 5 posts


nruddock posted Sun, 11 March 2007 at 6:17 AM

Use ffo = poser.Scene().CurrentFireFlyOptions() to obtain a FireFlyOptionsType object.
You can then use ffo.BucketSize() and ffo.SetBucketSize(n) to get and set the BucketSize respectively.
See the section of the "PoserPython Method Manual" entitled "FireFly Options Methods" for the method names to manipulate other settings.
The values obtained from the FireFlyOptionsType object reflect what's set in the "Manual Settings".