This addon is made to facilitate the import of data in Blender !
You can :
This addon is adding batch import features to existing importers for blender. The credits for the importers goes to each importer addon developers and to the blender team themself. You can click on the link below to know more about the author of each importers.
Mesh Formats | Image Formats | Video Formats | Animation Formats | Embroidery Formats |
---|---|---|---|---|
blend | jpg | mov | bvh | pes |
obj | jpeg | mp4 | dst | |
fbx | gif | mkv | exp | |
glb | png | mpg | jef | |
gltf | tif | mpeg | pec | |
x3d | tiff | dvd | jpx | |
wrl | bmp | dvd | phc | |
stl | cin | vob | vp3 | |
ply | dpx | avi | 10o | |
abc | jp2 | dv | zxy | |
dae | j2c | flv | bro | |
svg | sig | webm | dat | |
usd | rgb | dsb | ||
usda | bw | dsz | ||
usdc | exr | emd | ||
usdz | hdr | exy | ||
max | fxy | |||
pdb | gcode | |||
xyz | hus | |||
dxf | inb | |||
3ds | new | |||
pcd | ||||
pcm | ||||
pcq | ||||
pcs | ||||
phb | ||||
sew | ||||
shv | ||||
stc | ||||
stx | ||||
tap | ||||
tbf | ||||
xxx | ||||
zhs |
( Folder mode only ) Determine how many subfolders will be scaned for compatible files to import. 0
will grab all files in current folder, 1
will grab everything in current folder and all dirrect subfolders, 2
will grab all files in the current folder, the dirrect subfolders and the subfolders of each direct subfolders etc ...
Determine the max number of file to import simultaneously. Each group of files to be imported simultaneously is called a "Batch". Importing multiple file at the same time allow to reduce the import time for small file, but can cause screen freezing or memory issue for biger file. To smartly ballance this, you can check Max batch size
and Minimize batch number
Determine the max batch file size to Import. If a file is a candidate to be include in the current batch, but his filesize would make the batch bigger than Max batch size
, then the file will be included in the next batch
The importer will smartly group files in batches in order to be as close as possible to Max batch size
for each batch without exceeding it and without exceeding Max Import Simultaneously
The viewport will refresh after the X seconds. It help to control viewport interactivity. A value of 0 will disable it, and the viewport will refresh after each batch`
Each imported file will be placed in a new collection named like the file
if a file have already been imported, the import is skipped for this file, this option is only available if "Create collection per file
" is Enable
Display the Log and Progress of the Importing files in the 3D viewport while importing
Automatic hide the log once the Import is Completed
How much time to wait before Hiding the Log
Force refresh the viewport after each imported files. It imporoves interactivity, but will slow down the global import time
At the end of the imprort process, save the current file
A backup file is saved after each "Backup Step
" file is imported
The number of file that is imported before saving a backup
You create a macro like pyhon commands list. These commands will be executed in a row to all the imported objects after each importes batch.
It will process in that order :
For exemple, if you add this command "bpy.ops.transform.translate(value=(10, 0, 0))
", each imported file will be translated 10 meters away on positive X axis
Please note how the commands are written with bpy.ops
and all parameters in parentheses
You can't create variable, for loops or if statements. Just commands that blender will execute
Batch Processing imported files can cause error. Enabling this will continue the import of the following files even if an error occurs. Otherwise, the import process will stop
You can save any list of commands from batch process Imported files
to a preset that will be saved on disk. Here you can manage the presets:
This extension requests the following permission:
Import Files from disk, save presets to disk
This importer is great! Would it at all be possible to include support for .webp files, as well as audio support for video formats? 10/10!
Addon is not workin on 4.2 lts, error: list index out of range
Hi @Wolfrock003gmail.com.
If you have issues with the addon, instead of leaving a bad review I would suggest you to open an issue on this adress
https://github.com/Tilapiatsu/blender-Universal_Multi_Importer/issues
with the details of the error you have, and I'll do my best to fix it as fast as I can. Thanks
Oh God, thank you, please have all of my babies.