Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 24 12:37 pm)
-Anton, creator of Apollo Maximus
"Conviction without truth is denial; Denial in the
face of truth is concealment."
hmm..I wonder if some of the lower-order ascii characters would help. Don't remember the actual numbers, but under 30 or so are a lot of control characters. To insert, type 'alt+the number of the character', like Alt+164 is and so on..hope this helps
I wish I'd said that.. The Staircase Wit
anahl nathrak uth vas betude doth yel dyenvey..;)
This is typically caused by a text file parser that only looks for end-of-lines (hard returns), but not end-of-file in the same breath. It may increase parsing speed, but, alas, this is the result - either an error or the last line is never parsed.
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
That was exactly the solution to fixing my long render time for that character package I was seeking help with in another thread. My render time prior to adding that carriage return at the end was almost 3 hours. After adding that to each of the 4 clothing .obj files, my render time reduced to 50 minutes. Thanks again for suggesting I try that :)
"It is good to see ourselves as
others see us. Try as we may, we are never
able to know ourselves fully as we
are, especially the evil side of us.
This we can do only if we are not
angry with our critics but will take in good
heart whatever they might have to
say." - Ghandi
I'm not talking about an EOF marker. I'm talking about checking for the end of the file (returned by most OS and language file reading routines) while reading lines from the file. If they were going by filelength (which is how I determine EOF), then a hard return at the end would be pointless to avoid the issues raised, now wouldn't it?
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
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.
Hi there, Some may remember the older discussion about fragmented obj files and FireFly hanging up when it get's to the "adding objects" status bar. Something else that is important in the need for a hard carraige return at the end of the obj file. See below
-Anton, creator of Apollo Maximus
"Conviction without truth is denial; Denial in the face of truth is concealment."
Over 100,000 Downloads....