Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-23Updated win self-installer script. Still uses the 16-color icon images ↵Simon Clitherow
(sorry broken!) :)
2003-05-14updated release makefiles and self installer script for windowsSimon Clitherow
2003-05-08- new Blender Installer Icon (thanks Matt)Frank van Beek
It's a pity nsis only uses the 32x32x16 bit version of this icon ;-(
2003-05-01Matt Ebb's new installer icon (hopefully wincvs does it right this time)Rob Haarsma
2003-02-19Fixed a typo in my addy (of all places!) ;)Simon Clitherow
2003-02-10- add GPL-license to installerFrank van Beek
- add options in installer to create desktop icon and register .blend files
2003-02-10- change GPL_license to dos textFrank van Beek
2003-02-10- removed debug line from windows/specific.shFrank van Beek
- deinstalling Blender now also removes "%PROGRAMFILES%\Blender Foundation" if it's empty
2003-02-10- mixed up python version and blender version ;-)Frank van Beek
2003-02-10- display Blender version number in title of installerFrank van Beek
2003-02-10- windows/specific.sh now creates a custom NSIS configuration file for thisFrank van Beek
release and executes NSIS to build the Blender intaller
2003-02-10- updated url to http://www.blender3d.org/Support/Frank van Beek
2003-02-10Added files for using NSIS (http://nsis.sourceforge.net) as an alternative ↵Simon Clitherow
self-install/uninstall system for windows.
2003-02-09make in the release directory now works correctly again on windowsFrank van Beek
- updated Help.url -> http://www.blender3d.org/Community/websites.php - export $(DISTDIR) from Makefile - chmod +x windows/specific.sh - use awk to generate dos txt files instead of perl, perl stuff was broken - chmod +x python22.dll, otherwise blender refuses to start
2003-01-01Initial commit of the 'release' directory (splash screen/iconChris Want
junkies will be happy to find the datatoc.c program in the datafiles directory). Some quick notes: * 'datafiles' has the version 2.21 splash.jpg and blenderbuttons (e.g., so no NLA icon). Someone should at least get the 2.25 blenderbuttons from somewhere and commit them. * 'text' has obsolete content/license * I did not include the python scripts as they have copyright Jan Walter and no license specified. * I changed to unix line terminators everywhere with the exeption of the 'windows' directory. Chris