Blender Export to Multiple Parts

From Open Source Ecology
Revision as of 19:38, 8 February 2021 by Marcin (talk | contribs)
Jump to navigation Jump to search

Blender can export an STL or OBJ as multiple parts - by using a plugin.

  • There is a plugin to export a batch of parts as individual files in Blender. [1]
  • More info on multiple part export from last link [2]
  • Link to Blender add-on at [3]
    • Note - see the comment on Blender 2.8 - where you apparently need to use a modified version of the addon if you are at Blender 2.8x and not higher.
    • MJ comment - the 2.8 script worked on OSE Linux 2.0 Prerelease on 2/8/21.
  • But - how to import as multiple OBJ files from SweetHome3D?
    • You can do it with a script pre 2.8 - [4]
    • 2.8 - here is an addon for batch OBJ import - [5]