Explorar el Código

Added epilog.

Andrew Dunai hace 10 años
padre
commit
9cd831e442
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      utils/exporters/max/annotate/annotate.py

+ 1 - 0
utils/exporters/max/annotate/annotate.py

@@ -29,6 +29,7 @@ def parse_range(value):
 epilog = 'example:\n  %(prog)s -i model.js -o model.new.js idle=1..10 walk=11..20'
 epilog = 'example:\n  %(prog)s -i model.js -o model.new.js idle=1..10 walk=11..20'
 if not CAN_GUI:
 if not CAN_GUI:
     epilog += '\npro tip:\n  Install PyQt4 and argparseui packages to use GUI ("-u" option).'
     epilog += '\npro tip:\n  Install PyQt4 and argparseui packages to use GUI ("-u" option).'
+epilog += '\nCreated by {}'.format(__author__)
 
 
 parser = argparse.ArgumentParser(
 parser = argparse.ArgumentParser(
     description='Split THREE.js model animation into seperate parts.',
     description='Split THREE.js model animation into seperate parts.',