Revision 02a7063 by Campbell Barton March 26, 2011, 08:13 (GMT) |
fix for blenderplayer crashing on exit. the event consumer was being freed twice, once when going out of C++ scope, another when freeing the system. |
Revision d53a0cd by Joshua Leung March 26, 2011, 05:52 (GMT) |
Bugfix: Recent renaming of Key.keys to Key.key_blocks broke converter for old files. Campbell Alert: However, more seriously, it has broken many current rigs, especially those with heavy usage of (driven) Shape Keys |
Revision cae59a7 by Campbell Barton March 26, 2011, 04:50 (GMT) |
print guarded-alloc memory leaks on blenderplayer exit. |
Revision 04e32be by Campbell Barton March 26, 2011, 03:42 (GMT) |
optparse module is deprecated, use new argparse module in background job template. correction to example in doc too. |
Revision 9a99709 by Joseph Eagar March 26, 2011, 00:28 (GMT) |
scon fixes |
Revision bc88e61 by Sergey Sharybin March 25, 2011, 22:02 (GMT) |
"Fill Deformed" option for curves isn't dependent from bevel object, so it shouldn't be grayed out even if bevel object is set. |
Revision 6bc3b99 by Ton Roosendaal March 25, 2011, 17:16 (GMT) |
Forgot to add to log of previous commit: The purpose was to set a wait-cursor draw on 3d windows. I tried for but it keeps failing... inside threads you can't do UI stuff. Needs further thinking, probably something via jobs system. |
Revision 11920f7 by Ton Roosendaal March 25, 2011, 17:11 (GMT) |
Bugfix #26195 When rendering, during processing scene data, drawing in 3d window is now locked. Can get extended to more areas in UI easily. At least this solves all crashes with conflicting memory access in render && 3d drawing. Deleting objects via operators or delete modifiers isn't locked yet. Also fixed: crash on quitting a renderwindow when it was rendering. |
Revision fb2fd88 by Lukas Toenne March 25, 2011, 16:53 (GMT) |
Moved temporary drag operator link drawing from node tree to node space function. Otherwise these links are redrawn for each node group. Changed selection flag used for the selected_nodes context property from SELECT to NODE_SELECT. These are just incidentally the same, but NODE_SELECT should be used for nodes. |
Revision 62beafd by Campbell Barton March 25, 2011, 14:32 (GMT) |
incorrect rna type for the BGE ui. |
Revision 77a1a2f by Campbell Barton March 25, 2011, 13:40 (GMT) |
use size_t rather then int for passing lengths to string functions since this is what guarded-malloc uses as well as stdlib.h. |
Revision 21e0eff by Campbell Barton March 25, 2011, 13:37 (GMT) |
fix [#26600] TexturedSolid + Curve: Specular affecting other materials |
Revision f08a227 by Campbell Barton March 25, 2011, 12:42 (GMT) |
include gcc builtin defines in qtcreator project file (__VERSION__, __x86_64__, __linux__ etc) |
Revision 3d5898f by Janne Karhu March 25, 2011, 11:45 (GMT) |
Fix for [#25932] Video Sequencer: F-curve insertion failure after un-meta * Copying/pasting sequence strips didn't properly check for unique names between the copied/pasted strips, so the rna paths of copypasted strips couldn't always be checked properly. |
Revision 32abf5e by Nathan Letwory March 25, 2011, 11:07 (GMT) |
Add ExtraTags class for handling tags inside an extra block. |
Revision 6d08597 by Campbell Barton March 25, 2011, 10:41 (GMT) |
fix [#26610] Pressing the ENTER key while editing a Text Object crashes Blender. |
Revision c5c4b31 by Nathan Letwory March 25, 2011, 09:52 (GMT) |
Mostly formatting commit, small elaboration in extra handling API (take pointer to importer). |
Revision 5f5d091 by Janne Karhu March 25, 2011, 08:47 (GMT) |
Switched the fluid fix from yesterday into using the existing compatible eulers function rather than a custom function. Thanks for the tip Campbell! |
Revision 8b6b534 by Campbell Barton March 25, 2011, 08:43 (GMT) |
move object re-linking into a function. |
Revision d8e6dd7 by Campbell Barton March 25, 2011, 07:34 (GMT) |
fix [#26607] blender won't duplicate or assign new drivers on duplication |
|