Pertial opened this issue on Apr 07, 2005 ยท 4 posts
ockham posted Thu, 07 April 2005 at 11:48 AM
I can see one basic problem: the backslashes
in your filenames. You need to write those
as double backslashes in order for Python to
read them properly.
Also, the Scene is a function, so it needs
parentheses. It's generally easier, and
sort of standard, to get a simple variable
for Scene first:
scene=poser.Scene()
scene.LoadLibraryFace("RuntimelibrariesFaceP4
PhonemesAre.fcz")
Edit: The compression isn't the trouble. LoadLibraryFace will load the FCZ files just fine. (I just checked this to be sure!)
Message edited on: 04/07/2005 11:52