Is there any information to be had about importing .OBJ / .3DS files with texture? I've tried just about everything, and I cannot get textures to work. These are models I've created in Blender. I've tried:
Even when I don't get the "texture not found" error with the .OBJ files, they appear as plain white geometry. .3DS files appear as plain white geometry in the Live view of Capture, but are invisible in every "wireframe" view. The only file format that even comes close to working is SketchUp, which I would prefer not to use because it's so limited compared to Blender or 3DS Max.
Hi,
If you export OBJ with materials & textures, you will get both a .obj and a .mtl file. What I would recommend that you do is open the .mtl file in a text editor (TextEdit on Mac or Notepad on Windows) and take a look at the texture file references (both .obj and .mtl are plain text files). In there you can see exactly how the texture file is referenced and what the texture image file name should be.
I've discovered that the trick is to export using the built-in Blender Renderer instead of Cycles. (As an aside, why on earth the completely internal choice of renderer would make in terms of saving a file to an external standard is beyond me. What the hell, Blender?)
What I've discovered since then is that meshes import okay as 3DS, but textures refuse to work no matter what. Textures now import okay-ish as .OBJ, but it imports the meshes incorrectly, adding extra planes that end up z-fighting. After editing the mesh so that the part that was z-fighting was separate, I'm at least able to "assemble" the meshes in Capture and get them to work. I wish there was some way to improve the handling, but as long as there are workarounds.
Of course Capture is not a CAD program or a 3D modeler, but this makes the ability to accurately import custom meshes and geometry even more important for custom set pieces and the like.
Lars, you gonna be at LDI?
The z-fighting you mention, is that present on every object? Could it be that blender exports one plane for each side of the surface?