Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 29 7:57 am)
I think that I have a fix for this, but as luck would have it, my Time Warner Roadrunner connection to my server just up and died this morning. I will have a new version of the RML.zip file soon and I'll post it back here. Thanks for helping me debug this on a Mac. Was anyone else able to download the script (before 10:30 am central time) and run it on a PC successfully?
From our discussion earlier, underdog, I'm trying to run the version that doesnt require ProPack. I did as you told me and went to www.python.org. I got what I thought was needed, installed. I cant get the script to run. Went and got Tcl/Tk and got a little further. Still cant get the script to run. What else am I missing? Dave
Attached Link: http://www.fantasy3d.com/pfiles/python/RML.zip
Hmmmmmmmm. OK so let's see what I can answer from these replies. re: Traceback (innermost last):...AttributeError: access This seems to be a problem for Macs only. I think I have that fixed. Try the new version (link). I replaced the calls to "os.access()" with calls to "posixpath.isdir()". re: is it meant for standard characters or millenium? The script uses *.fc2 files found in the "templates" directory (provided with the script). These files have adjustments to these target geometries: "OpenLips", "Smile", "Frown", "Mouth O", "Mouth F", "Mouth M", "Tongue T", and "Tongue L". Any figures that don't have these channels won't be able to use this version of the program. I can see that I need to think about this a bit though. I need one that works for other figure types too, eh? re: I cant get the web page to work. My site is back up, so please try again (use the link attached to this message). re: Still cant get the script to run. What else am I missing? I am not sure what sort of errors you are seeing. Are you able to get other python scripts to run? Try going to a DOS prompt and entering these commands: ---> cd "C:Program FilesMetacreationsPoser 4RuntimePythonposerScriptsRML ---> python phon.py You will need to have PYTHON in your PATH or it won't find it. You might try something like "C:Python22python phon.py" instead... not sure without more information. THANKS FOR YOUR FEEDBACK! ===Underdog===Attached Link: http://www.fantasy3d.com/pfiles/python/RML.zip
OK! I think I have a version that will survive various differences in file paths across computers and also one that if you RUN it from the RML directory is changes UP four directory levels to the "Poser 4" main directory. That was part of the problem. I didn't realize that if I try to let folks run this directly, it doesn't start at the right spot. I have tested it in both Poser 4 Pro and also at the MS-DOS command line. So if there is anyone out there that want's to give this another go, let's see if it works this time! ===Underdog===Thanks
Sascha
Attached Link: http://www.fantasy3d.com/pfiles/python/RML.zip
Argh. I don't like the way Python deals with global variables. Since I didn't declare the DIRCH to be global, it reverted BACK to the "" when I left the initialize function.. Actually, other than some stuff like that, python turns out to be pretty cool. I may have to really learn it! OKAY! This version has that bug fixed AND one reported in an email where the Rules variable was mysteriously out of scope.I tried the second version (6/26). worked ok on p4/1.6g/512/xp. noted that later on one of my files was listed in japanese in the programs menu. I think that this was due to the fact that I forgot to close an "IDLE" window though and probably not a bug with your program. (might also have to do with globals as you stated) hey this is great - although I suspect that the phenomes interface still needs work as to the shapes of the individual "mouthings". - keep at it underdog.
Sascha, Hey, no need to apologize! I am thrilled you are willing to continue to help me debug this on Macs. It's pretty tough for me without physical access to a Mac. I still believe these are problems that can be solved. I guess my hope of changing directories up four levels to support folks that started OUT in the RML directory didn't work. Hmmm. Also, I am not clear yet why the "filetypes" option isn't supported on the python for mac but is on the windoze version. But, I will still prevail. If you are willing to keep testing it, I am willing to keep hacking away at it. :-D Stay tuned for another patch... ===Underdog===
bikermouse, You are absolutely right, the phonemes need some serious work. For example, the "b" shape kind of puckers up the mouth too much. It should be more flat and wide. And frankly this may NEVER be a perfect solution, since the translation from english to phonemes is also not always right, but it gets you a long ways there, I hope. I will turn my guns on the phoneme shapes after I get the more serious bugs out of the way. ===Underdog===
Attached Link: http://http://www.fantasy3d.com/pfiles/python/RML.zip
OK, we are now on RML version 0.4b and here's what I just did. I removed the "-filetypes" option from the save dialog box (I don't think I really needed it, just fluff), and I am using an alternative strategy for changing up to the Poser home directory. Rather than "..:..:..:.." or "........" I am just stripping off the four levels and changing to the absolute directory... Got my fingers crossed on this one (hard to type). THANKS AGAIN, ===Underdog===Attached Link: http://http://www.fantasy3d.com/pfiles/python/RML.zip
One other note: I updated the readme file (dave's suggestion) adding docs on how to get rid of the annoying dos window when running it standalone on windows. I ALSO added a THANKS section and if I missed anyone please LET ME KNOW. ===Underdog====Attached Link: http://www.fantasy3d.com/pfiles/python/RML.zip
yowtch! sorry for the silly link - in case someone can't figure it out I added an extra http:// on it... DOH!I d/l the latest version earlier and it works on my pc with no errors at all, thanks for the mention in the readme :) the japanese thing has happened to me before it's usually a problem with the fonts, windows sometimes loads the wrong font and everything goes weird, used to happen to me a lot with win98, not seen it since swapping to xp, but then I've only had xp since feb. Rob
I haven't read anything to this effect yet but here's just my $.02US for the Mac beta testers out there: When we were beta testing LipSinc's Mimic for Macintosh, they informed us that you could not exceed a 64 character path name for either their Mimic or Curious Labs' Poser products. As soon as I moved the Mimic folder to either the Desktop or to a higher level on the hard drive, all file access problems by Mimic and/or Poser disappeared.
rereading this page I noticed lynnJonathan's post with two points that I failed to address: 1. "The poser character said 4 words in 20 frames..." - The code right now does have the framespacing hardcoded but that needs to change for the release. I will add a field to allow you to adjust framerate. That won't entirely solve things, since some phonemes might need fewer frames than others, but it's a start. For now you can stretch out the frames using the Animation->Retime Animation command in poser. 2. "...it doeasnt work with audio files. It's a very cool script but I'm not sure what its use would be?" - It's true that RML does not parse audio files to determine mouth shapes, but it might be that the phonetic approach will more accurate at determining which mouth shape to use for an existing speech audio track. But... since I am rather closely involved in writing this program, it would be up to someone else to give a thumbs up or down on whether or not it's actually useful. :)
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.
Attached Link: http://www.fantasy3d.com
Please check out the RML.zip file, available in the Free Stuff section under Poser Utilities. It's the text based lip sync program I put out on http://www.fantasy3d.com/phon a looongg time ago. I have converted it to Python/Tkinter and made it so that if you have the Pro Pack you can run it from within Poser or if you DON'T have the Pro Pack (*yet*) you can download Python and still run the script. NOTE: THIS IS IN BETA! I need help (especially from MAC users) debugging this! THANKS! ===Underdog===