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
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-31- version upped to 2.32Ton Roosendaal
(warn: still waiting for splash!)
2004-01-30License update for uv_exportMartin Poirier
2004-01-30- Last minute script addition (blame / thank Theeth :) -- Theeth's UV Face ↵Willian Padovani Germano
export script. - tiny harmless change in module Blender.Material's *doc*. Aphex: tested your fix for windows (thank you -- and Bill Baxter for reporting): It doesn't break anything here (linux). So probably no need for #ifdef's.
2004-01-28Added #include <stdio.h>Kent Mein
to get rid of a warning about undefined printf I know stupid but hey might as well make it do the right thing. Kent
2004-01-28BPython:Willian Padovani Germano
-- fixing a last minute bug: scripts w/o guis that called the file selector were not being checked for errors, which could cause crash dumps upon exiting. -- docs: updates for Draw (fixed example) and Material (added tex related methods docs) Scripts: -- added some more scripts, all I could get in shape in time (at least they export / import back). Only tested on linux.
2004-01-28Fixed a couple of explicit references to .blender made them $(CONFDIR)Kent Mein
instead. Also moved the creation of $(CONFDIR) up so that it gets created before dumping files into it. There is still one extra reference to .blender for osX but I wasn't sure what was going on so I left it. It really should be "fixed" though. Kent
2004-01-28- updated "make release" for windows to include new python files.Simon Clitherow
- updated win32 installer script.
2004-01-27BPython:Willian Padovani Germano
- as proposed by Ton, default dir for menu enabled scripts is: userhome/.blender/scripts if available or (using bprogname -- argv[0]), blenderInstallationDir/.blender/scripts/ otherwise. - moved a piece of code from BPY_interface.c to BPY_menus.c to get rid of a linkage warning reported by J. Walton -- added the first scripts to release/scripts: We need time to get more scripts there, but the situation should improve consistently from now on. Adding three export scripts: cal3d, directX, ac3d. And one import: ac3d.
2004-01-26Modified 'make release' as recommended by J. Walton (removed some @'s)Chris Want
2004-01-25Fix for irix 'make release'Chris Want
2004-01-25Fixed a typo in the 'make release' stuffChris Want
2004-01-25A few 'make release' related modifications:Chris Want
* the compiled plugins get moved to .blender/plugins in the release tarball (the include and C files remain where they were). Please test. * if they exist, the directories release/scripts and release/bpydata get copied to .blender/scripts and .blender/bpydata respectively.
2003-12-02- upped version to 2.31aTon Roosendaal
2003-11-27- upped VERSION file :)Ton Roosendaal
2003-11-25Douglas Bischoff's Fix for Plugins on OSX.Kent Mein
Kent
2003-10-30- release code upped to 2.30 as wellTon Roosendaal
2003-10-05- version number 2.29 for this testing period!Ton Roosendaal
2003-09-24- version upped to 'c'Ton Roosendaal
2003-08-12release number is 2.28aTon Roosendaal
2003-07-23- added sdl.dll to the release makefiles for windowsv2.28Simon Clitherow
2003-07-23Updated win self-installer script. Still uses the 16-color icon images ↵Simon Clitherow
(sorry broken!) :)
2003-07-23- updated release release number. :)Ton Roosendaal
2003-05-28OSX app name now is Blender with a capital Bee!Ton Roosendaal
2003-05-15- Copy the font and .Blanguages into the end resultWouter van Heyst
2003-05-14updated release makefiles and self installer script for windowsSimon Clitherow
2003-05-14Irix doesn't like 'cp -a' for recursive copyingChris Want
2003-05-13don't copy the .blender dir to $DISTDIR on OS X, as it's contents isStefan Gartner
already in the application bundle
2003-05-13Copy the .blender directory into DESTDIR for bundling up with release.Wouter van Heyst
2003-05-10- release now is called 2.27Ton Roosendaal
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-07A fix to the release Makefile so that strip happens *after* copy.Chris Want
Please test!
2003-05-03Updated the scatter program to fix some warnings.Kent Mein
Modified the Makefile's call to strip so it leaves symbols for plugins... Kent
2003-05-01The stuff in release/plugins/include was duplcated inKent Mein
source/blender/blenpluginapi So I removed the stuff in the release dir after merging changes and updated the Makefile. Kent
2003-05-01Matt Ebb's new installer icon (hopefully wincvs does it right this time)Rob Haarsma
2003-04-30Moved the compiling plugins to after the binary is copied over.Kent Mein
(macosX needs the binary to link against for the plugins) Also updated the plugins/Makefile to use $(MAKE) -C dir instead of cd dir; make Kent
2003-02-21The first two files enables building of plugins under macosx.Kent Mein
The third is for actually loading the plugins in blender. For some reason its not identifying the plugins correctly, but it compiles and runs so I'm including it hoping someone else might see where I've messed things up... I have a simple example at http://www.cs.umn.edu/~mein/test.tgz that works, if anyone is interested in playing with it. Kent
2003-02-19Fixed a typo in my addy (of all places!) ;)Simon Clitherow
2003-02-11- glue top level makefile and release one togetherHans Lambermont
- fix 8 spaces problem in release/Makefile
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- GPL license text now included in the binary distros as well.Ton Roosendaal
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- export VERSION so specific.sh can use itFrank van Beek
- made remove in the final directory a bit more specific
2003-02-10- updated url to http://www.blender3d.org/Support/Frank van Beek
2003-02-10Modified ld flags on SunOS changed -O2 to -OKent Mein
because sun's compiler does not support -O2. Kent
2003-02-10Added files for using NSIS (http://nsis.sourceforge.net) as an alternative ↵Simon Clitherow
self-install/uninstall system for windows.