Revision ad87d47 by Sergey Sharybin May 15, 2014, 15:45 (GMT) |
Fix T39978: Sculpting shapekeys - Using Smooth tool, turns shapekey into Basis. Smooth brush requires deformed coordinates array to present. |
Revision 3889483 by Sergey Sharybin May 15, 2014, 12:20 (GMT) |
Revision 4725941 by Campbell Barton May 15, 2014, 11:59 (GMT) |
Fix for cursor location with xoffset & flush alignment |
Revision aafe632 by Campbell Barton May 15, 2014, 10:13 (GMT) |
Remove redundant NULL check |
Revision 42eb36e by Campbell Barton May 15, 2014, 09:06 (GMT) |
Fix 3D font selection and material lagging behind with vertical cursor motion |
Revision c742a4b by Campbell Barton May 15, 2014, 08:06 (GMT) |
Code cleanup: remove 'r' check for 3d text, its removed on load even on windows |
Revision e5b8d84 by Campbell Barton May 15, 2014, 07:43 (GMT) |
Fix T40204: x-offset textbox failed with center/justify/flush |
Revision ac9eaf9 by Campbell Barton May 15, 2014, 07:09 (GMT) |
Fix for right aligned text ignoring xoffset |
Revision b252915 by Campbell Barton May 15, 2014, 06:16 (GMT) |
CMake/SCons: finish removing MSVC2012 references |
Revision c7ab68f by Campbell Barton May 15, 2014, 06:04 (GMT) |
Fixes for font underline - underline faces had flipped winding by default. - BKE_vfont_to_curve_ex disallowed 0 underline height (annoying when sliding value) - disallow negative underline height since it flips underline direction (just change position + height) |
Revision 2eeab8f by Thomas Dinges May 15, 2014, 05:50 (GMT) |
Windows: Remove support for MSVC 2012 (VC11). The officially supported compiled is now MSVC 2013, and MSVC 2008 will be faded out slowly over the coming weeks. |
Revision 7c51638 by Campbell Barton May 15, 2014, 05:43 (GMT) |
Fix T40180: Space between letters adds space after last letter |
Revision c62cb44 by Campbell Barton May 15, 2014, 04:25 (GMT) |
Disable auto-perspective by default, see T40153 |
Revision 9892f03 by Campbell Barton May 15, 2014, 03:22 (GMT) |
Fix T40154: UI Multi-drag sets value beyond max |
Revision ff2ec05 by Mitchell Stokes May 15, 2014, 02:11 (GMT) |
Fix T40199: bge.logic.LibFree() could cause crashes by leaving dangling pointers in the rasterizer. |
Revision 064ef3f by Mitchell Stokes May 14, 2014, 20:35 (GMT) |
Revision 6b2689c by Bastien Montagne May 14, 2014, 15:50 (GMT) |
Fix T40191: Misleading TypeError message when registering CollectionProperty wtihout kwarg "type". Turned up to be a cleanup of doc in that whole module... |
Revision 2ac9e85 by Lukas Toenne May 14, 2014, 09:51 (GMT) |
Dirty fix for memory corruption in the rigid body API. Problem happens when removing a rigid body reference in a constraint, and then jumping to the start frame right away. This will cause a full rebuild of the rigid body world. However, the btRigidBodys are removed before the constraints, and this leaves dangling pointers in the btTypedConstraints, which causes corruption when deleting those constraints later. Fix for now is to explicitly delete constraints in advance when rebuilding, while they still have valid btRigidBody pointers. Ultimately the whole memory management and ownership of Bullet data needs redesign. This is already happening in the particles_refactor branch and could be ported to master separately: https://developer.blender.org/diffusion/B/browse/particles_refactor/source/blender/blenkernel/intern/rigidbody.c |
Revision 48881ad by Campbell Barton May 14, 2014, 05:00 (GMT) |
Code cleanup: doxy comments |
Revision d8c39b8 by Campbell Barton May 14, 2014, 04:41 (GMT) |
FCurve: move add modifiers logic from menu into dynamic enum |
|
|
|


Master Commits
MiikaHweb | 2003-2021