Revision f40d33f by Campbell Barton March 22, 2011, 14:09 (GMT) |
Added CTest to run most operators in background mode under various conditions to see if any crash. used this to find quite a many errors already. |
Revision fc7c3c6 by Campbell Barton March 22, 2011, 14:04 (GMT) |
- weight paint poll would crash if no area was found. - don't print a line for each operator run when in background mode. - extrude was using an invalid type for RNA access. |
Revision a695243 by Janne Karhu March 22, 2011, 13:30 (GMT) |
Bug fix: Fluidsim crashed after clicking "bake" multiple times * Fluid baking didn't check if there was already an ongoing job before starting a new job. |
Revision ddb9893 by Campbell Barton March 22, 2011, 13:30 (GMT) |
some more corrections to incorrect rna get/set types. |
Revision 04a63cb by Brecht Van Lommel March 22, 2011, 13:05 (GMT) |
Buildbot updates: working windows scons build, and run slave_*.py scripts to compile/test/package directly from svn, easier to make changes this way. |
Revision 5528781 by Campbell Barton March 22, 2011, 12:56 (GMT) |
add BLI_assert() type checks for RNA property get/set functions, since there ended up being quite a lot of these in blenders source. These wont be compiled into release builds, and will only print errors by default (unless WITH_ASSERT_ABORT is enabled at compile time). |
Revision e8dc841 by Nathan Letwory March 22, 2011, 12:54 (GMT) |
Version and platform name were in wrong order. |
Revision a79820d by Campbell Barton March 22, 2011, 12:53 (GMT) |
properties were being used with wrong type functions, this resulted in bad memory access when getting int from an enum. |
Revision 4c3899c by Janne Karhu March 22, 2011, 12:53 (GMT) |
Fixing the particle emitter interpolation (#25385 & #26493) further * The interpolation should only be done if the dynamics were calculated, since otherwise animation keys can't be set after parenting. |
Revision a2acecc by Campbell Barton March 22, 2011, 11:44 (GMT) |
allow system info operator in background mode. |
Revision 82d13ad by Campbell Barton March 22, 2011, 11:19 (GMT) |
add missing mem-free on vertex group sorting & dont crash when calling fullscreen in bg mode. |
Revision d2a721c by Nathan Letwory March 22, 2011, 10:26 (GMT) |
Add buildslave target for builder.blender.org integration |
Revision d485a54 by Campbell Barton March 22, 2011, 10:13 (GMT) |
crash fix for Normalize All VGroups on a lattice without vgroups (probably other tools too - bug was in ED_vgroup_give_parray). Also fix for crashes running operators in bg mode by using setting poll functions: WM_OT_search_menu, MESH_OT_extrude_repeat, SCREEN_OT_new |
Revision cfc904f by Campbell Barton March 22, 2011, 09:14 (GMT) |
- support transform operators running in backgruond mode (was crashing) - fix for crash getting the extrude mode enum value when a non-mesh edit object was active. |
Revision a1567aa by Nathan Letwory March 22, 2011, 08:58 (GMT) |
Printing error message would fail on exception. |
Revision 481b484 by Mitchell Stokes March 22, 2011, 08:35 (GMT) |
Blenderplayer: Fixing import issues. Using PyImport_ExtendInittab() for the Blender modules allows them to be imported in the Blenderplayer. |
Revision 91e4a1b by Campbell Barton March 22, 2011, 08:30 (GMT) |
fix for crashes moving armature layers and applying loc/scale/rot in armature editmode. |
Revision a586723 by Campbell Barton March 22, 2011, 08:21 (GMT) |
poll functions were for keymap operators were still raising errors in some cases. remove unused script dirs. |
Revision 1b80538 by Campbell Barton March 22, 2011, 04:28 (GMT) |
fix [#25688] undocumted functions in pyapi expose collection function docs. |
Revision 3384679 by Mitchell Stokes March 22, 2011, 02:39 (GMT) |
BGE Dynamic Loading: * Adding keyword arguments to LibLoad - load_actions (Default: False) Ensures that all actions are loaded. Otherwise, just actions used by objects in the scene are loaded. - verbose (Default: False) Turns on extra prints (eg SceneName: MyScene). * Also making error reporting better for when an invalid group/idcode is given. |
|