Blender Export to Multiple Parts: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Blender=
Blender can export an STL or OBJ as multiple parts - by using a plugin.
Blender can export an STL or OBJ as multiple parts - by using a plugin.


Line 9: Line 11:
**You can do it with a script pre 2.8 - [https://blender.stackexchange.com/questions/5064/how-to-batch-import-wavefront-obj-files]
**You can do it with a script pre 2.8 - [https://blender.stackexchange.com/questions/5064/how-to-batch-import-wavefront-obj-files]
**2.8 - here is an addon for batch OBJ import - [https://blenderartists.org/t/batch-importing-obj-files-into-blender-2-8/1168294/2]
**2.8 - here is an addon for batch OBJ import - [https://blenderartists.org/t/batch-importing-obj-files-into-blender-2-8/1168294/2]
=How to Export Sweet Home into Multiple Parts=

Revision as of 22:41, 8 February 2021

Blender

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]

How to Export Sweet Home into Multiple Parts