mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Fix seams on the penguin texture. Ignore *.blend1.
This commit is contained in:
parent
d508d5cc41
commit
3b1e68ce0c
3
.gitignore
vendored
3
.gitignore
vendored
@ -46,3 +46,6 @@ err.txt
|
|||||||
/bin/Release/b3view
|
/bin/Release/b3view
|
||||||
/b3view.layout
|
/b3view.layout
|
||||||
/b3view.depend
|
/b3view.depend
|
||||||
|
*.blend1
|
||||||
|
/projects/meshes/penguin-lowpoly-poikilos-redochanges-messupback.blend
|
||||||
|
/projects/meshes/penguin-lowpoly-poikilos-redochanges.blend
|
||||||
|
BIN
dist/share/b3view/textures/penguin.png
vendored
BIN
dist/share/b3view/textures/penguin.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 746 KiB After Width: | Height: | Size: 866 KiB |
@ -22,7 +22,7 @@ if [ -z "$PREFIX" ]; then
|
|||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
if [ "@$USER" != "@root" ]; then
|
if [ "@$USER" != "@root" ]; then
|
||||||
PREFIX="$HOME/.local"
|
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
|
||||||
fi
|
fi
|
||||||
dest_bin_dir="$PREFIX/bin"
|
dest_bin_dir="$PREFIX/bin"
|
||||||
|
Binary file not shown.
@ -23,5 +23,5 @@ update_file(){
|
|||||||
fi
|
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
|
update_file projects/meshes/penguin-lowpoly-poikilos.b3d dist/share/b3view/meshes/penguin-lowpoly-poikilos.b3d mv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user