浏览代码

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.',