Skip to content

Commit

Permalink
BUG: Add missing orthographic projection flag to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jun 1, 2017
1 parent 9407350 commit 488b2b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ The changelog format is inspired by [keep-a-changelog](https://github.com/olivie

## [Unreleased]

### Fixes
- Orthographic projection flag *actually* enabled in CLI

## [1.1.0] - 2017-03-14

### Additions
Expand Down
3 changes: 3 additions & 0 deletions scripts/ascii-phonons
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ if __name__ == "__main__":
parser.add_argument("-o", "--output_file",
help="Render to output. GUI will not open for further "
"editing unless -g (--gui) flag is used")
parser.add_argument("--orthographic", action="store_true",
help="Use orthographic projection "
"(i.e. no perspective)")
parser.add_argument("--start_frame", type=int,
help="Starting frame number for the animation")
parser.add_argument("--scale_arrow", type=float,
Expand Down

0 comments on commit 488b2b2

Please sign in to comment.