mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2025-04-21 12:27:27 +03:00
Makefile and helper scripts for running solidify and POV-Ray.
- sfy/Makefile: shortcuts for common operations. Based on solidify/Makefile - sfy/solidify: wrapper to invoke solidify over at cae-tools - sfy/template.pov: standard scene template, from cae-tools/solidify
This commit is contained in:
8
sfy/solidify
Executable file
8
sfy/solidify
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
if [ ! -z "$SOLIDIFY_AGAIN" ]; then
|
||||
echo "$0: found only myself" 2>&1
|
||||
exit 1
|
||||
fi
|
||||
export SOLIDIFY_AGAIN=1
|
||||
PATH=../../cae-tools/solidify:$PATH
|
||||
exec solidify "$@"
|
||||
Reference in New Issue
Block a user