From 8075c65c21edf292bdb0f18db08b4425b0328521 Mon Sep 17 00:00:00 2001 From: TigerKat Date: Wed, 10 Jul 2019 13:40:29 +0930 Subject: [PATCH] Made the input/output file type for geo.py more clearer. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3bf60c..1cb7ec7 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Contains the Geo class, which represents the contents of .geo files. Can be run geo.py <infile.geo> [<outfile.geo>] -If only an input file is specified, it will read the input and dump the contents of the .geo to the console. +If only an input .geo file is specified, it will read the input and dump the contents of the .geo to the console. -If an output file is specified, it will read the input file, and write the contents to the output as a new .geo file. +If an output .geo file is specified, it will read the input .geo file, and write the contents to the output as a new .geo file. -## stl_dump +## stl_dump.py Dumps the meshes of a .geo file to .stl files. Used for testing and validation, as .stl isn't useful for games. stl_dump.py <file.geo>