소스 검색

Added epilog.

Andrew Dunai 10 년 전
부모
커밋
9cd831e442
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'
 if not CAN_GUI:
     epilog += '\npro tip:\n  Install PyQt4 and argparseui packages to use GUI ("-u" option).'
+epilog += '\nCreated by {}'.format(__author__)
 
 parser = argparse.ArgumentParser(
     description='Split THREE.js model animation into seperate parts.',