Forum: Poser Python Scripting


Subject: Possible P6 python bug

face_off opened this issue on Mar 28, 2005 ยท 22 posts


nruddock posted Fri, 01 April 2005 at 10:03 PM

You can fix your scripts by adding the line

from __builtin__ import str

which will bring the function back into scope.