godot-blender-exporter icon indicating copy to clipboard operation
godot-blender-exporter copied to clipboard

Export by object

Open ModProg opened this issue 5 years ago • 1 comments

Implementation of Export by Object.

Export by Collection

  • Exports one Scene file per Collection
  • Follows Filters as single scene export would.
  • Selectable via Scene Mode menu: image
  • Added Option to enable the specified filename as prefix (default enabled)
  • Added Option to Export Empty Collections as Empty Scenes (maybe useful for scaffolding) image

Export by Object

  • Exports one Scene file per Root-Object
  • Follows Filters as single scene export would.
  • Selectable via Scene Mode menu: image
  • Added Option to enable the specified filename as prefix (default enabled)
  • Added Option to reset the Transformation (default all enabled)
  • Added Option to group Objects by Collection, the prefix is then used for the folder names (default enabled)
  • Added Option to use the filename as prefix in the Collection folders (default disabled)
  • Added Option to enable Empty Collection Folders image

ModProg avatar May 31 '20 12:05 ModProg

I hope I implemented your suggestion in a reasonable way. If there are still things I should change let me know

ModProg avatar Jun 10 '20 00:06 ModProg