Fusion OBJ texture bug?

Fusion OBJ texture bug?

veikko.vierola
Explorer Explorer
265 Views
1 Reply
Message 1 of 2

Fusion OBJ texture bug?

veikko.vierola
Explorer
Explorer

When I open an OBJ which has a texture. The OBJ texture doesn't change anymore even if I change the OBJ. The first opened texture stays in the memory and is mixed with the new opened object which is supposed to have its own texture? What is wrong with the system?

0 Likes
266 Views
1 Reply
Reply (1)
Message 2 of 2

veikko.vierola
Explorer
Explorer

I answer to this myself:

 

There is a bug in the Fusion 360 .obj texture handling I presume?

 

When opening .obj file the .obj file is linked to equally named .mtl file in the same folder. The .mtl file is a text file that includes the information about the  texture .png file that is supposed to be used over the .obj file. The .jpg file is located in the assets folder.

 

If the obj. jpg file has same name for example color.jpg and then you open new .obj it can happen that Fusion 360 still opens the old texture jpg file over the new object because it has same name.

 

Workaround: go to .mtl file (open with text editor) it can look something like this:

 

newmtl Material
map_Kd assets/color.jpg
Pr 1.00

 

Now change the name of the color.jpg to color2.jpg so that it looks like this:

 

newmtl Material
map_Kd assets/color2.jpg
Pr 1.0

 

Then also change the color.jpg name in the assets folder to color2.jpg

 

Now the texture opens normally again.

 

This is a probably a memory BUG that Fusion 360 has. Autodesk should fix it immediately if this is the case.

 
 
0 Likes