Revision 8bf91e4 by Ricki Myers March 20, 2008, 12:27 (GMT) |
Fix for Crash on X11. Buffer was not the correct size. So strcpy would blow-up. |
Revision a4aee00 by Joshua Leung March 20, 2008, 11:31 (GMT) |
Bugfix #8599b: Insert-Key in Action Editor didn't work correctly for Constraint Channels yet. This was because a pointer to constraint data was not being obtained (it's now hacked to assume that 'Influence' is being keyed all the time). |
Revision 4eb0614 by Joshua Leung March 20, 2008, 10:50 (GMT) |
* Bugfix #8599a: Deleting the first Action Channel in an Action Group acted odd. In some cases it crashed, other times it corrupted stuff (removing all subsequent Action Channels). Was missing a call to remove the Action Channel from group(s). * Fixed whitespace in many places... |
Revision 3c73086 by Ken Hughes March 20, 2008, 04:59 (GMT) |
Python API ---------- Bugfix #6543: Blender.Library.Load() could segfault if called more than once with a library of different endian type. In the process discovered an invalid memory reference in other another function calling library_append(). Thanks to Brecht for the pointers on tracking this old bug down. |
Revision 1a4bbf9 by Nathan Letwory March 19, 2008, 22:59 (GMT) |
* add notification of new hotkey in object select menu |
Revision 8c704ec by Stefan Gartner March 19, 2008, 22:58 (GMT) |
test commit: fix autothreads on irix |
Revision 1ced0b5 by Nathan Letwory March 19, 2008, 22:46 (GMT) |
* add CTRL-I for Invert Selection in object mode. * sanitise IKEY handling block for view3d (really weird if-structure) |
Revision b400168 by Nathan Letwory March 19, 2008, 21:53 (GMT) |
* enable hotkey Ctrl+I (Invert Selection) in UV editor |
Revision 895e871 by Geoffrey Bantle March 19, 2008, 21:14 (GMT) |
-> Color Fixing tool in FLT toolbar A new tool for for fixing colors on meshes imported from other files with conflicting color palettes has been added to the FLT toolbar script. This will find the closest match for all the colors in the faces of selected meshes and update their baked vertex color representation. Also added a small tweak to the 'update all' tool which will fix black faces |
Revision 0899bcc by Geoffrey Bantle March 19, 2008, 19:23 (GMT) |
-> Path handling fix for External references in FLT import FLT importer had problems with external references that used relative paths. Fixed. |
Revision 285870d by Nathan Letwory March 19, 2008, 17:23 (GMT) |
* BF_QUIET can now be set in user-config.py too. |
Revision cdc74b9 by Brecht Van Lommel March 19, 2008, 15:50 (GMT) |
Bugfix: scaling in posemode didn't translate bones properly. |
Revision 2f477a5 by Brecht Van Lommel March 19, 2008, 13:32 (GMT) |
Bugfix: cloth crash applying effector forces to quads. |
Revision 6222b1c by Campbell Barton March 19, 2008, 10:37 (GMT) |
saveRenderedImage dosnt work in backgrond mode, so added a warning in the docs and an exception if called. |
Revision 6637476 by Campbell Barton March 19, 2008, 09:26 (GMT) |
added a warning in python api abot ipo curves. minor change to curve.c |
Revision 7015700 by Geoffrey Bantle March 18, 2008, 23:16 (GMT) |
-> FLT importer hierarchy transform bugs Several transform bugs in the flt importer have been fixed. This included parent/child relationships and matrices not importing correctly along with some problems with the import scale option. |
Revision 34c4ac2 by Geoffrey Bantle March 18, 2008, 22:55 (GMT) |
-> FLT palette alpha bug Default FLT palette had all colors with an alpha of zero which caused problems with some versions of OpenSceneGraph. |
Revision bedbbbb by Campbell Barton March 18, 2008, 20:54 (GMT) |
[#8596] curve editing is unstable Though I could not reproduce the crash, the example file would always reference an invalid pointer. |
Revision 201a234 by Campbell Barton March 18, 2008, 17:34 (GMT) |
added a check so baking works in background mode (through a python script) |
Revision c881377 by Campbell Barton March 18, 2008, 16:12 (GMT) |
Added null check to prevent crashing on paste. Should look into why XGetWindowProperty isnt working also. |
|