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-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
2003-05-07pulldown menus now scale according to textwidthsRob Haarsma
2003-05-06fixed some interface font issues.Rob Haarsma
2003-05-06Autoskinning:Chris Want
-- added Matt Ebb's menu suggestion -- Maybe it so the 'empty'/'name' option is disabled for bones that are of type 'Unskinnable'.
2003-05-06disable i18n on linux, second attemptStefan Gartner
2003-05-06disable i18n support on linuxStefan Gartner
2003-05-06enable multilingual support on linux and os x using the original MakefilesStefan Gartner
2003-05-05fixed a lot of interface update issues.Rob Haarsma
big thanks to broken !
2003-05-05added fullscreen command line switch on Win32 -WRob Haarsma
written by Florian Eggenberger.
2003-05-04made the preview update correctly when switching the actual materialRob Haarsma
2003-05-04reverted to previous version, changes weren't meant for a commit.Rob Haarsma
2003-05-04drawinfospace function now matches zr's recent changesRob Haarsma
2003-05-03added two extra uv mapping types to uv menu,Rob Haarsma
nothing big really
2003-05-03changed buttontype for the pulldown titlesRob Haarsma
2003-05-03Multilingual interface support added.Rob Haarsma
Added compileflag INTERNATIONAL to the 'release' projectfiles for msvc and added the FTF_ftfont project to the main blender project.
2003-05-03Multilingual interface support added.Rob Haarsma
All modifications are behind compileflag INTERNATIONAL, and affect these two directories; source/blender/src and source/blender/ftfont. Thanks to philipp, a new utf8towchar() function is added to Shizu's work, which fixes the international support for OSX. It also makes the iconv library obsolete. This means all translation files (blender.mo) need to be 'recoded' to UTF-8, and language support in the fileselect window and the text editor is not possible. Iconv might be added in the future to enable these features.
2003-05-02First whack at getting FREETYPE2 stuff added to theKent Mein
old and autoconf makefiles. My machine seems to have messed up libs so I can't test it, its a start though :) Kent
2003-05-02fun with quicktime:Stefan Gartner
#include <QuickTime/Movies.h> instead of #include <Movies.h> on OS X to avoid having to specify the full path to the QT headers in the Makefiles #undef NDEBUG on OS X to avoid errors about ID being declared twice enable support for QuickTime in the original Makefiles on OS X
2003-05-02fixed a slowdown in the 3D window with multiple objects.Rob Haarsma
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-01Fixed prototype for drawinfospace (from the new space.c)Kent Mein
Kent
2003-05-01Matt Ebb's new windows Blender icons (Nice!)Rob Haarsma
(hopefully wincvs does it right this time)
2003-05-01Matt Ebb finished the userprefs window layoutRob Haarsma
2003-04-30Added IMB_gamwarp and IMB_interlace (and the interlace and gamwarp wrappersKent Mein
for the plugins) Kent
2003-04-30Updated the macosX error message for plugins so it actually reportsKent Mein
something other than plugins not supported on macosx. Kent
2003-04-30LAST of the c code comment translations... hooray!Ton Roosendaal
Might be possible I mised an .h or so, just notify me in that case.
2003-04-29enable quicktime support on os x when building with auto*Stefan Gartner
2003-04-29move renderwindow down a bit so that it doesn't get hidden behind the menuStefan Gartner
bar on os x
2003-04-29I know were in a freeze but this ones really small and I figured were notKent Mein
quite frozen yet ;) Anyway this was submitted by intrr and its just a small patch to allow you to select all children of an object with shift-p. Kent
2003-04-29phew... a whole bunch of old and nasty files translated, including theTon Roosendaal
central mesh editing one.
2003-04-29Added a 3D font loader that uses the Freetype2 library toRob Haarsma
parse the vector data. Freetype2 supports many font formats including Type1, TrueType and OpenType fonts. Enable with the WITH_FREETYPE2 compile flag, in the source/blender/blenkernel and source/blender/blenlib dirs.
2003-04-28first of the c code comment translation in the mother of all directories!Ton Roosendaal
2003-04-28translated renderconverter c commentsTon Roosendaal
2003-04-28rest of c comment translations render filesTon Roosendaal
2003-04-28Added rename/delete popups to the file and imageselect windows.Rob Haarsma
Redesigned the userpreference window layout. (not finished yet) Enhanced the texteditor with; a rightmousemenu, clipboard text support (for windows !) and the alt-m keystroke generates a 3d text object. (up to 1000 characters) (1, 2, 3, 4 and 7 from http://www.tncci.com/blender/feats.html)
2003-04-28Add includedir for quicktimeWouter van Heyst
2003-04-28Added Quicktime support for OSX and Windows.Rob Haarsma
This code allows you to load Quicktime images and movies as textures and render animations to Quicktime movies. Note that the selected output codec is *not* saved in the blendfile. To enable Quicktime functionality you need the SDK from Apple: OSX: ftp://ftp.apple.com/developer/Development_Kits/QT6SDK_Mac.hqx Win: ftp://ftp.apple.com/developer/Development_Kits/QT6SDK_Win.hqx Add the \QTDevWin\CIncludes and \QTDevWin\Libraries directories from this SDK to your build environment. Enable the WITH_QUICKTIME compile flag in the following directories: bf\blender\source\blender\imbuf bf\blender\source\blender\src bf\blender\source\blender\render bf\blender\source\creator
2003-04-27first commit with hours and hours of comment translation for render code...Ton Roosendaal