Why convert PTEX to OBJ?
People look for .obj because they have a Ptex-textured asset and want the underlying geometry to reuse elsewhere. But Ptex was designed by Disney to attach a separate texture to each face using the mesh's intrinsic per-face UVs, so it carries color, displacement and adjacency data rather than vertices and polygons. The geometry lives in the source scene file, not in the .obj.
How to convert PTEX to OBJ
Foundry Mari PAID
When a Ptex file is loaded with its geometry, open the scene and use Objects > Export to write the mesh out as .obj. The Ptex textures stay in the separate .ptx file.
Autodesk Maya PAID
Open the original Maya scene, select the Ptex-textured mesh, then File > Export Selection and choose the OBJexport type to save geometry as .obj.
SideFX Houdini PAID
Load the source geometry, wire it into a ROP Geometry Output (or File SOP) and write .obj; the Ptex maps are handled separately by the Bake Texture node.
About these formats
A .ptex file is a per-face texture map made with Disney's Ptex texture system, which paints subdivision and polygon meshes without any UV layout. Each file holds a separate texture for…
Open .PTEX details →An OBJ file is a 3D model in the Wavefront OBJ format - a plain-text list of vertices, faces, and surface normals. Open it free with Blender, the Microsoft 3D Viewer on Windows, or…
Open .OBJ details →Quality & what to watch
- The
.objyou get is only the mesh - the Ptex color and displacement do not travel with it and must be re-applied. .objhas no per-face Ptex UVs, so you would need to unwrap or bake new UVs to reuse the textures.- If you only have the
.ptxfile and not the original scene, the geometry cannot be recovered as an editable mesh.
Frequently asked questions
Does a Ptex file contain the 3D model?
Can any converter turn `.ptex` into `.obj`?
.obj.How do I keep the textures when I export the mesh?
.obj. Bake the Ptex to UV image maps (PNG/TIFF) and re-apply them after unwrapping the exported mesh.