Commit Graph

564 Commits

Author SHA1 Message Date
ee8693d6bf don't copy the .blender dir to $DISTDIR on OS X, as it's contents is
already in the application bundle
2003-05-13 11:29:25 +00:00
d40cb3da9f fixed minor text color issue. 2003-05-13 10:34:33 +00:00
060f1b068d - Add po/ to the list of subdirs. 2003-05-13 10:31:25 +00:00
c52ed2fcc4 - Preliminary makefile that just calls msgfmt on po files
Start with the italian translation (least buggy)
2003-05-13 10:28:52 +00:00
b210d7de47 Copy the .blender directory into DESTDIR for bundling up with release. 2003-05-13 10:08:43 +00:00
47aaca72e0 moved BKE_utildefines behind __APPLE__ #ifdef. 2003-05-13 09:28:39 +00:00
Chris Want
769d724d83 Static linking of freetype, libintl from sgi freeware for irix
and made WITH_FREETYPE2 independent of INTERNATIONAL (please
test).
2003-05-13 03:30:26 +00:00
b9f6d66328 * Added 3 missing functions, 2 of them called by blender/src/drawtext.c:
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-13 01:54:28 +00:00
eca049b177 store locales, .Blanguage, and .bfont.ttf inside of Resources folder of
application bundle on OS X
2003-05-12 18:12:25 +00:00
936f7541c4 moved #include <sys/param.h> inside #ifdef __APPLE__ 2003-05-12 17:13:12 +00:00
ab3b02405f removed obsolete files 2003-05-12 16:33:19 +00:00
c4d7bf719f added French and Spanish preliminary translations. 2003-05-12 16:17:00 +00:00
a267433edc added .blenderdir/locale and preliminary translations. 2003-05-12 15:52:57 +00:00
23e8e19f5c added function to get the full path to the application bundle on os x 2003-05-12 14:59:08 +00:00
331eb81e09 modified so .Blanguages and .bfont get loaded from .blender dir.
the path to the selected ui font gets stored in the U.fontdir userprefs.
fixed a fullscreen thingie for windows.
2003-05-12 14:23:03 +00:00
efa0b4ef43 - Destroy the glx context _before_ the X window.
Fixes long standing crash for several DRI drivers.
Thanks to Jacek Popławski for hunting this bug down and supplying the patch.
2003-05-12 08:57:55 +00:00
a6d4f5260b added some more include paths to CPPFLAGS... 2003-05-12 07:48:18 +00:00
96b474f058 added -I../../blenlib to CPPFLAGS 2003-05-12 07:41:05 +00:00
455bafbe3f added routine that checks for LOCALE/message directory. 2003-05-12 02:49:29 +00:00
5756d0e1bd modified userprefs layout.
modified linenumber display.

for Win32:
added display of framenumber in titlebar of animwindow.
added userpref that enables all codecs for rendering.
2003-05-11 23:28:32 +00:00
Chris Want
83e91abcc5 "Animation Mixer" is now "NLA Editor" 2003-05-11 22:57:14 +00:00
9ffc4e7be5 cygwin build now uses Matt Ebb's new blender icon 2003-05-11 20:58:41 +00:00
92b017f3ce cygwin build now links with freetype2ST.lib 2003-05-11 18:17:00 +00:00
2552f05b31 modified to load the new .bfont.ttf correct 2003-05-11 17:44:05 +00:00
c74da8a119 Blender now links with freetype2ST.lib (MSVC 6) 2003-05-11 17:41:58 +00:00
3bdddf6c97 renaming vera.ttf to .bfont.ttf (Part 2) :) 2003-05-11 17:31:18 +00:00
ede0eefcd2 renaming vera.ttf to .bfont.ttf 2003-05-11 17:27:37 +00:00
568f36aa4e changed default location of gettext libs on OS X 2003-05-11 17:07:13 +00:00
f62cd76ed8 disable INTERNATIONAL and WITH_FREETYPE2 on FreeBSD 2003-05-11 16:54:01 +00:00
ba3cab450b (win32) you can now safely cancel the avicodec dialog 2003-05-11 16:48:55 +00:00
fe05ca64f2 fixed a (wn32 avi) codec issue when adding an Empty scene.
added ttc and otc to the list of font extensions.
2003-05-11 15:44:23 +00:00
a204816f3f - Removed requests to mail reevan@blender.nl 2003-05-11 14:29:16 +00:00
713f048f73 applied Matt Ebb's patch for the infoeditmenu:
"This patch checks what type of object is selected first and gives an error
message rather than crashing."
2003-05-11 14:10:37 +00:00
Chris Want
fbca17dfa7 FTGL support for irix (I would like to say international and truetype
text object support, but I can't test too much until Monday).
2003-05-11 00:27:23 +00:00
b3c48c4d2c enable truetype fonts for text objects when building with the original
Makefiles. Platform manages should check nan_definitions.mk and set
INTERNATIONAL to true for their platforms.
2003-05-10 16:35:28 +00:00
Chris Want
1ecddea462 Some modifications to get cygwin/msvc compiling/linking 2003-05-10 16:25:23 +00:00
c5cfce5485 - Provide upstream urls for the i18n work (gettext, freetyp2 and FTGL)
- Explain not all translations are done yet in the release
- List the needed patch for FTGL to get uniformly coloured glyphs
2003-05-10 14:29:25 +00:00
9314e9db13 don't link against libiconv on os x 2003-05-10 13:19:23 +00:00
3c77276bd7 added Goofster's mergemenu to the alt-w menu.
revised by Matt Ebb
2003-05-10 12:22:26 +00:00
8218dd2614 made Blender 2.27 startup with aa fonts on by default. 2003-05-10 11:25:52 +00:00
d3524b73ea added GNU font Vera.ttf as default font. 2003-05-10 11:24:37 +00:00
8bd26c12d5 - release now is called 2.27 2003-05-10 10:37:43 +00:00
950504c016 added Matt Ebb's new windowtype button 2003-05-10 10:36:14 +00:00
37d32099d6 updated version to 2.27.
Just compile blendkernel/intern/blender.c at least
2003-05-10 10:07:07 +00:00
99bd02a98b store message catalogs in Resources folder of the application bundle on OS
X. Opening a file selector is no longer needed in order to switch the
language for the first time; apparently gettext wasn't too happy about
relative paths.
2003-05-09 20:20:40 +00:00
2292658124 added Matt Ebb's icons for the new headerbuttons. 2003-05-09 14:03:34 +00:00
29806ccb0d replaced depricated p2cstr with CopyPascalStringToC for OSX. 2003-05-09 13:07:41 +00:00
07d97ff881 minor fix 2003-05-09 13:05:16 +00:00
65815c0777 Oops, forgot to put the codecname label behind ifdefs. 2003-05-09 12:56:55 +00:00
1f5ba2debd cleaned up language support for a release. 2003-05-09 12:48:21 +00:00