Revision 7c5d6c9 by Campbell Barton May 4, 2011, 06:08 (GMT) |
workaround [#27276] Full Screen toggle for Save Screenshot ignored don't show the option in the file sel, it only has effect when set before invoke. |
Revision ff7ae1d by Campbell Barton May 4, 2011, 05:56 (GMT) |
rna object constraint remove function wasn't calling ED_object_constraint_update(). |
Revision ea5b43d by Campbell Barton May 4, 2011, 05:52 (GMT) |
fix [#26920] working with bones causes segmetation fault. ITASC IK solver data wasn't being cleared when constraints were removed, would access freed memory and crash. |
Revision b5c2598 by Campbell Barton May 4, 2011, 04:00 (GMT) |
use UNUSED in some more function args, no functional changes. |
Revision 41dbd19 by Campbell Barton May 4, 2011, 03:34 (GMT) |
fix for crash executing sculpt via python. |
Revision c56fe3e by Dalai Felinto May 4, 2011, 01:50 (GMT) |
Patch [#26799] 2.5x blenderplayer (BGE) anti-aliasing & embedding by Sebastian Korczak (with some small tweaks) + adding GHOST_PRINTF The patch can also be found in http://codereview.appspot.com/4431072/ ############## This patch fix anti-aliasing (multisampling) implementation for win32 platform. It also gives opportunity to embed blenderplayer inside parent window. Usage: blenderplayer.exe -i 123456 -m 16 file.blend where: 123456 - parent window handler (integer, default: 0) 16 - multisample level (integer, default: 0, max: 16. Put there maximum level you want. If not supported, player will automatically try 15,14,13,...,3,2,1) ############## This patch was originally created as part of the Burster (aka webplugin) project but benefit any one embedding the bge in a custom OpenGL context. By the way, to embed the BGE in a .Net application is really straightforward now =) The Multisampling work for blenderplayer as a whole. Missing functionalities: - to expose the multisampling to the ui (so far it only works in console) - window focus and keyboard messages for embedded blenderplayer (supported in their previous patch for 2.49, yet to be ported over) - handle resizing (to be investigated, indeed the changes in getState() in GHOST_WindowWin32.cpp are going to get in the way of that if I'm not mistaken. To be addressed together. Doxygen documentation to be added whenever I sort out how to do so. Sorry Nathan too many stuff to deal with at the same time. The sooner this patch gets in, the sooner the missing functionalities can be patched on top of that. |
Revision 8df1a51 by Sergey Sharybin May 3, 2011, 18:47 (GMT) |
Do not lock key whn undoing to another shapekey while sculpting |
Revision 905289e by Dalai Felinto May 3, 2011, 18:31 (GMT) |
bplayer stub update + remove some tabs |
Revision 2996f08 by Brecht Van Lommel May 3, 2011, 18:29 (GMT) |
Cycles: first batch of windows build fixes, not quite there yet. |
Revision aca6c42 by Campbell Barton May 3, 2011, 15:30 (GMT) |
fix [#27160] Shaded checkbox is not working. |
Revision 23f1f26 by Campbell Barton May 3, 2011, 15:01 (GMT) |
fix [#27271] Going into sculpt mode causes crash |
Revision 12a78ac by Campbell Barton May 3, 2011, 13:12 (GMT) |
fix [#27218] Tooltip text renders incorrectly. |
Revision 80d94ba by Campbell Barton May 3, 2011, 12:37 (GMT) |
fix [#27268] 2.57b Global Pivot Option not functional. |
Revision 0a2a138 by Campbell Barton May 3, 2011, 08:45 (GMT) |
remove player runtime writing functions, this is now an addon. |
Revision cd2728e by Campbell Barton May 3, 2011, 08:21 (GMT) |
fix [#27143] Cannot import key configuration with systemwide install |
Revision 8092526 by Campbell Barton May 3, 2011, 07:51 (GMT) |
correct url [#27252] Help link "Manual" in blender still points to 2.49 documents. |
Revision 0a415b6 by Campbell Barton May 3, 2011, 07:09 (GMT) |
replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_apply with OBJECT_OT_transform_apply with 3 boolean options. added back menu item from 2.4x to apply Rotation & Scale. |
Revision 08a9140 by Campbell Barton May 3, 2011, 07:05 (GMT) |
change ghost/x11 toggleConsole to use dummy function in the header. |
Revision e601dee by Campbell Barton May 3, 2011, 05:41 (GMT) |
take 3, fix [#26727] Make Proxy ignores group offset |
Revision 2865e07 by Campbell Barton May 3, 2011, 04:18 (GMT) |
fix [#27266] EdgeSplit + RemoveDoubles + MoveView = Crash |
|