Skip to content

Commit

Permalink
Add glob filter to OGRE importer
Browse files Browse the repository at this point in the history
  • Loading branch information
sercero committed Mar 10, 2024
1 parent b79cabb commit 80e1410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions io_ogre/ui/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_<config-name>
# Properties can also be enabled for a specific converter by adding V1 or V2 in the name:
Expand Down

0 comments on commit 80e1410

Please sign in to comment.