Forum: Poser Python Scripting


Subject: Change internal dial names?

Ajax opened this issue on Nov 28, 2003 ยท 16 posts


noggin posted Thu, 04 December 2003 at 2:30 AM

I've done a more thorough test on your script Okham and can confirm that it DOES work but ONLY when the script is applied BEFORE the next identical figure is imported to the scene. So: If you import Figure(F)1, F2,F3 and then apply the script to each figure, Easi-pose works for F1 but F2 and F3 crosstalk (inspite of having the script applied). If you import F1, apply the script and then import F2 & F3 and then apply the script to F2&F3: F2 functions independently but F3 crosstalks with F2. Finally if you import F1, run script, import F2, run script on it and then import F3 and run script they all work independently. Hope that helps.