Blender Export to Multiple Parts: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Blender= | =Blender= | ||
==Batch Export of OBJ== | |||
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 11: | 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] | ||
==Batch Import== | |||
OBJ batch also works for import. | |||
https://blender.stackexchange.com/questions/5064/how-to-batch-import-wavefront-obj-files | |||
=How to Export Sweet Home into Multiple Parts= | =How to Export Sweet Home into Multiple Parts= |
Revision as of 06:21, 10 February 2021
Blender
Batch Export of OBJ
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?
Batch Import
OBJ batch also works for import.
https://blender.stackexchange.com/questions/5064/how-to-batch-import-wavefront-obj-files
How to Export Sweet Home into Multiple Parts
No evidence that this can be done. Question to Forum:
Is there any way to export a SweetHome3D design as individual OBJ files? I'm trying to import into Blender while retaining individual parts, and Blender has the capacity to open up a batch of OBJ files at one time.
Marcin