diff --git a/.gitignore b/.gitignore index 7c5c22d..143fbe6 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ err.txt /bin/Release/b3view /b3view.layout /b3view.depend +*.blend1 +/projects/meshes/penguin-lowpoly-poikilos-redochanges-messupback.blend +/projects/meshes/penguin-lowpoly-poikilos-redochanges.blend diff --git a/dist/share/b3view/textures/penguin.png b/dist/share/b3view/textures/penguin.png index 658c3dc..9c3e0e6 100644 Binary files a/dist/share/b3view/textures/penguin.png and b/dist/share/b3view/textures/penguin.png differ diff --git a/install.sh b/install.sh index d0d4207..0f2f904 100755 --- a/install.sh +++ b/install.sh @@ -22,7 +22,7 @@ if [ -z "$PREFIX" ]; then PREFIX=/usr/local if [ "@$USER" != "@root" ]; then PREFIX="$HOME/.local" - echo "* The user is not root, so the prefix became \"$PREFIX\". Specify PREFIX in the environment to override automatically setting it." + echo "* The user is not root, so the prefix became \"$PREFIX\". Specify PREFIX in the environment to override the defaults." fi fi dest_bin_dir="$PREFIX/bin" diff --git a/projects/meshes/penguin-lowpoly-poikilos.blend b/projects/meshes/penguin-lowpoly-poikilos.blend index 12ffbff..64a56c2 100644 Binary files a/projects/meshes/penguin-lowpoly-poikilos.blend and b/projects/meshes/penguin-lowpoly-poikilos.blend differ diff --git a/update-dist.sh b/update-dist.sh index 92dbc0a..bc139e2 100755 --- a/update-dist.sh +++ b/update-dist.sh @@ -23,5 +23,5 @@ update_file(){ fi } -update_file projects/textures/penguin.png dist/share/b3view/textures/penguin.png +update_file projects/textures/penguin.png dist/share/b3view/textures/penguin.png mv update_file projects/meshes/penguin-lowpoly-poikilos.b3d dist/share/b3view/meshes/penguin-lowpoly-poikilos.b3d mv