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
path: root/source
AgeCommit message (Collapse)Author
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-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-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-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
2003-05-11applied Matt Ebb's patch for the infoeditmenu:Rob Haarsma
"This patch checks what type of object is selected first and gives an error message rather than crashing."
2003-05-11FTGL support for irix (I would like to say international and truetypeChris Want
text object support, but I can't test too much until Monday).
2003-05-10enable truetype fonts for text objects when building with the originalStefan Gartner
Makefiles. Platform manages should check nan_definitions.mk and set INTERNATIONAL to true for their platforms.
2003-05-10Some modifications to get cygwin/msvc compiling/linkingChris Want
2003-05-10don't link against libiconv on os xStefan Gartner
2003-05-10added Goofster's mergemenu to the alt-w menu.Rob Haarsma
revised by Matt Ebb
2003-05-10made Blender 2.27 startup with aa fonts on by default.Rob Haarsma
2003-05-10added Matt Ebb's new windowtype buttonRob Haarsma
2003-05-10updated version to 2.27.Ton Roosendaal
Just compile blendkernel/intern/blender.c at least
2003-05-10store message catalogs in Resources folder of the application bundle on OSStefan Gartner
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-09added Matt Ebb's icons for the new headerbuttons.Rob Haarsma
2003-05-09replaced depricated p2cstr with CopyPascalStringToC for OSX.Rob Haarsma
2003-05-09minor fixRob Haarsma
2003-05-09Oops, forgot to put the codecname label behind ifdefs.Rob Haarsma
2003-05-09cleaned up language support for a release.Rob Haarsma
2003-05-09minor code cleanupsRob Haarsma
2003-05-09modified tooltip heightsRob Haarsma
2003-05-09added a labelbutton that displays the selected avi/quicktime codec.Rob Haarsma
2003-05-09* Implement Blender_Redraw(), minor changes in other filesWillian Padovani Germano
* Implemented submodule Text
2003-05-09* Finishing renaming of interface.[ch] to EXPP_interface.[ch]:Willian Padovani Germano
removed old files -- should solve compile problems. * Updated Window.c to access a variable in Draw.c
2003-05-09forgot to commit this one for win/fullscreenRob Haarsma
2003-05-09aa fonts have correct colors in the toolbox now.Rob Haarsma
2003-05-08added 2.27 splash screen, designed by Matt Ebb.Rob Haarsma
nice work !!
2003-05-08fix loading of truetype fonts on linuxStefan Gartner
2003-05-08added a fullscreen button in the top header (windows only)Rob Haarsma
written by Florian Eggenberger.
2003-05-08fixed ui_draw_but_TOG3 for correct coloring non-ftgl texts.Rob Haarsma
2003-05-08updating change in an included filenameWillian Padovani Germano
2003-05-08* Added submodule Window, including FileSelector and ImageSelector:Willian Padovani Germano
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-07removed two paste errors :)Rob Haarsma
2003-05-07hotkey for changing a mesh to a subsurface and back again: shift+oRob Haarsma
hotkey for changing display resolution for subdiv: ctrl+1 or 2 or 3 or 4 written by Green