Skip to content

Commit

Permalink
Version bump, more doc improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuk-mutant committed Jun 12, 2023
1 parent 8c90fbb commit faf1db6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/dzuk/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Compile the metadata you've set in .orx files into a JSON file for web and other

Filters done with `-e` still apply to this export.

Using this means that you're just exporting JSON for this command, you can't use the image-related stuff here.
UsIf you use this flag, it will override any image-related flags, so if you want to export an image set and accompanying JSON, you have to do them in separate commands.

- `-j`: JSON file with a flat structure.
- `-J`: JSON with a specific format expected by the Mutant Standard website (and maybe yours too if you like!)
Expand Down
6 changes: 3 additions & 3 deletions orxport.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import orx.params
from cache import Cache

VERSION = '0.3.0'
VERSION = '0.5.0'

RENDERERS = ['inkscape', 'resvg', 'imagemagick']

Expand Down Expand Up @@ -43,7 +43,7 @@
Also look at /docs for full documentation.
INPUT:
INPUT AND OUTPUT:
----------------------------------------------------
-i Input images (default: {DEF_INPUT})
-m Manifest file (default: {DEF_MANIFEST})
Expand Down Expand Up @@ -85,7 +85,7 @@
-j <FILE> export JSON replica of directory structure
-J <FILE> export JSON metadata for mutstd website
Using JSON flags will override any image build flags.
Using JSON flags will override any image build flags, so run image and JSON builds separately.
OTHER OPTIONS:
Expand Down

0 comments on commit faf1db6

Please sign in to comment.