3D Objects Not Loading Textures
Moderators: Víctor Paredes, Belgarath, slowtiger
- NaturalGlitch
- Posts: 7
- Joined: Thu May 21, 2026 5:58 pm
3D Objects Not Loading Textures
I have the .mtl file and the textures in the right places, and importing it into Blender works just fine, but in Moho, it only shows its wireframe. What am I doing wrong?
- hayasidist
- Posts: 3998
- Joined: Wed Feb 16, 2011 11:12 am
- Location: Kent, England
Re: 3D Objects Not Loading Textures
assuming you're using .obj to import -- check that the exported .mtl includes a link to the texture fileNaturalGlitch wrote: ↑Sat May 23, 2026 6:26 pm I have the .mtl file and the textures in the right places, and importing it into Blender works just fine, but in Moho, it only shows its wireframe. What am I doing wrong?
e.g.
Code: Select all
# Blender 4.5.4 LTS MTL File: 'lit cube texture.blend'
# www.blender.org
newmtl Material
Ns 250.000000
Ka 0.380952 0.380952 0.380952
Kd 0.800449 0.025219 0.070212
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 4.050000
d 1.000000
illum 3
map_Kd brick_modern_0119_01_s.jpg
if it does, check the transparency setting (the d line) in the .mtl is greater than 0.
all works fine here. Moho 14.4, blender 4.5.4
- NaturalGlitch
- Posts: 7
- Joined: Thu May 21, 2026 5:58 pm
Re: 3D Objects Not Loading Textures
Thanks!
What I had to do was use the 'Find Textures' button in Blender, then export the project as an OBJ file, which created an MTL file with all the correct paths straight up.
I imported that into Moho, and everything works fine now.
Thanks again!
What I had to do was use the 'Find Textures' button in Blender, then export the project as an OBJ file, which created an MTL file with all the correct paths straight up.
I imported that into Moho, and everything works fine now.
Thanks again!
- hayasidist
- Posts: 3998
- Joined: Wed Feb 16, 2011 11:12 am
- Location: Kent, England
Re: 3D Objects Not Loading Textures
an update on this after I've tried some further experiments -- it seems as though the .mtl is loaded and processed only once when the .obj is initially imported. IOW edits to the .mtl don't appear get applied to the imported .obj even after closing and re-starting moho.