Skip to content

OliCpg/blends2gltfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

BLENDS2GLTFS

a .blend to .gltf mass exporter

Author: Belery Olivier Version: 1.0 License: MIT

Description:

Script to exports all blend files (even nested in subdirectories) to GLTF 2 format. Exported files are saved in a user specified location.

This python script uses Blender's embeded python interpreter. No other Python required.

Use case: Export multiple blender files content to single Unity/Godot/A-frame assets folder.

Usage:

WINDOWS:

 "C:/program files (x86)/blender foundation/blender/blender.exe" --background --python blends2gltfs.py -- PATH_WHERE TO EXPORT YOUR_GLTF

NIX (osx/linux/unix...):*

 blender --background --python blends2gltfs.py -- PATH_WHERE TO EXPORT YOUR_GLTF

About

a .blend to .gltf mass exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages