Example #1
0
 def execute(self, context):
     startLog(self)
     exporter.exportSMURFsScene()
     endLog()
     return {'FINISHED'}
Example #2
0
 def execute(self, context):
     exporter.exportSMURFsScene()
     return {'FINISHED'}
Example #3
0
 def execute(self, context):
     startLog(self)
     exporter.exportSMURFsScene()
     endLog()
     return {'FINISHED'}