kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

converting .obj to .usd

Open ajhamdi opened this issue 4 years ago • 2 comments

I would like to know how to convert an .obj file to a usdfile , which is exclusively used in the Kaolin App. I tried to follow the kaolin.io.usd.export_mesh documentation but I failed. My .obj file contains vertex colors as texture, while the kaolin.io.usd.export_mesh does not support simple vertex colors or face colors. My .obj file is in this format:

v -0.156279 0.470894 0.131134 0.365163 1.000000 0.000000
vn -0.886813 -0.261297 0.381164
f 1352 1324 1357

ajhamdi avatar Feb 14 '22 09:02 ajhamdi

any idea @shumash ?

ajhamdi avatar Feb 15 '22 10:02 ajhamdi

@ajhamdi hi) I use the blender for this, there you can import a file in .obj format and export it in .usd format.

Siziff avatar Oct 27 '22 21:10 Siziff