star-meshtool

Mesh transformation
git clone git://git.meso-star.fr/star-meshtool.git
Log | Files | Refs | README | LICENSE

commit ed04d86627ce1844f148c8bd12c980b9fb64a03e
parent 5533fc9565670009bac3f364528ef9d9c87cc5d0
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 14 Mar 2025 16:02:19 +0100

Merge branch 'release_0.2'

Diffstat:
MREADME.md | 7++++++-
Mconfig.mk | 2+-
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -18,12 +18,17 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.2.0 + +- Add -d to get the description of the geometry (to stderr). +- Add -Sx,y,z to scale the geometry. + ### Version 0.1.0 - Read and write mesh data from stdin/to stdout or from/to files, in ascii STL as well as in binary STL format. - Apply any number of transformations on the read data, in the specified order. -- The only transformation currently supported is translate. +- The only transformation currently supported is translate (-Tx,y,z). ## License diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 1 +VERSION_MINOR = 2 VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local