Skip to content

Instantly share code, notes, and snippets.

@ben-hearn-sb
Created December 9, 2015 15:44
Show Gist options
  • Save ben-hearn-sb/ed1442ac0b2d48e8aa66 to your computer and use it in GitHub Desktop.
Save ben-hearn-sb/ed1442ac0b2d48e8aa66 to your computer and use it in GitHub Desktop.
def main():
#app = QtGui.QApplication(sys.argv)
winName = 'COLLADA_EXPORTER'
if pm.windows.window(winName, exists=True):
print 'Already exists, passing'
pass
else:
window = ColladaExporterUI()
window.setObjectName(winName)
window.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment