Fix seams on the penguin texture. Ignore *.blend1.

master
poikilos 2021-03-24 13:28:52 -04:00
parent d508d5cc41
commit 3b1e68ce0c
5 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 746 KiB

After

Width:  |  Height:  |  Size: 866 KiB

View File

@ -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"

View File

@ -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