Sat, Nov 30, 4:53 PM CST

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: Has anyone a script to copy and paste dynamic hair and/or its settings?


adorana ( ) posted Mon, 21 March 2005 at 4:41 PM · edited Thu, 15 August 2024 at 6:59 AM

i'm playing around with dynamic hair for some time and i guess it would be easier if there would be a copy and paste function. for example after modelling the left side to copy it to the right.
has anyone yet written such a script??

above of this i'm searching for a script that copies the dynamic settings of one hair group to another...

i would be very happy about any kind of help...! :)

Message edited on: 03/21/2005 16:42


nruddock ( ) posted Mon, 21 March 2005 at 5:02 PM

This looks like it will be possible to do in P6, not in earlier versions.


foleypro ( ) posted Mon, 21 March 2005 at 10:39 PM

Ahhhh just wait I bet there are some folks who are already working on that one and the Dynamic Export Script too..


adorana ( ) posted Tue, 22 March 2005 at 8:35 AM

for mirroring a hair group you only have to give a negative value to the first coordinate in the hair file. for example from this: hairProp obenlinks:1 { geomCustom { numbVerts 600 numbTVerts 600 numbTSets 600 numbElems 30 numbSets 600 v -0.023957 0.706868 0.014568 to this: hairProp obenlinks:1 { geomCustom { numbVerts 600 numbTVerts 600 numbTSets 600 numbElems 30 numbSets 600 v 0.023957 0.706868 0.014568 just delete or add the "-". maybe there a text editor instead with which you can automate this process? it takes a long, long time to do it manually... don't know the values you can influence by python...


nruddock ( ) posted Tue, 22 March 2005 at 8:52 AM

Access to the hair geometry was possible in P5, what's new in P6 is that you can create new HairGroups, and manipulate the simulation parameters from a script.


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.