Revision 7b5d3f1 by Stephen Swaney March 6, 2004, 10:35 (GMT) |
Fix for bug# 986 Assigning a new value to a Button string did not resize the string buffer. |
March 5, 2004, 21:29 (GMT) |
removed -Wbad-function-cast -Wmissing-declarations -Wnested-externs from LEVEL_2_CPP_WARNINGS since they aren't valid for c++ (Note they are still in the LEVEL_2_C_WARNINGS) Kent |
Revision b5fef06 by Johnny Matthews March 5, 2004, 20:08 (GMT) |
Bugfixes by eeshlo Fixes Bug 990 and 976 990 - Parenting Issues with Yafray Export 976 - Curve (Text) 'Front' and 'Back' not Exporting to Yafray |
Revision 445fd66 by Johnny Matthews March 5, 2004, 17:15 (GMT) |
Added 'Execute Script' to the right click pupmenu in the text editor |
Revision 9076b80 by Nathan Letwory March 5, 2004, 15:20 (GMT) |
* [SCons] enable BUILD_DATE for win32. Basically SCons creates an extra file in source/creator, which is included by buildinfo.c whenever BUILD_DATE is on and building on Windows. SCons automatically takes care of this dependency. |
Revision 811e144 by Stephen Swaney March 5, 2004, 08:20 (GMT) |
Fix for bug #1014 In IpoCurve.addBezier() method, set handles of newly added point to type Auto. Fix provided by Roland Hess (harkyman). |
Revision 83804a7 by Stephen Swaney March 5, 2004, 06:25 (GMT) |
Fix for Bug 1039 Changed doc to match the parameters for Ipo New() method. Corrected error message for expected argument types in New() method. |
Revision db9f921 by Stephen Swaney March 5, 2004, 05:50 (GMT) |
Fix for Bug 1045. Added more detail for method return types in various doc files. Changed version number in epy_docgen.sh to BPY_API_232. |
Revision 4d1f58e by Joseph Gilbert March 3, 2004, 00:45 (GMT) |
- set/get Euler works with the real thing now - ability to set the object's matrix |
Revision 8771b2e by Nathan Letwory March 2, 2004, 21:34 (GMT) |
- [SCons] Take out redundant 'defines' usage. _LIB is not needed for SoundSystem. This stops SCons from complaining on Windows when building. |
March 2, 2004, 18:50 (GMT) |
Removed a fudge factor of .5 think it was an old opengl hack for something. See for more info: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=3107 Also the person that should get credit for this is: chrish and meestaplu Kent |
March 2, 2004, 16:49 (GMT) |
Styken's fix for bug # 1035 Its a if to check for divide by 0 case. Kent |
Revision 056579b by Joseph Gilbert March 2, 2004, 11:56 (GMT) |
Documentation for mathutils. |
Revision b61a81f by Joseph Gilbert March 2, 2004, 11:44 (GMT) |
Documentation for mathutils. |
Revision af2c3a4 by Nathan Letwory March 2, 2004, 08:40 (GMT) |
Added OpenBSD3.x to the SCons build system. |
March 1, 2004, 18:54 (GMT) |
Another Patch by Joilnen, This one uses struct casts to get rid of some gcc warnings. Kent |
March 1, 2004, 17:55 (GMT) |
Joilnen's Fix for bug #999 Basically the switch statement for the menu had some numbers that were off. it went 7 9 10 11 instead of 7 8 9 10 Joilnen's Fix for bug #999 Basically the switch statement for the menu had some numbers that were off. it went 7 9 10 11 instead of 7 8 9 10 Kent |
Revision 05d5483 by Joseph Gilbert March 1, 2004, 11:24 (GMT) |
Update to msvc7 for new Mathutils lib :) |
Revision 70a4ead by Michel Selten February 29, 2004, 21:40 (GMT) |
SCons updates * Blender static now links. By default this option is disabled on all platforms. Simply set the option in config.opts to 'true'. * Added the following flags to config.opts: - HOST_CC. This is the C compiler for the host platform. This value is the same as TARGET_CC when not cross compiling. - HOST_CXX. This is the C++ compiler for the host platform. This value is the same as TARGET_CXX when not cross compiling. - TARGET_CC. This is the C compiler for the target platform. - TARGET_CXX. This is the C++ compiler for the target platform. - TARGET_AR. This is the linker command for linking libraries. - PATH This is the standard search path All SConscript files have been updated to reflect these changes. Now it's possible to change only the root SConstruct file, and all compiler specific variables are passed automatically to all SConscript files. Of course, this does not apply to makesdna because there the host and target platform is different from all other libraries. To pass a variable that applies to all platforms, all we now have to do is set the correct value in library_env Note: as usual, to get the latest options in the config.opts file, first remove your version. |
Revision 5998c12 by Robert Wenzlaff February 29, 2004, 16:45 (GMT) |
Fixes bug report 1012. Copy Attrib didn't copy sudsurftype. (Now it does.) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021