Skip to main content

All Questions

Tagged with
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
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
132 views

Export vertex colors in a mesh with no faces?

Basically, what I'm trying to do is export some kind of custom per-vertex data from blender. The closest thing I've found is: according to this post, blender can extend the .obj format to include ...
terdex's user avatar
  • 1
3 votes
0 answers
297 views

Inconsistent order of vertices/faces in obj files animation

I'm creating old-school renderer, where I'm trying to interpolate between obj file frames. After exporting skeletal animation to multiple ...
Sandro Sobczyński's user avatar
0 votes
0 answers
20 views

Create unusuable preview of mesh

my problem is that I provide 3d models on a site where I wish to create downloadable previews for the users as obj's. The user should be able to investigate the mesh before buying it, without being ...
Maraya's user avatar
  • 1
0 votes
0 answers
16 views

Join multiple objects then split into a set number?

Am pretty new to blender and still learning my way through it all but have a question that I'm unable to find the answer to. I have a model I'm trying to import with 24 objects. Each model has 200 ...
user110671's user avatar
5 votes
2 answers
9k views

Export Vertex Normals into Obj File

I would like to export the from Blender calculated vertex normals into an .obj file. I realized that the amount of vertices in the .obj file does not equal the amount of normals (there are more ...
user29298's user avatar
5 votes
1 answer
4k views

triangulate faces obj format problem

This is probably a noob question but here goes. I don't remember how to export correctly to my own obj parser. this is how I want the faces to be exported (How they used to be exported correctly): <...
Elias's user avatar
  • 153
8 votes
3 answers
23k views

How to write a simple Wavefront-OBJ exporter in Python?

Recently we were working to write our own software to load a Wavefront .OBJ file. The file in question uses the .OBJ file format that Blender 2.73 and below ...
chicOrtiz's user avatar
  • 485