Skip to main content

All Questions

Tagged with
0 votes
0 answers
7 views

How can I rig human-looking face onto a 3d FLAME mesh talking head?

Noob question here as I've just started working with Blender and 3d models: I'm currently working with Blender 3.4.1 and I'm using Python script which runs blender on ...
skidjoe's user avatar
  • 101
0 votes
0 answers
21 views

Importing OBJ and exporting as FBX leads to reimported FBX having wrong texture mapping on faces, is there a solution for blender 3?

Issue is reproducible in Blender 3 while in Blender 4 it seems to be fixed, but I am working using older Blender so would be good to find a fix compatible with that. The issue is that importing OBJ ...
biGmazi's user avatar
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
1 answer
66 views

Same faces for different objects

I am new to Blender. I have 2 objects (e.g 2 box mesh) I would like to export their properties as obj file using python scripting. I would like to export the vertex of both objects firstly, followed ...
Bella's user avatar
  • 1
1 vote
2 answers
788 views

Strange shading after OBJ import

I have strange shading after importing an obj file: When I zoom in, the face seem perfectly flat. I checked normals, they are ok. I also tried the "clear sharp" function, nothing changed. ...
Raku's user avatar
  • 143
0 votes
0 answers
287 views

Imported .obj Head Model missing faces

I have a problem with my head model. I used Mixamo Fuse to create only the head. I exported the head in Obj. format. On importing it to Blender, the model looks like this. Does anyone know why there ...
Datngotien'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