Why convert PTEX to TIF?
People convert to .tif because Ptex only works inside a few renderers, whereas a UV-based .tif is a lossless, high-bit-depth map that most engines and pipelines accept. The conversion re-projects the per-face Ptex data onto standard UV tiles.
How to convert PTEX to TIF
SideFX Houdini PAID
Use the Bake Texture render node, set the UV Unwrapping Method to UDIM, point it at the Ptex-textured geometry and set the output image to .tif.
Foundry Mari PAID
Open the Ptex channel and use Export (or Export Flattened), choosing .tif as the format to write a standard UV image.
ptxconvert (Ptex utilities) OPEN-SOURCE
Run ptxconvert in.ptx out.tif for a single-face file; the reverse (in.tif out.ptx -mode periodic) needs power-of-two dimensions.
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 →A TIF (or TIFF) file is a Tagged Image File Format image, the standard for scanned documents, faxes, and archival photos. It opens without installing anything on Windows (Photos app) or…
Open .TIF details →Quality & what to watch
- Baking requires a valid UV layout on the mesh; without one you must unwrap first, which changes how the texture is stored.
- The output
.tifis a fixed resolution, so Ptex's adaptive per-face detail and seamless filtering are flattened away. ptxconvertonly converts single-face Ptex; production multi-face assets need Houdini or Mari to bake.
Frequently asked questions
Which tool gives the best Ptex-to-TIFF result?
.tif tiles from the Ptex data.Do I lose quality baking Ptex to TIFF?
Can I convert a TIFF back into Ptex?
ptxconvert ... -mode periodic, but the TIFF must have power-of-two dimensions.