rabbityl / DeformingThings4D

[ICCV 2021] A dataset of non-rigidly deforming objects.
302 stars 22 forks source link

Convert animation fbx to a consutive of obj with texture #14

Open wangmiaowei opened 10 months ago

wangmiaowei commented 10 months ago

Hi Thanks for your great contributions.

I am now trying to convert fbx to a consecutive of obj with texture but found losing texture image even though the dir exists in mtl file.

My all steps are as follows:

Open blender, import fbx, and then export fbx with animation clicked, RGB clicked. I can get in my mtl:

Blender 4.0.1 MTL File: 'None'

www.blender.org

newmtl Arissa_MAT Ns 430.769196 Ka 1.000000 1.000000 1.000000 Ke 0.000000 0.000000 0.000000 Ni 1.450000 d 1.000000 illum 2 map_Kd C:/Arissa_DIFF_diffuse.png map_Ks C:/Arissa_SPEC_specular.png map_Bump -bm 1.000000 C:/Arissa_NM_normal.png

But these .png files are not found in that directory. I am a newer to blender. Hope you can help me!