Skip to main content

Questions tagged [obj]

OBJ (or Wavefront) files are plain text files that contain 3D geometry data. Blender can import from and export to this format. This tag is specifically for questions about using files with a '.obj' extension with Blender and is not to be used for general 'object' questions.

0 votes
1 answer
281 views

Export alembic frames to OBJ

I have an alembic file. Is it possible to export the individual frame data to OBJ files with blender script?
Appaji Chintimi's user avatar
0 votes
1 answer
228 views

Add the suffix "_low" to all selected objects

There is a certain number of objects and it is necessary to add the suffix "_low" to all selected objects. The screenshot shows an example of how this is implemented in a blender and what I ...
Creazpy's user avatar
0 votes
0 answers
61 views

Image texture on Obj drone file?

I have generated an Obj file from a drone surveying (using DroneDeploy). When I import it to Blender it has materials and textures attached to it. I want to change the areal photo (taken by the drone, ...
EmmyG's user avatar
  • 1
2 votes
1 answer
402 views

Why does Blender export texture coordinates for obj files even though I'm not using a texture?

I created a simple monkey mesh in Blender and exported the obj file to load on my C++ application. Upon inspection of the file I see lines like this: ...
IRP_HANDLER's user avatar
2 votes
0 answers
40 views

How can I extract this block's material and apply it to a new cube w/ fewer vertices?

I downloaded an .obj file containing several low-poly blocks, and would like to use them individually. When I import this into Blendr, it looks like this: There's ...
AmagicalFishy's user avatar
0 votes
1 answer
799 views

Export obj files with textures from Project [duplicate]

I am new to blender and I have a blender project (link) which contains several objects. I want to export each object as an obj file with material and complete texture information. Yet, if I export the ...
dba's user avatar
  • 107
0 votes
1 answer
60 views

Irregular 3D object with flat edges for CNC mill

I am fighting with this and it seems that my Blender skill is still not enough to master this problem. I am in need of an 3D object that has flat surfaces but which are irregular in shape (I did my ...
Heavy's user avatar
  • 1
0 votes
0 answers
313 views

How to fix OBJ file after import? (see pictures)

I purchased this model last week, now I tried to import it into Blender and it looks like a lot of dots. How to fix it? It looks like tiny faces or something. It's an OBJ.
rl281's user avatar
  • 11
0 votes
1 answer
75 views

Problem with importing model. Points

After importing obj file I get just unlinked points. I have nice model in one hand And after importing .obj file in blender getting just a cloud of unlinked points
WhyNot's user avatar
  • 1
0 votes
1 answer
138 views

Why isn’t blender generating texture indexes in Obj Export?

I have been having issues with some obj files exported from Blender, and finally found the issue. In some cases the texture index is blank in the face elements portion of the obj file. I have tried ...
LakeWorthB's user avatar
0 votes
0 answers
104 views

Converting .obj to .dae using subprocess or concurrent.futures?

I have tried quite a few ways to convert a few thousand .obj to .dae using various methods. Concurrent futures I assume does not work because bpy is not thread safe....
default's user avatar
  • 11
0 votes
0 answers
390 views

How to import .obj model to blender with the texture that have multiple material?

So im newbie on blender and wanted to make an edit or view the 3d model on blender. I can already import the .obj file with File > Import > Wavefront, but it is just the model not the texture. I ...
user512512af's user avatar
0 votes
0 answers
67 views

Getting vertex and normal indices to match when exporting mesh?

I am exporting a model as an obj. I want to store one normal per vertex, meanin I want the index of the normal and the vertex to be the same. I am getting this on my exported file: ...
Makogan's user avatar
  • 241
0 votes
0 answers
34 views

How do i make an object follow a line correctly? [duplicate]

So i want an object (A dragon) to follow this line, which begins and travels normel with a slight bend and after some time it goes into a sprial and ends, the line has points in all coordinations, ...
Texaler's user avatar
0 votes
1 answer
47 views

Blender model creates different format of 'f' records in exported .obj file

I exported a model from blender to an obj and I want to use it for a game that I am making. The problem is that the format of the F in the obj file is different. This is what my obj file contains: <...
DragonYT's user avatar

15 30 50 per page
1 2 3
4
5
15