Skip to main content

All Questions

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

Scripting Vertex Groups (importing them primarily)

I created a script in Visual Studios Code to generate a panel and assigned vertex groups. When I run the code in Blender it is fine however when I import it(as an OBJ file), the vertex groups don't ...
Rplogix88'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
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
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
1 vote
0 answers
275 views

Modifying a script for splitting a terrain into chunks and exporting each resulting object

This is my first post on the Blender StackExchange, so I hope that it's well received :) Essentially, I'm making a 3D game in Godot, and for that I need to divide my terrain up into chunks. I've ...
SkellySoft's user avatar
1 vote
0 answers
155 views

How to stop the new OBJ importer/exporter from printing to console

I would like to stop the new OBJ importer/exporter (bpy.ops.wm.obj_import()) from printing to the console. Previously with the old OBJ importer/exporter (...
Joe's user avatar
  • 111
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
263 views

Importing .obj files and rig info file with script

I have .obj files(mesh) and corresponding rig info .txt files. rig info files have information of joint, root, skinning, and hierarchy of joint. I want to import mesh and rig info to a Armature and ...
user148277's user avatar
0 votes
1 answer
950 views

Import multiple obj files in separate collections

https://gist.github.com/p2or/af5bc4fae39b16f8d505 This tool work very fine but exist a tool that import also multiple objs in separate collections, each for every single file? Thanks.
Michele Poletto's user avatar
1 vote
1 answer
2k views

obj to glTF batch exporter

I have a set of obj exports comprising of a million files(each file between 100-200kb). Is there are a way to pick up files from a folder and export them to glTF? What I am talking about is batch ...
sujal ks's user avatar
11 votes
3 answers
21k views

What is the python script to export the selected meshes in .obj?

I want to export my selected meshes in .obj in a relative path from the .blend file in python.
Danyl Bekhoucha's user avatar
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
3 votes
3 answers
12k views

How can I import an obj sequence into blender?

I have an obj sequence of a fluid simulation from Realflow. I've found a few tools that can import an obj sequence into blender, but most are outdated and don't work. Are there any scripts or plug-ins ...
zero4mike's user avatar