def ExportNow(self, time): r = pvi.export_scene(baseDirName=self.__RootDirectory, viewSelection=dict(self.__ViewSelection), trackSelection=dict(self.__TrackSelection), arraySelection=dict(self.__ArraySelection), forcetime=time) self.NewFiles = r