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
2009-06-012.5Ton Roosendaal
Cleanup commit: - Yafray removed. Also did cmake/scons files, but didn't compile with it, so test would be appreciated :) - Removed old crap from Windows release dir, should be checked on further by windows release builder later.
2005-04-16Updating build systems: folder release/bpydata/ moved to ↵Willian Padovani Germano
release/scripts/bpydata/ It seemed trivial enough, so I updated all systems (makefiles, xcode, scons, scons win installer), please complain if something went wrong. Mostly it was just removing release/bpydata references, since the release/scripts dir is already worked on recursevely, handling dirs inside it. For the scons nsi file writer script I had to write code for each new dir, but it can be recoded recursively, too (in fact joining all release stuff in a single dir tree with nothing else would be a good idea, making installation code simpler). Since it's just python and I have a little more time now, I can help scons managers if they still need. Thanks Campbell Barton for reporting.
2004-08-04Forgot to add the last script, tex2uvbaker.py to the 00.blender.nsi file.Willian Padovani Germano
BTW, thanks Simon, Nathan and Martin (am I forgetting anyone?) for your help keeping things in sync : ).
2004-08-04Done.Willian Padovani Germano
Scripts: - Jean-Michel Soler probably lost some hours of sleep since Sunday, but he managed to send me the updated path import scripts a few hours ago. My tests with Inkscape .svg and .ps and Gimp worked fine. He also tested a lot and sent me info about what is already supported. I'll send Ton a doc about bundled scripts including this info. Importers: .ai, .svg, .eps/.ps, Gimp 1-1.2.5 / 2.0. - Jean-Michel also contributed his Texture Baker script. - Campbell Barton contributed two new scripts: a mesh cleaner and a vloop skinning / lofting script. He also sent updates to his obj import / export ones. - A Vanpoucke (xand) contributed his Axis Orientation Copy script. And that makes 8 last minute additions. Thanks a lot to the authors and special thanks to JMS and Campbell for their hard work : ). BPython: - tiny addition (I'm forced to call it a showstopper bug ;) so JMS's path import scripts (that actually convert to obj and make Blender load the .obj curves) can use Blender.Load() and not rename G.sce, the default filename. Blender.Load(filename, 1) doesn't update G.sce. Nothing should break because of this, Load(filename) still works fine. - Made Blender complain again if script is for a newer Blender version than the one running it.
2004-08-02- added missing py scripts to the non-sconsered NSIS installer scriptSimon Clitherow
- uninstall files now done semi-automatic for 'scons wininst'
2004-07-28- added python23.zip & zlib.pyd (bundled python modules for Win32)Simon Clitherow
provided by IanWill (thanks!) - updated build systems to suit
2004-07-28- update for the win installer scripts ( added new scripts, etc ).Simon Clitherow
2004-06-23Committing the NSIS installer script changes used for the 2.33a release.Simon Clitherow
- numerous bug fixes and improvements, that are far too numerous to mention here! - In addition, the new python scripts have been added to the file list, bringing it up-to-date (for now!).
2004-04-20- Returned multi-user support on Win2k/XP.Simon Clitherow
Now uses 'Application Data/Blender Foundation/Blender' instead of old "Not A Number" dir. - Updated windows installer to make this change transparent for the users. It copies /.blender to the new location and displays a short message to advise them of the change (http://homepages.nildram.co.uk/~aphex/installer_msg.jpg). - Installer also includes fix for opening blend files from explorer (patch provided by Valentin Ungureanu (vung) - thanks!) Note to CVS users on Win2k/XP: Although blender will continue to work without changes, you should ideally copy the /.blender dir to <app data>/Blender Foundation/Blender for the sake of correctness :)
2004-02-01- added new translation files pt_br & zh_cn, and the new python scriptsSimon Clitherow
to win installer script. (Note to self: see if there is a way to automate this with some sed or awk magic...)
2004-01-28- updated "make release" for windows to include new python files.Simon Clitherow
- updated win32 installer script.
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-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- removed debug line from windows/specific.shFrank van Beek
- deinstalling Blender now also removes "%PROGRAMFILES%\Blender Foundation" if it's empty
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-10Added files for using NSIS (http://nsis.sourceforge.net) as an alternative ↵Simon Clitherow
self-install/uninstall system for windows.