Revision c0d981f by Campbell Barton May 6, 2008, 18:57 (GMT) |
patches [#10529] -p command line option fix [#8844] Glossy controls Python API |
Revision 4255f3c by Campbell Barton May 6, 2008, 17:54 (GMT) |
made python add mesh module respect blenders user settings for editmode and view align. added sys.cleanpath() was a patch in the tracker but blender's internal path cleaning is now more general and can be used from python. |
Revision 959f1a0 by Maxime Curioni May 6, 2008, 17:23 (GMT) |
soc-2008-mxcurioni: swig compiles as independent library |
Revision 722f24d by Brecht Van Lommel May 6, 2008, 15:31 (GMT) |
Fix for bug: drawing x-ray and transparency with sets didn't work well, now it draws those type of objects from sets also at the end. |
May 6, 2008, 09:43 (GMT) |
Fixes Makefiles for mac_compat_glext.h by updating some include paths. Kent |
Revision 04d2a8b by Brecht Van Lommel May 6, 2008, 08:35 (GMT) |
Fix for bug #10734: mirror modifier crash with no axis enabled for mirroring around. |
Revision ee87af1 by Joshua Leung May 6, 2008, 07:10 (GMT) |
Bugfixes: * NLA scaling was being incorrectly handled with fractional values. This was caused by clamping to integers instead of floats when making sure the scale value was positive. * Added checks to help prevent some weird cases that may sometimes occur and cause problems |
Revision 2b1797d by Peter Schlaile May 5, 2008, 22:08 (GMT) |
== FFMPEG == Fixes: [#10703] loading an .avi captured by dosbox causes a segfault We shouldn't try to close a codec, if we haven't managed to open one... :) |
Revision 1989e75 by Benoit Bolsee May 5, 2008, 21:33 (GMT) |
Add support for GLEXT in MSVC project files - continued: also support BlenderPlayer and release config |
Revision b6f5679 by Brecht Van Lommel May 5, 2008, 21:10 (GMT) |
Fix for bug #10542: changing particle visualisation type from object to something else didn't work correct. Fix for bug #10478: particle system point cache problem. |
Revision 914a4d1 by Maxime Curioni May 5, 2008, 19:26 (GMT) |
soc-2008-mxcurioni: lib3ds compiles as an external library |
Revision 95ed34b by Brecht Van Lommel May 5, 2008, 17:43 (GMT) |
Fix for bug #10444: environment map crash with qmc. |
Revision d5ffcda by Brecht Van Lommel May 5, 2008, 17:41 (GMT) |
Fix for bug #10347: particles reset with orbit around selection option, was doing unnecessary dependency graph calls. |
Revision 0b7ab2f by Andre Susano Pinto May 5, 2008, 17:30 (GMT) |
May 5, 2008, 17:29 (GMT) |
Fixed some indentation, I stumbled across (spaces vs tabs) and also removed return 0 from a void stub. Kent |
Revision 1028684 by Maxime Curioni May 5, 2008, 17:28 (GMT) |
lib3ds, swig added to extern/freestyle |
May 5, 2008, 17:26 (GMT) |
fix for bad indexing found by Cyril Brulebois Its making the identity matrix so I just removed the initalizing values that were out of bounds. Kent |
Revision ec90691 by Maxime Curioni May 5, 2008, 16:56 (GMT) |
merge to 14689, Freestyle library changes, SConscript start |
Revision 945a083 by Joshua Leung May 5, 2008, 06:38 (GMT) |
Bugfix: IPO-Smooth should now give better results. It uses a moving-window approach, which looks at two points on either side of the point in interest (a total of 5 in optimal conditions), and does a weighted average on it. |
Revision 02afc94 by Campbell Barton May 5, 2008, 06:30 (GMT) |
fix for [#10458] Rc4 Blender crash when activate playback FPS than Alt+A to play animation. |
|