From 4cbd799373d07498813ad84f8cee5f3a8c269631 Mon Sep 17 00:00:00 2001 From: Aras Pranckevicius Date: Thu, 11 Aug 2022 17:05:54 +0300 Subject: obj: support importing multiple files at once Implemented the same way as STL or GPencil SVG importers: loop over the input files, import one by one. Has been requested by the community for quite a long time (e.g. https://blender.community/c/rightclickselect/Jhbbbc/), as well as 3rd party addons to implement just this (https://github.com/p2or/blender-batch-import-wavefront-obj). --- source/blender/io/wavefront_obj/IO_wavefront_obj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/io/wavefront_obj/IO_wavefront_obj.h') diff --git a/source/blender/io/wavefront_obj/IO_wavefront_obj.h b/source/blender/io/wavefront_obj/IO_wavefront_obj.h index 6ad96083e37..847b02d3fd1 100644 --- a/source/blender/io/wavefront_obj/IO_wavefront_obj.h +++ b/source/blender/io/wavefront_obj/IO_wavefront_obj.h @@ -75,6 +75,7 @@ struct OBJImportParams { bool import_vertex_groups; bool validate_meshes; bool relative_paths; + bool clear_selection; }; /** -- cgit v1.2.3