Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 11 2:16 pm)
Carriage returns (x0d). LF are line feeds (x0a). Windows uses both CRLF (x0d0a). Some platforms such as unix and (I thought) mac use LF only or CR only. OBJ is a text format file so it can be any of the three possibilities for line endings.
I have tested the utility against files I manually created with CRs, LFs and CRLFs but I wanted originals to test against. I have tested it against OBJs from Poser, Modo, UVMAPPER and HEX. So far so good. It appears to scale them properly and can be called from a BAT file to automate the process which is what I was looking for.
At the beginning it grabs like 1k from the file and looks for CR, LF and CFLF and sets flags based on what it finds before it begins line scanning.
I just wanted some examples to test against. Since I don't have a mac, I have no way to make mac files. I manyually wrote some files out with only CRs and LFs but as you know, real world files can sometimes not be what you expected:)
I have a working test app if anyone (windows only) wants to test it.
Attached Link: http://elleque.net/content/
I think "elleque" creates on Mac and has freebees on her site... a very talented artist, She is the creator of Scampixie Pranxhttp://elleque.net/content/
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 am trying to make a command line OBJ scaler and want to test it with some MAC objs (only CR's).
They can be any objects, even a simple cube.
PM me or you can post links here if you want them public.