pkgsrc/graphics/blender/MESSAGE
reinoud d2f8aae266 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.
2005-03-04 16:04:59 +00:00

25 lines
1 KiB
Text

===========================================================================
$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
===========================================================================