2fc36da5fa
- cursors: now display a nice hand over the edges, and another arrow for
...
vpaint/faceselect
- BUGFIX: restoring focus from renderwin to editor caused a click at the
wrong location (annoying when pressing 'render'
2003-06-11 15:02:57 +00:00
f73b8eac82
enabled mousewheel functionality also in 3D textediting.
2003-06-10 21:07:56 +00:00
51850586a8
fixed a prob with background rendering, also spotted by intrr.
2003-06-08 16:25:48 +00:00
98752e5d92
Blender now correctly checks the current dir for /.blender/.Blanguages
...
on Windows
2003-06-05 18:36:27 +00:00
721fa5479c
Patch submitted by Martin Renold (maxy)
...
To complain on a certain error he was getting with a blend file.
See http://projects.blender.org/tracker/index.php?func=detail&aid=230&group_id=9&atid=127 for more info...
Kent
2003-05-30 19:00:12 +00:00
3c7c20676e
This is a fun one ;)
...
Removes ssl from blender.
makes the following directorys not needed anymore:
blender/intern/keymaker
blender/source/blender/src/pub
blender/source/blender/encrypt
blender/source/blender/decrypt
blender/source/blender/sign
blender/source/blender/verify
It works with The Nan Makefiles and autoconf, could whoever is working
on the other build systems update them so we can nuke those directorys?
They won't do anything but I figured I'd leave them in for a week or so
to make things easyer on people.
Kent
2003-05-30 15:06:54 +00:00
f2c40d3e37
Michael Velikanje's patch to renable Sphereical UV mapping.
...
Kent
2003-05-28 10:41:30 +00:00
Casey Corn
a0e54446f3
Added cgul's comments.
2003-05-26 22:53:16 +00:00
Chris Want
924a849755
Support for building bf-blender under windows with gcc (huge thanks to
...
Florian Eggenburger).
Full instructions are in doc/README.windows-gcc.
Main differences from Florian's patch:
- the 'lib' dir should now be the same level as the 'blender' dir (rather
than being a subdir of 'blender'). This is consistent with the other
platforms that bf-blender supports (tuhopuu will also adopt this convention
hopefully soon).
- the script 'free_windows-env.mk' is no longer needed ... see the
docs about how this is overcome (again, tuhopuu will hopefully
also follow this route soon).
- the dlltool dir has it's own Makefile that builds all of the
needed stub libraries from the dll's in cvs.
2003-05-24 20:04:37 +00:00
Casey Corn
4f7876fc17
Comments submitted by: cgul
2003-05-24 00:38:31 +00:00
7032c26e0b
removed the unnecessary #include.
2003-05-22 18:17:22 +00:00
d617df4793
- fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL stuff now also checks the installation directory for /.blender, etc
...
- registering .blend files for WinNT/2000/XP now works correctly (settings remain after a reboot).
2003-05-22 18:06:25 +00:00
b8f2835ba2
Stage two of removing ssl support.
...
I've modified things so it nolonger uses the stuff in
blender/source/blender/verify
This should be working for both the old Makefiles and the autoconf stuff.
People working with other build systems please update them,
both blender/source/blender/verify and sign will be going away soon.
(Next step is to get rid of blender/intern/keymaker)
Kent
2003-05-22 17:16:41 +00:00
9662763ee0
Updated Quicktime code so settings can be stored in the blendfile.
...
This enables Blender to;
- have scenes with different codec settings. (same as avicodec)
- render directly without dialog.
- batch/background render to Quicktime movies.
Only tested on windows. ;)
2003-05-21 01:21:07 +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
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