Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 24 12:37 pm)
In Poser files, the most common way of making a comment line is with the double-slash as in the C language: // Copyright (c) 2004 Ockham In OBJ files, a pound sign is more common: # Copyright etc
My python page
My ShareCG freebies
Note that if you use "//" or "#" for comment lines in a Poser library file the lines begining with these characters will be striped out if the file is resaved to a pallet from a Poser documment.
If you need to preserve text through a resave, a better idea is to add it as a material:
material This is a copyright notice.<br></br> {<br></br> }
The if I remember right the maximum length for the text string (including spaces) is 60 characters. An advantage of using this method is that the copright notice (or what ever) will be displayed in the Material Priview drop down menu of the Surface Materials window.
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.
Does anybody know what (if any) format is allowed for adding comments inside .pz2, .pp2, .obj, etc... files? Since ReadMe files often get lost or thrown away, I'd like to add author and copyright info directly inside files that I give/sell.