Mon, Oct 21, 11:16 PM CDT

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: WidgetProcID and BehaviorProcID ?


semidieu ( ) posted Sun, 31 December 2006 at 10:12 AM · edited Wed, 09 October 2024 at 9:04 PM

Hi again...

Is there any way to know what they really are ?

For examples:

if WidgetProcID number is...

1 => Sphere ???
2 =>  Shadows ???
3 => Label
4 => Grey rectangle ???
5 => The whole window become grey...
6 => nothing
7 => White rectangle: text box ?
8 => Frame counter
9 to 12 => Nothing
13 => Menu ???
14 to 16 => Nothing
17 => ???? ShaderMaker
18 => Nothing
19 => Grey rectangle
20 => Poser crash
21 => Nothing
22 => Dials
23 => Buttons
24 => Sphere with one pixel white point ???
25 => Poser crash
26 => Multi select ????
27 => Outlie rectangle ???
28 => rectangle ????
29 and over... Nothing

I guess every number does do something... but what ? And can we use them ?

I know there is the "hack" function in Python to get the functions of the Poser module... But is there a way to know what are those WidgetProcID and BehaviorProcID ?


nruddock ( ) posted Sun, 31 December 2006 at 11:24 AM

Quote - I know there is the "hack" function in Python to get the functions of the Poser module... But is there a way to know what are those WidgetProcID and BehaviorProcID ?

Take a look through the XML files in Runtimeui

I suspect that these are custom control handlers in Poser's code and not avaliable to Python.

Now if EF would properly expose the internal wxWindows implementation to Python, then we might get somewhere.


Privacy Notice

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.