diff options
author | reinoud <reinoud@pkgsrc.org> | 2005-03-04 16:04:59 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2005-03-04 16:04:59 +0000 |
commit | d2f8aae266e2947d9052105476977c8d0c3c78fc (patch) | |
tree | 288fcc0b49189a5fcf6cd7638367a8b66cde4329 /graphics/blender/MESSAGE | |
parent | 86f30cf5337b766c32b5bd498b4dc6cfbf662d75 (diff) | |
download | pkgsrc-d2f8aae266e2947d9052105476977c8d0c3c78fc.tar.gz |
Update blender package to include all scripts distributed with it. Also
providing an convenience script that links default scripts directory to
the homedir. This due to oddities in the blender program too far reaching
to easily patch.
Diffstat (limited to 'graphics/blender/MESSAGE')
-rw-r--r-- | graphics/blender/MESSAGE | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/blender/MESSAGE b/graphics/blender/MESSAGE new file mode 100644 index 00000000000..4a9b2b289b6 --- /dev/null +++ b/graphics/blender/MESSAGE @@ -0,0 +1,25 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2005/03/04 16:04:59 reinoud Exp $ + +Due to oddities in the blender package, running `blender' will soft-link +the global blender directory to your home directory as ~/.blender to run +properly with all scripts attached. + +Customisation can be done individually by copying the directory ~/.blender +points to to your own homedirectory : + rm ~/.blender + cp -R ${PREFIX}/share/blender ~/.blender + +and customise/add your own stuff like scripts etc. in it. + +To revert to `factory' settings and site-setup files, just remove the +~/.blender directory/link and the script will add the softlink again. + +Note that blender will create a ~/.B.blend file that serves as the empty or +startup file with all settings in it. A file called ~/.Blog will hold the +last file edited with blender. + +Executing ${PREFIX}/bin/blender-bin will bypass the convenience script +${PREFIX}/bin/blender + +=========================================================================== |