Forum: Poser - OFFICIAL


Subject: How can you get the .obj out of a .cr2 and remain with a clean character?

Black_Star opened this issue on Nov 18, 2007 · 17 posts


kuroyume0161 posted Sun, 18 November 2007 at 3:46 PM

It is easy to extract the embedded Wavefront obj file.  Copy everything inbetween the { } after geomCustom into a new text file.  Remove the five lines at the top starting with 'numb'.  Save as .obj and now you have the obj file for loading into UV mapper (for instance to create a texture template image for use in Photoshop or PSP).

This won't change the reference in the prop file (pp2) from internal (embedded) to external.  That requires that you change the reference from geomCustom to objFileGeom followed by the reference to the obj file.  But for creating textures, you don't need to do this. :)

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