Skip to content

Blender addon for bulk exporting of assets. Supports all native blender exporters. (.fbx, .obj, .stl, .gltf , .dae ,.abc )

License

Notifications You must be signed in to change notification settings

M4thi4sL/BBatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBatch - Blender Batch Exporter

Blender addon for bulk exporting of assets.

BBatch_Exporter image

Features

  • export 1 file per selected objects

  • supports multiple formats (.fbx, .obj, .stl, .gltf, .dae, .abc)

    BBatch_SupportedFormats

  • support exporting empties

  • non destructively strips .xxx suffixes upon exporting for cleaner names in third party softwares

  • advanced option to set smoothing type

  • advanced option to set pivot location (usefull for export to game-engine as it places the object at world origins before exporting)

Installing

  1. Download latest release
  2. Open Blender.
  3. Go to: Edit => Preferences => addons
  4. click install addon
  5. select the downloaded .zip file
  6. check 'enable plugin'

Version control

Currently I am supporting perforce (p4v). As this is the version control I, as well as a majority of studios use. The addon will auto-detect p4 setting if they have been setup correctly.

p4 set P4CONFIG=p4config

if that didnt work, then provide the absolute path to the p4config file. If after that the addon stil doesn't pick them up, add them manually to the preferences of the add-on.

p4Config example:

P4PORT=ssl:xxx.xx.xx.xxx:1666
P4USER=M3thi4sL
P4CLIENT=M4thi4sL_Blender

Feature requests

If you would like to see other features added to BBatch, please let me know by opening an issue or providing a pull request.

Usage

  1. select desired objects
  2. set options
  3. press export
  4. time saved!

Credits

heavily inspired by the work of https://github.com/jayanam/batex