Commit Graph

247 Commits

Author SHA1 Message Date
ed78dcc96c * Added submodule NMesh:
Partially implemented.  Most of it comes from opy_nmesh.c, plus needed
    changes to integrate in into exppython.
* Added helper submodule vector, needed by NMesh.
* Minor changes in other files.
2003-05-17 04:29:49 +00:00
7c48bec899 Fixed nasty issue when aborting Quicktime rendering. 2003-05-16 14:31:31 +00:00
ef736e8bcc reverted to 2.27 original fontcoloring method
reverted to patched ftgl library.

speed improvements were not really noticable.
2003-05-16 12:48:38 +00:00
447dd3c959 Seeing all comments on the interface slowdown, I decided to try a different
approach for the coloring of interface texts. Currently two seperate fonts get
generated, one black and one white, which eliminates the glPixelTransfer
command. (which assumably caused the huge slowdowns)

Please try, and post your experiences on the interface drawing speed.
NOTE: for this new method you need the *unmodified* FTGL library:
http://homepages.paradise.net.nz/henryj/code/#FTGL

Apologies on any inconveniences...
2003-05-15 17:01:00 +00:00
71fa539b93 - updated iff.h, for compatibility with blender itself
this fixes zbuffer reading for plugins again
2003-05-14 13:25:47 +00:00
adacfb1b15 just translated imbuf struct 2003-05-14 13:24:49 +00:00
3ce849949e doubled the size of the string to be translated, which fixes
the italian mo crash.
2003-05-14 10:01:36 +00:00
c760bd6e3c don't crash when adding an object after the previously selected object
has been deleted (thanks to Bischofftep for pointing this out)
2003-05-14 00:23:58 +00:00
83b5ef6523 fixed some more screenupdate issues and eliminated a crash
when trying tio shear/warp not visible objects. (thanks Matt)
2003-05-13 14:22:28 +00:00
d40cb3da9f fixed minor text color issue. 2003-05-13 10:34:33 +00:00
47aaca72e0 moved BKE_utildefines behind __APPLE__ #ifdef. 2003-05-13 09:28:39 +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
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
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
2552f05b31 modified to load the new .bfont.ttf correct 2003-05-11 17:44:05 +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
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
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
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
6670ad7bec minor code cleanups 2003-05-09 12:45:59 +00:00
1e7e0633cf modified tooltip heights 2003-05-09 11:39:37 +00:00
f8803db66d added a labelbutton that displays the selected avi/quicktime codec. 2003-05-09 11:24:55 +00:00
81d2589d6a * Implement Blender_Redraw(), minor changes in other files
* Implemented submodule Text
2003-05-09 04:34:40 +00:00
ceeb5e7568 * Finishing renaming of interface.[ch] to EXPP_interface.[ch]:
removed old files -- should solve compile problems.
* Updated Window.c to access a variable in Draw.c
2003-05-08 23:51:09 +00:00
c794506cb3 aa fonts have correct colors in the toolbox now. 2003-05-08 20:40:57 +00:00
16aa1b8773 added 2.27 splash screen, designed by Matt Ebb.
nice work !!
2003-05-08 19:59:51 +00:00
cc8460b1e7 fix loading of truetype fonts on linux 2003-05-08 17:27:43 +00:00
ad0bf55843 added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
2003-05-08 16:24:58 +00:00
d53ca699c9 fixed ui_draw_but_TOG3 for correct coloring non-ftgl texts. 2003-05-08 13:44:16 +00:00
154a49fbba updating change in an included filename 2003-05-08 03:13:17 +00:00
1e891f844a * Added submodule Window, including FileSelector and ImageSelector:
Most of the code comes from bpython/intern/opy_window.c, but two
    new functions were added, to access the file and image selector
    windows in Blender.

* Added submodules Draw (gui) and BGL (OpenGL wrapper):
    The code comes from bpython/intern/opy_draw.c, with minor changes
    to integrate it in the new implementation.

* Made changes to Camera, Lamp and Image submodules:
    The implementation was improved. These files should be good
    starting points for interested new coders to look at, now.

* Renamed interface.[ch] to EXPP_interface.[ch] to avoid conflict:
    There is another interface.h file in source/blender/include.
2003-05-08 03:06:46 +00:00
f20e95b73a removed two paste errors :) 2003-05-07 19:32:09 +00:00