We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6755ce commit 6a25768Copy full SHA for 6a25768
io_ogre/ui/export.py
@@ -83,7 +83,7 @@ def execute(self, context):
83
logger.info("self.filepath %s"%self.filepath)
84
85
kw = {}
86
- for name in dir(self):
+ for name in dir(_OgreCommonExport_):
87
if name.startswith('EX_'):
88
kw[ name[3:] ] = getattr(self,name)
89
config.update(**kw)
0 commit comments