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
-1 votes
0 answers
23 views

Script for importing an OBJ file as Shape key for blender 4.1

I have blender version 4.1 I’m trying to adapt the script for my version ...
notgrilbi's user avatar
0 votes
0 answers
21 views

I can't import XYZ file into Blender using Atomic

I am trying to import an xyz format to blender, but suddenly this error message appears. Any idea?. I am using Blender 2.92.
Vanya_BMF's user avatar
0 votes
0 answers
24 views

When combining obj files, one of them gets weirdly distorted

I am trying to convert two obj files: a generic head without a face and a rudimentary face. When I display the face by itself (in its own file), its fine. Same for head. But when I combined the 2, the ...
Sammy Medawar's user avatar
2 votes
1 answer
99 views

Animating a series of obj objects using python

I have a series of .obj objects which I want to play in series to create an animation. The obj files are named according to the time steps. My idea was to import one file, show it, wait for half a ...
honey_badger'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
33 views

Display Blender OSM map in python

In Blender, using the Blosm addon, I can load a map. Using the code provided here, I can export all the meshes as separate .obj ...
aheuchamps's user avatar
1 vote
1 answer
2k views

How to import obj in Blender 4.0 with python?

I used to use bpy.ops.import_scene.obj() in my addon. which can import .obj object and set it a selected object.(not active) But in Blender 4.0. this does not work ...
liuran's user avatar
  • 15
1 vote
0 answers
341 views

How do I override context for new OBJ Importer? (bpy.ops.wm.obj_import)

I'm trying to import an OBJ file while rendering an animation, during the frame_change_pre event. The purpose is to stream a sequence of meshes into Blender, one at ...
Justin's user avatar
  • 2,022
0 votes
1 answer
131 views

Merge several obj format 3d models by bpy

I want to merge several obj format 3d models and output as a gltf format model. The directory structure looks like this. folder_1/1.obj, 1.mlt, 1.jpg ...
kindamu24005's user avatar
0 votes
0 answers
68 views

Export FBX or OBJ one click script As well import FBX or OBJ one click

Looking for simple script as mentioned in title "Blender Export Script FBX or OBJ one click script As well import FBX or OBJ one click" as via Google I did not receive any positive answers. ...
cursedmonk'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
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
2 votes
0 answers
2k views

How do I batch export meshes into .obj files (NON-LEGACY)

When I try to batch export a series of meshes using the template python script, it turns them into Wavefront(.obj)(legacy) instead of the normal .obj Even though normal .obj and legacy .obj have the ...
Ceausescu's user avatar
1 vote
0 answers
344 views

How to import obj file without material

I have a script that repeatedly imports and deletes different .obj files. But since the files are imported with standard empty material, a lot of garbage accumulates. Is there a way to import files ...
Давид Сировский's user avatar

15 30 50 per page