odf opened this issue on Oct 27, 2008 ยท 13933 posts
lesbentley posted Sun, 20 November 2011 at 12:48 PM
Poser's obj export seems to have been seriously broken in P7 and up. If you need to do a lot of obj exporting it's best to use P6 or previous.
Quote - I created a character file and the textures will only load if I click body parts and select earring. It won't apply on body for some reason.
I think I can guess the cause. That sounds like the actors in question are using "customMaterial 1". Each actor contains a line saying "customMaterial", that word is followed by either a one or a zero. A "1" tells Poser to look inside the actor itself for the material, a "0" tells it to look in the 'figure' section of the cr2 for the material. Props usually use "customMaterial 1", and actors in a figure usually use "customMaterial 0". The "customMaterial" tells Poser where to look for the material, but the block of code that defines the material settings needs to be in the place where Poser has been told to look.
If the material is in the actor, you can move it to the 'figure' section, and edit the "customMaterial" line to "customMaterial 0".
I know the above may be a little hard to understand, but it's the best I can do at the moment.