Skip to main content

All Questions

Tagged with
0 votes
1 answer
19 views

Collection asset export missing preview image, while object export works (Python API,)

I'm writing a script to export assets with custom previews. The script works perfectly for objects, but collections show no previews. The preview data appears to be missing in collection assets. ...
Dian's user avatar
  • 1
3 votes
0 answers
24 views

How to Set a Custom Label for the Export Button in File Dialog?

Is there a way to customize the export button label in the File Dialog? Currently, the button always uses the bl_label of the operator, but I’d like to set a ...
Harry McKenzie's user avatar
2 votes
1 answer
79 views

How can I add another sub category to File > Export with another list of options?

I can add an item My Item using the script at the bottom. Currently I only know how to add the item to the same flat list in the Export category like in the script at the bottom, but I would like to ...
Harry McKenzie's user avatar
1 vote
1 answer
756 views

How can I export the coordinates of selected object vertices to a CSV file?

I need to save the vertex locations of selected objects in Blender to use as offset values in another application. Ideally, I would like to have these as a CSV file (either as x, y, z per column or a ...
helskor's user avatar
  • 13
0 votes
1 answer
400 views

How to export multiple groups with meshes

I have a kitbash file and I want to export each one of the assets to a seprate fbx file for easy viewing and to ease on my pc since the whole .blend file contains around 15 mil polys. I was wondering ...
Proxeuz's user avatar
0 votes
0 answers
163 views

How to run a Blender add-on function to export an object using script

I am working on a project that involves generating many objects in Blender using a python script. The number of generated files can be somewhere between 500 to 5000. I need to export each of these ...
Mike Richards's user avatar
0 votes
0 answers
101 views

Blender python non-english (Japanese) character in script

In blender 3.4+ When an object is named in Japanese, and is used as export path with its own name, the path becames unusable and returns error. ...
adrian li's user avatar
  • 221
0 votes
1 answer
765 views

How to batch export multiple meshes into separate .ply files?

I have looked into batch exporting scripts and they seem to come in every format except ply. I'm having trouble understanding how to edit the template batch export script blender provides to export ...
Jubel's user avatar
  • 1
1 vote
0 answers
46 views

Obtaining the coordinates of an objects vertices, without the objects scale and rotations applied

I have constructed a tileset for a project and need to exporting the vertices of each object. When I take the position of all of the vertices of an object it applies the scale and rotation factors I ...
Zack Younger's user avatar
0 votes
1 answer
68 views

Bpy FBX exporter script not functioning

I'm having difficulty getting this script to export anything and I'm not sure what I'm missing. It is meant to export a specified collection. ...
zakattic's user avatar
  • 933
0 votes
2 answers
667 views

Not seeing AddonPreferences after registering

I'm sure I am just doing something stupid here, but whenever I create an addon preferences class and register it, I am not seeing it appear in ...
user avatar
0 votes
0 answers
100 views

How to stop referencing .rgb files when converting from .OBJ to .GLB (Python)?

I'm trying to make a web application which consists of a file converter(From .OBj to .GLB) as a feature. Everything works except I realised that when I input a .OBJ and .MTL file, the output will be a ...
stats_2421's user avatar
1 vote
0 answers
517 views

Blender / Python / Script to export .stl files with different textures

I'm working on a script to export .stl files with different UV textures based on a list from a specific folder. After several modifications, i was able to export .stl but the texture is not applied. ...
Baptiste's user avatar
0 votes
3 answers
2k views

How can I export 3D model to python script?

I use a "voxelizer" website where I can convert 3D model to voxels, and I need to import a blend.py file. I'm pretty sure it means python script. Anyway, how can I export in this format? ...
Mathieu's user avatar
0 votes
0 answers
232 views

zipimport.ZipImportError: can't decompress data; zlib not available when running script in Blender 2.43

when I try to execute an export script using Blender -P C:\Code\Code\Testing4Flt\Testing4.py in the cmd on Blender 2.43(Python 2.4), I get an error: ...
stats_2421's user avatar

15 30 50 per page
1
2 3 4 5
7