Skip to content

Commit

Permalink
Added epilog.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonDunai committed Mar 27, 2015
1 parent 78a9f23 commit 9cd831e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/exporters/max/annotate/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 9cd831e

Please sign in to comment.