Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 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...
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.
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