Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204216 Details for
Bug 276338
media-gfx/blender-2.5 SVN
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/blender (binary wrapper)
blender (text/plain), 2.46 KB, created by
MT
on 2009-09-15 16:15:22 UTC
(
hide
)
Description:
files/blender (binary wrapper)
Filename:
MIME Type:
Creator:
MT
Created:
2009-09-15 16:15:22 UTC
Size:
2.46 KB
patch
obsolete
>#!/bin/sh > ># stop the wrapper if the local blender path is a symlink >if [ -L ${HOME}/.blender ]; then > echo "Detected a symbolic link for ${HOME}/.blender" > echo "Sorry, to avoid dangerous situations, the Blender binary can" > echo "not be started until you have removed the symbolic link:" > echo " # rm -i ${HOME}/.blender" > exit 1 >fi > > ># stupid hack for blender 2.5 not showing menus >if [ ! -d ${HOME}/.blender/release ]; then > echo -n "Creating missing .blender/release in home directory ... " > mkdir -p ${HOME}/.blender/release > echo "[OK]" >fi >if [ ! -a ${HOME}/.blender/release/ui ] && [ ! -L ${HOME}/.blender/release/ui ]; then > echo -n "Creating missing .blender/release/ui in home directory ... " > ln -sf /usr/share/blender/ui ${HOME}/.blender/release/ui > echo "[OK]" >fi >if [ ! -a ${HOME}/.blender/release/io ] && [ ! -L ${HOME}/.blender/release/io ]; then > echo -n "Creating missing .blender/release/io in home directory ... " > ln -sf /usr/share/blender/io ${HOME}/.blender/release/io > echo "[OK]" >fi > ># checking for the local blender configuration path >if [ ! -d ${HOME}/.blender ]; then > echo -n "Creating missing .blender/ in home directory ... " > mkdir -p ${HOME}/.blender > echo "[OK]" >fi > ># checking for the sequencer plugins location path >if [ ! -d ${HOME}/.blender/plugins/sequence ]; then > echo -n "Creating missing sequence/ dir for plugins ... " > mkdir -p ${HOME}/.blender/plugins/sequence > echo "[OK]" >fi > ># checking for the texture plugins location path >if [ ! -d ${HOME}/.blender/plugins/texture ]; then > echo -n "Creating missing texture/ dir for plugins ... " > mkdir -p ${HOME}/.blender/plugins/texture > echo "[OK]" >fi > ># checking for the python scripts location path >if [ ! -d ${HOME}/.blender/scripts ]; then > echo -n "Creating missing scripts/ dir ... " > mkdir -p ${HOME}/.blender/scripts > echo "[OK]" >fi > ># checking for the fonts location path >if [ ! -d ${HOME}/.blender/fonts ]; then > echo -n "Creating missing fonts/ dir ... " > mkdir -p ${HOME}/.blender/fonts > echo "[OK]" >fi > ># checking for the textures location path >if [ ! -d ${HOME}/.blender/textures ]; then > echo -n "Creating missing textures/ dir ... " > mkdir -p ${HOME}/.blender/textures > echo "[OK]" >fi > ># checking for the sound files location path >if [ ! -d ${HOME}/.blender/sounds ]; then > echo -n "Creating missing sounds/ dir ... " > mkdir -p ${HOME}/.blender/sounds > echo "[OK]" >fi > ># stupid hack for blender2.5 >cd ${HOME}/.blender > ># now it's safe to start the binary >exec /usr/bin/blender-bin "$@"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276338
:
196474
|
196477
|
199549
|
201208
|
201222
|
201223
|
201225
|
201312
|
201684
|
201685
|
201687
|
201688
|
202454
|
204007
|
204008
|
204009
|
204010
|
204012
|
204014
|
204031
|
204216
|
204616
|
204622
|
204624
|
204625
|
205091
|
205675
|
205676
|
206068
|
206853
|
213876
|
215848
|
224099
|
224443
|
227357
|
227477
|
227479
|
227481
|
228419
|
228465
|
228519
|
238603
|
238605
|
241313
|
241315
|
246942
|
246944
|
252871
|
254325
|
255923
|
258479
|
258646
|
259906
|
263079
|
263847
|
264145
|
264655
|
265177
|
265489
|
266121
|
268743
|
269639
|
269671
|
269725
|
270319
|
271985
|
272415
|
274533
|
274535
|
277707
|
278649
|
278821
|
278823
|
278903
|
278905
|
280689
|
280693
|
282083
|
282169
|
285111
|
286065
|
286067
|
286175
|
286177
|
292059
|
292061
|
292063
|
292065
|
292067
|
292069
|
292071
|
292169
|
296945
|
297059
|
301437
|
301439
|
303799
|
307951
|
308237
|
309395
|
311773
|
316911
|
316913
|
328834