Wed, Feb 19, 2:29 AM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2025 Feb 05 6:41 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: script to group transform dials


OKCRandy ( ) posted Wed, 09 November 2011 at 7:49 PM · edited Sat, 11 January 2025 at 6:20 PM

Is there a pose file or script to group the Transform dials in a figure?

 

Like this:

 

Transform

    Scale

        Scale

        xscale

        yscale

        zscale

    Rotate

        xrotate

        yrotate

        zrotate

    Translate

        xtrans

        ytrans

        ztrans

 




jonnybode ( ) posted Wed, 09 November 2011 at 10:30 PM

Hi!

 

I rememer that Semidieu created some pose files for the millenium 3 characters, they put similar dials into groups.

 

The readme doesnt explicit allow distribution so i cant pose an example but he hangs out at RDNA so maybe you could ask him there.

 

A question:

Are you planing to release Nadya in the near future?

 



markschum ( ) posted Wed, 09 November 2011 at 10:34 PM

you can drag and drop them into what order you want but that may take a while. 

I dont know of a way of doing it in python except to rewrite the cr2.

This section I believe controls it:

channels
        {
        groups
            {
            groupNode General
                {
                groupNode Transforms
                    {
                    groupNode Translation
                        {
                        parmNode xtran
                        parmNode ytran
                        parmNode ztran
                        }
                    groupNode Rotation
                        {
                        collapsed 1
                        parmNode yrot
                        parmNode zrot
                        parmNode xrot
                        }
                    groupNode Scale
                        {
                        collapsed 1
                        parmNode scale
                        parmNode xScale
                        parmNode yScale
                        parmNode zScale
                        }


PhilC ( ) posted Wed, 09 November 2011 at 11:05 PM

Here ya go.
http://www.philc.net/forum/viewtopic.php?t=3692

Edit the template section as required. Hope that helps.


semidieu ( ) posted Thu, 10 November 2011 at 6:57 AM

The main problem of the 'group pose' files is that it destroy the existing groups.


OKCRandy ( ) posted Thu, 10 November 2011 at 11:35 AM

I am going to get back to work on her, she really needs work. I have most of it done.

 

Quote - A question:

Are you planing to release Nadya in the near future?

 




OKCRandy ( ) posted Thu, 10 November 2011 at 11:36 AM

Quote - Here ya go.
http://www.philc.net/forum/viewtopic.php?t=3692

Edit the template section as required. Hope that helps.

Thank you Phil that should work great! :)




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.