Revision d028bcf by Ton Roosendaal February 19, 2005, 13:04 (GMT) |
Fix for Key alpha. Thanks to unifying code in render (unified and normal) we cannot insert colored pixels in sky for Key alpha anymore. Well, this was useless anyway! (BTW: error not in 2.36 release) |
Revision 3f463dc by Rob Haarsma February 19, 2005, 10:46 (GMT) |
Bugfix #2228 Quicktime on OSX now saves Movies with a correct alpha layer. Also fixed the bottom-to-top orientation problem which occured with several (OSX) applications. |
Revision f25061c by Jiri Hnidek February 18, 2005, 19:48 (GMT) |
- user can interactively choose, what part of window will be splited - change direction between horizontal and vertical split, to change the split push TAKBEY or MIDDLEMOUSE (patch offered by Guillaume) - I captured short video, which demonstrates new functionality: http://e-learning.vslib.cz/~hnidek/captured-videos/split_window.avi |
February 18, 2005, 16:52 (GMT) |
I updated the FREETYPE2 checks so it didn't build freetype stuff if WITH_FREETYPE2 was set to false. Also added/cleaned up source/nan_compile.mk NAN_NOKETSJI stuff a hair. Kent |
Revision f24c823 by Martin Poirier February 18, 2005, 01:34 (GMT) |
Little test commit for slikdigit. Moves mouse pointer to center of transformation on grabs init. Easier to select a constraint axis with MMB this way. This is testing only and very hackish (couldn't find a proper way to get a screen's global coordinates offset). |
February 17, 2005, 18:08 (GMT) |
Modified version of Chris Burt's fix for border render with invalid border selected. I changed the test to this: if(R.r.border.xmax <= R.r.border.xmin || R.r.border.ymax <= R.r.border.ymin) { Original patch tested xmin=0 which isn't quite right. Kent |
February 17, 2005, 16:50 (GMT) |
Chris Burt's fix for bug #2245 (Puts good data in a tooltip that was a copy of another one and didn't make sense) Kent |
Revision 47239d8 by Johnny Matthews February 17, 2005, 14:09 (GMT) |
A Couple of Small Fixes for Edge Rotate 1 - Face smoothing is copied from previous pages 2 - Old edge flags are copied from previous edge |
Revision 0324fc1 by Johnny Matthews February 16, 2005, 15:02 (GMT) |
This commit adds rotate edges Clockwise and CounterClockwise to the Edge Specials Menu (and of course the code to back them up) |
Revision b7eaee3 by Willian Padovani Germano February 16, 2005, 03:32 (GMT) |
BPython bug fixes: -- Ton caught a redraw trying to free a busy slider button in a script. Made sure the redraws don't happen in the scripts win during slider updates, but the realtime slider (automatically updates the 3d view) isn't working yet as it probably shouldn't with the current code. There's a pre 2.25 comment in Draw.c about it being hackish and wrong; -- Melchior FRANZ reported a bug related to a script dict being freed too early (when two instances of the same script were on: one with a gui and the other with a file selector -- selecting the file triggered the problem); -- bug #2074 reported by Roland Hess: totally empty string button -- no prepended but->str (e.g. "OB:") neither but->poin (the actual string) -- crashing Blender. Crash happened on editscreen.c: screen_delayed_push_undo calls strncpy() without checking the passed string. Didn't mess with it, better let the coder in charge of undo (Ton, right?) choose a preferred way to deal with it (report error, simply use blank string). Staying on the python side at least for now, I just made but->str = " " (a space) when user doesn't define it, so the crash shouldn't happen anymore. http://projects.blender.org/tracker/?func=detail&atid=125&aid=2074&group_id=9 Thanks guys for reporting the problems. |
February 15, 2005, 13:06 (GMT) |
Joseph Gilbert's fixes for the linux2 build target. Kent |
Revision 09fdbdc by Kester Maddock February 15, 2005, 10:02 (GMT) |
Fix compile errors for MSVC |
Revision af03f9b by Johnny Matthews February 14, 2005, 20:14 (GMT) |
Not all flags and such were copied to new faces in edge rotate - should fix bug 2139 |
Revision 3d241fd by Brecht Van Lommel February 14, 2005, 15:19 (GMT) |
Small fix for new transform commit, scons complains about missing imagepaint.c. This file is only in tuhopuu. |
Revision c334c00 by Chris Want February 14, 2005, 03:12 (GMT) |
To compile the new transform code with make, add the following to user-def.mk: export NAN_NEW_TRANSFORM=true |
Revision 28902e9 by Martin Poirier February 14, 2005, 02:56 (GMT) |
MSVC 6.0 projectfile changes to go with last commit. |
Revision d2f4ba4 by Martin Poirier February 14, 2005, 02:53 (GMT) |
Initial new transform commit. Disabled behind defines. Uncomment //#define NEWTRANSFORM in transform.h to enable. Use at your own risk For more info, see Wiki: http://wiki.blender.org/bin/view.pl/Blenderdev/TransformRefactoring And tuhopuu mailing list: http://projects.blender.org/pipermail/tuhopuu-devel/ Notes for Ton (things that could need bulldozing: - TransData conversions. Objects is ok, but others could be rechecked. (some still use totsel). Need to add pose mode support. - Need more icons in the PET mode dropdown (in the 3D view header) for the new modes - Add new transform calls to Toolbox and Menus and the one right after Extrude. That's pretty much all I can think of now. |
Revision 923a9a0 by Martin Poirier February 14, 2005, 01:26 (GMT) |
Vertex group support in Apply_Def. If subsurf is off on the original mesh, copies groups AND weight. If not, only copies weight. |
Revision 873a248 by Rob Haarsma February 12, 2005, 21:19 (GMT) |
Fix for mipmap userpref button. (it was using the wrong userpref value). |
Revision bc3329e by Joseph Gilbert February 12, 2005, 17:11 (GMT) |
<strings.h> is not defined on Win32 systems |
|
|
|


Master Commits
MiikaHweb | 2003-2021