Skip to content

Instantly share code, notes, and snippets.

@g4borg
g4borg / keybase.md
Last active November 27, 2019 11:23

Keybase proof

I hereby claim:

  • I am g4borg on github.
  • I am g4borg (https://keybase.io/g4borg) on keybase.
  • I have a public key ASABS_FTkebwl7sBMfJxUS9zCkV_y7MOOBRAf7gU-Z_Lbgo

To claim this, I am signing this object:

@g4borg
g4borg / export_kits.py
Last active March 8, 2020 12:34
Export Groups in main collection of blender
"""
Exports all groups nested in the main scene collection as separate files.
Useful e.g. for kitbash3d blend files
* Modify the file to your needs (this uses FBX export to the same directory the blend file is residing)
* Open Scripting, paste or load and run this script
* Written and tested in Blender 2.8x
* I as author take no responsibility whatsoever what you do with this script. Make Backups. Modify at your own will.
"""
import bpy