Skip to main content

All Questions

Tagged with
0 votes
1 answer
45 views

How do you instruct Blender via .mtl file to import vertex colors?

I have a .OBJ file with vertex colors like: ...
Harry McKenzie's user avatar
0 votes
0 answers
632 views

How can I export object (.obj) in Blender 4.0 via Python?

I used bpy.ops.export_scene.obj to export .obj files like in this thread which works until Blender 3.6. Now when I check the export documentation, this operator is ...
Harry McKenzie'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
67 views

Separate joined mesh for kitbashing

I have an imported .obj with several pieces that I want to seperate for kitbashing, but instead of doing one by one is there a way to automate it?
Raphael Beguin's user avatar
0 votes
1 answer
1k views

Model won't show up when imported

I've imported an .obj file but can't see the object. It shows up listed in the Outliner, but I can't see anything. When I press NumPad ., I see this shown in the screenshot instead, which is still ...
MushyNarwhal's user avatar
1 vote
1 answer
22 views

What is making the colors on this object?

I've got a 3rd-party payware object that when imported into Blender contains colors that override the applied shader material. Where are these colors coming from? How do I make them go away? I count ...
WilburPost's user avatar
  • 1,077
0 votes
1 answer
1k views

AttributeError: 'str' object has no attribute 'dimensions' [closed]

i have a bpy code for taking in objects and exporting their bounding box as a .obj, but i keep getting this error whenever i try to copy the dimensions of the mesh: ...
Massive_M8's user avatar
2 votes
1 answer
518 views

Import .obj error, Sequences of dimension 0 Contain 3 items, not 2

Good afternoon, I'm having issues importing a .obj file of the USS Ticonderoga (purchased from vendor). Whenever I try to import it, I get the error shown in the image below (sequences of dimension 0 ...
Lance 's user avatar
  • 23
0 votes
0 answers
68 views

OBJ File Stops Being Smooth After Edits In Blender

I'm having someone modify a perfectly smooth OBJ file of a can for me (blue). But no matter what settings he uses in Blender, his modified OBJ file of a can (purple) gets sent back to me and renders ...
Berklie's user avatar
  • 101
2 votes
0 answers
86 views

Imported object not showing up [duplicate]

I'm new to Blender (so hopefully this isn't too obvious) and I've recently been trying to import obj files but when I do, nothing shows up. I'm sure the object I'm importing is .obj, and when I import ...
Alex W's user avatar
  • 21
0 votes
2 answers
1k views

OBJ Export (Pivot Points Wrong)

I believe I've tried every export setting I can think of. I'd like objects I export from Blender to keep their pivot point, but they never seem to do that. Is there a secret way to do this, or does ...
GoodNight's user avatar
  • 245
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
0 votes
0 answers
53 views

Why is blender smoothing almost everything, but not everything?

I'm new to Blender, but I really wanted to take advantage of the sculpting. I exported a OBJ file from Maya, so I can sculpt more details on to the model. However, when I switch to sculpt mode, some ...
Kain Harrity's user avatar
0 votes
1 answer
1k views

Trying to import .OBJ from Magicavoxel to Blender, but it imports as a single large object?

I want to import a model from Magicavoxel into Blender that already has the desired colors and effects applied to them. I imported it easy enough, but it seems to have imported as a single object ...
user100881'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

15 30 50 per page