From 80e1410592d7e3365a456260251e0fc19d436c08 Mon Sep 17 00:00:00 2001 From: sercero Date: Sat, 9 Mar 2024 22:40:41 -0300 Subject: [PATCH] Add glob filter to OGRE importer --- io_ogre/ui/importer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/io_ogre/ui/importer.py b/io_ogre/ui/importer.py index f2a2b25..6f4f422 100644 --- a/io_ogre/ui/importer.py +++ b/io_ogre/ui/importer.py @@ -212,6 +212,10 @@ def execute(self, context): default="", subtype='FILE_PATH') + filter_glob : StringProperty( + default="*.mesh;*.xml;*.scene;", + options={'HIDDEN'}) + # Basic options # NOTE config values are automatically propagated if you name it like: IM_ # Properties can also be enabled for a specific converter by adding V1 or V2 in the name: