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-23This commit was manufactured by cvs2svn to create tagv2.27no-author
'blender-2-27-release'.
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-14- Remove duplicates from po filesWouter van Heyst
- Provide debug target - Run msgfmt on all but fi.po
2003-05-14Irix doesn't like 'cp -a' for recursive copyingChris Want
2003-05-14- updated iff.h, for compatibility with blender itselfTon Roosendaal
this fixes zbuffer reading for plugins again
2003-05-14just translated imbuf structTon Roosendaal
2003-05-14doubled the size of the string to be translated, which fixesRob Haarsma
the italian mo crash.
2003-05-14don't crash when adding an object after the previously selected objectStefan Gartner
has been deleted (thanks to Bischofftep for pointing this out)
2003-05-14.mo files were created in the wrong directory on os x (d'oh!)Stefan Gartner
2003-05-14use $(NANBLENDERHOME) instead of ../..Stefan Gartner
2003-05-13Added some comments on FTGLKent Mein
Kent
2003-05-13revert to previous version, as starting blender maximized on os x doesn'tStefan Gartner
seem to be ready for prime time yet
2003-05-13fixed some more screenupdate issues and eliminated a crashRob Haarsma
when trying tio shear/warp not visible objects. (thanks Matt)
2003-05-13added Dutch and Catalan preliminary translations.Rob Haarsma
2003-05-13updated blender icon for os xStefan Gartner
2003-05-13maximize blender window on startup on os xStefan Gartner
2003-05-13create .po files in the application bundle on os xStefan Gartner
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-13fixed minor text color issue.Rob Haarsma
2003-05-13- Add po/ to the list of subdirs.Wouter van Heyst
2003-05-13- Preliminary makefile that just calls msgfmt on po filesWouter van Heyst
Start with the italian translation (least buggy)
2003-05-13Copy the .blender directory into DESTDIR for bundling up with release.Wouter van Heyst
2003-05-13moved BKE_utildefines behind __APPLE__ #ifdef.Rob Haarsma
2003-05-13Static linking of freetype, libintl from sgi freeware for irixChris Want
and made WITH_FREETYPE2 independent of INTERNATIONAL (please test).
2003-05-13* Added 3 missing functions, 2 of them called by blender/src/drawtext.c:Willian Padovani Germano
Callbacks registered with Draw.Register in Python are called now. That should fix submodule Blender.Draw. * Added a few other missing functions to BPY_interface.c * Finished implementing Get() function for Camera, Lamp, Image and Text: Both the .Get(name) and .Get() cases are handled now. * Added function Blender.ReleaseGlobalDict(): This function should give script writers control over whether the global Python Interpreter Dict should be cleared after the script is run (default is to clear). This is a test.
2003-05-12store locales, .Blanguage, and .bfont.ttf inside of Resources folder ofStefan Gartner
application bundle on OS X
2003-05-12moved #include <sys/param.h> inside #ifdef __APPLE__Stefan Gartner
2003-05-12removed obsolete filesRob Haarsma
2003-05-12added French and Spanish preliminary translations.Rob Haarsma
2003-05-12added .blenderdir/locale and preliminary translations.Rob Haarsma
2003-05-12added function to get the full path to the application bundle on os xStefan Gartner
2003-05-12modified so .Blanguages and .bfont get loaded from .blender dir.Rob Haarsma
the path to the selected ui font gets stored in the U.fontdir userprefs. fixed a fullscreen thingie for windows.
2003-05-12- Destroy the glx context _before_ the X window.Wouter van Heyst
Fixes long standing crash for several DRI drivers. Thanks to Jacek Popławski for hunting this bug down and supplying the patch.
2003-05-12added some more include paths to CPPFLAGS...Stefan Gartner
2003-05-12added -I../../blenlib to CPPFLAGSStefan Gartner
2003-05-12added routine that checks for LOCALE/message directory.Rob Haarsma
2003-05-12modified userprefs layout.Rob Haarsma
modified linenumber display. for Win32: added display of framenumber in titlebar of animwindow. added userpref that enables all codecs for rendering.
2003-05-12"Animation Mixer" is now "NLA Editor"Chris Want
2003-05-12cygwin build now uses Matt Ebb's new blender iconSimon Clitherow
2003-05-11cygwin build now links with freetype2ST.libSimon Clitherow
2003-05-11modified to load the new .bfont.ttf correctRob Haarsma
2003-05-11Blender now links with freetype2ST.lib (MSVC 6)Simon Clitherow
2003-05-11renaming vera.ttf to .bfont.ttf (Part 2) :)Simon Clitherow
2003-05-11renaming vera.ttf to .bfont.ttfSimon Clitherow
2003-05-11changed default location of gettext libs on OS XStefan Gartner
2003-05-11disable INTERNATIONAL and WITH_FREETYPE2 on FreeBSDStefan Gartner
2003-05-11(win32) you can now safely cancel the avicodec dialogRob Haarsma
2003-05-11fixed a (wn32 avi) codec issue when adding an Empty scene.Rob Haarsma
added ttc and otc to the list of font extensions.
2003-05-11- Removed requests to mail reevan@blender.nlWouter van Heyst