Skip to content

Batch tool for importing .obj models and exporting .dae models.

License

Notifications You must be signed in to change notification settings

felipe-fg/batch-blender-godot-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Batch Blender-Godot Exporter

Batch tool for importing .obj models and exporting .dae models.

It also cleans the mesh:

  • Fix shading with auto smooth, shade smooth and edge split modifier.
  • Remove duplicate vertices and recompute normals.
  • Export meshes using triangles.

Usage

This script requires Godot's Collada Exporter (tested using Blender 2.7).

Download the .py script and run it using Blender:

blender --background --python exporter_blender_godot.py -- input_path output_path

blender --background --python exporter_blender_godot.py -- "../Assets/Nature Kit OBJ/" "../Assets/Nature Kit DAE/"

About

Batch tool for importing .obj models and exporting .dae models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages