Package: gfpoken / 0.32-2

fix-blender-failure.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix failure of blender
Author: Paul Wise <pabs@debian.org>
Bug: https://savannah.nongnu.org/patch/?7509
Bug-Debian: http://bugs.debian.org/441126
--- a/art/mkmarbles
+++ b/art/mkmarbles
@@ -22,7 +22,7 @@
 export HOME="`mktemp -d`"
 export BLENDERDIR="$HOME/blender/"
 
-blender -b "`dirname "$0"`"/marbles.blend -P initdir -a
+blender -b "`dirname "$0"`"/marbles.blend -o "$BLENDERDIR" -P initdir -a
 
 montage -geometry +0+0 -tile 64x1 -compose Copy -background none `seq 1 64 | xargs printf "$BLENDERDIR/%04d.png "` png/marbles.png