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
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
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
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
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
2292658124
added Matt Ebb's icons for the new headerbuttons.
2003-05-09 14:03:34 +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
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
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
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
f20e95b73a
removed two paste errors :)
2003-05-07 19:32:09 +00:00
f28516e7b0
hotkey for changing a mesh to a subsurface and back again: shift+o
...
hotkey for changing display resolution for subdiv: ctrl+1 or 2 or 3 or 4
written by Green
2003-05-07 19:27:29 +00:00
d279fc6c45
pulldown menus now scale according to textwidths
2003-05-07 03:00:11 +00:00
079e41fe10
fixed some interface font issues.
2003-05-06 12:51:04 +00:00
Chris Want
a9193a88ca
Autoskinning:
...
-- added Matt Ebb's menu suggestion
-- Maybe it so the 'empty'/'name' option is disabled for bones that
are of type 'Unskinnable'.
2003-05-06 02:32:56 +00:00
7180ad4c86
enable multilingual support on linux and os x using the original Makefiles
2003-05-05 21:28:54 +00:00
94ff0ea3be
fixed a lot of interface update issues.
...
big thanks to broken !
2003-05-05 12:18:22 +00:00
9e79a6222f
added fullscreen command line switch on Win32 -W
...
written by Florian Eggenberger.
2003-05-05 10:51:52 +00:00
169c6254b1
made the preview update correctly when switching the actual material
2003-05-04 12:38:44 +00:00
77650127fd
drawinfospace function now matches zr's recent changes
2003-05-04 11:20:14 +00:00
ad3a972a25
added two extra uv mapping types to uv menu,
...
nothing big really
2003-05-03 16:06:30 +00:00
0f95f38ecf
changed buttontype for the pulldown titles
2003-05-03 16:05:45 +00:00
d7e7dc1928
Multilingual interface support added.
...
Added compileflag INTERNATIONAL to the 'release'
projectfiles for msvc and added the FTF_ftfont project
to the main blender project.
2003-05-03 12:59:33 +00:00
b43473e425
Multilingual interface support added.
...
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-03 12:17:11 +00:00
723b84c79c
fun with quicktime:
...
#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-02 13:36:56 +00:00
75014f9f64
fixed a slowdown in the 3D window with multiple objects.
2003-05-02 10:44:14 +00:00
4f90b186f9
Matt Ebb finished the userprefs window layout
2003-05-01 12:50:49 +00:00
9174db096b
LAST of the c code comment translations... hooray!
...
Might be possible I mised an .h or so, just notify me in that case.
2003-04-30 13:22:26 +00:00
9cf4ec81cc
move renderwindow down a bit so that it doesn't get hidden behind the menu
...
bar on os x
2003-04-29 16:33:20 +00:00
1bd85d7518
I know were in a freeze but this ones really small and I figured were not
...
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-29 16:24:56 +00:00
ceb3e8cc2a
phew... a whole bunch of old and nasty files translated, including the
...
central mesh editing one.
2003-04-29 15:30:59 +00:00
597875cb69
first of the c code comment translation in the mother of all directories!
2003-04-28 14:43:20 +00:00
52f6a630ce
Added rename/delete popups to the file and imageselect windows.
...
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-28 11:17:21 +00:00
706ccc0401
Added Quicktime support for OSX and Windows.
...
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-28 02:15:46 +00:00
Chris Want
701ebe126a
Test of commit mail
2003-04-26 14:16:07 +00:00