Revision 65b2f43 by Campbell Barton May 5, 2008, 01:46 (GMT) |
matt ebb found a case where removing the "Real" world button was bad. |
Revision 17db190 by Ken Hughes May 5, 2008, 00:42 (GMT) |
Fix potential buffer overflow (found by Cyril Brulebois). |
Revision da3b15b by Benoit Bolsee May 4, 2008, 21:20 (GMT) |
BGE patch: add support for GLEXT in MSVC project files. User must update glext.h in SDK directory: C:Program FilesMicrosoft Visual Studio .NET 2003Vc7PlatformSDKIncludeglglxext.h. Get the latest glext.h from http://www.opengl.org/registry/ |
Revision cf654b4 by Benoit Bolsee May 4, 2008, 21:14 (GMT) |
Fix BGE bug in patch #8724 (memory optimization): serious problem with alpha texture when Use Blender Material is active and several objects have same texture. This bug messes up greatly with OpenGL texture. The GE is not usable without this fix. |
Revision 3209964 by Peter Schlaile May 4, 2008, 17:03 (GMT) |
== Sequencer == Added the missing directory selector button for proxy custom storage... |
Revision c734c0b by Campbell Barton May 4, 2008, 15:56 (GMT) |
hopefully the last one... |
Revision 175a0c3 by Peter Schlaile May 4, 2008, 15:39 (GMT) |
== Sequencer == Fixed order of operation in 3-way color corrector according to http://rebelsguide.com/forum/viewtopic.php?t=810 Thanks to mindrones for pointing this out. |
Revision 6c05a92 by Campbell Barton May 4, 2008, 15:02 (GMT) |
missed out on some BLI_convertstringcode's, also found that playing relative quicktime paths from the python api never worked, was using the 'Scene' type cast to a char. |
Revision 4983308 by Daniel Genrich May 4, 2008, 14:14 (GMT) |
svn merge -r 14649:14676 https://svn.blender.org/svnroot/bf-blender/trunk/blender (sorry - forgot half of the commits last time) |
Revision 7aa6833 by Ken Hughes May 4, 2008, 14:14 (GMT) |
More compiler fixes for BLI_convertstringcode calls |
Revision e6be454 by Joshua Leung May 4, 2008, 11:09 (GMT) |
More compiler fixes for BLI_convertstringcode calls |
Revision 5e3f871 by Campbell Barton May 4, 2008, 11:00 (GMT) |
also look for ndof plugin in $HOME/.blender/plugins/3DxNdofBlender.plug, for linux distro's where blender is installed in /usr/bin/blender, installing plugins in /usr/bin/plugins would not be acceptable. |
Revision 0dfd373 by Joshua Leung May 4, 2008, 10:48 (GMT) |
More fixes for compiling |
Revision b7de391 by Joshua Leung May 4, 2008, 10:28 (GMT) |
Fix for compiling with FFMPEG enabled due to BLI_convertstringcode |
Revision 110f927 by Campbell Barton May 4, 2008, 09:41 (GMT) |
Changed frame numbering to only alter hashes if they are in the filename (not the directory name) to fix bug [#10566] File Open Dialog replaces '#' with '0' in directory names. removed frame numbering from BLI_convertstringcode into its own function (BLI_convertstringframe), many uses of BLI_convertstringcode were passing dummy frames values anyway. in cases where adding the current frame number to a filename is needed run BLI_convertstringframe(...) after BLI_convertstringcode(...) There are some cases Im not sure BLI_convertstringframe is needed, these have been commented as todo, but at least have the same functionality they used to. |
Revision f95c114 by JLuc Peuriere May 3, 2008, 17:04 (GMT) |
change default for darwin for better compatibility with gcc4.0 |
Revision 275f1b6 by Campbell Barton May 3, 2008, 09:35 (GMT) |
own error assigning a value out of array bounds thanks Cyril Brulebois for pointing this out. |
Revision f190e4e by Joshua Leung May 3, 2008, 02:50 (GMT) |
Added missing menu entries for Preview Range tools |
Revision 2b5432e by Andre Susano Pinto May 2, 2008, 22:09 (GMT) |
Added control over distance to kept form target mesh Quad bug was fixed by splitting the quads that are feed to RayTree |
Revision 5ad6b3f by Willian Padovani Germano May 2, 2008, 20:41 (GMT) |
== PyNodes == More bug fixing, reports by Juho (bebraw) Vepsalainen (thanks!) #10340: a recent fix I made broke handling of pynodes with buggy scripts when loaded from a .blend. (This may have been the reason for #10341, too, caused by saving buggy typeinfo.) http://projects.blender.org/tracker/?func=detail&atid=125&aid=10340&group_id=9 |
|