Blender Git Commits

Blender Git "master" branch commits.

Page: 2867 / 5574

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.
May 15, 2014, 12:20 (GMT)
Fix T40053: Cloth simulation, rest shape key does not function

It was a regression since 5d49eff. Not really sure about proper solution
here, so used a bit workaround-ish way for now.

Hopefully new cloth will be landed after this GSoC anyway.
May 15, 2014, 11:59 (GMT)
Fix for cursor location with xoffset & flush alignment
May 15, 2014, 10:13 (GMT)
Remove redundant NULL check
May 15, 2014, 09:06 (GMT)
Fix 3D font selection and material lagging behind with vertical cursor motion
May 15, 2014, 08:06 (GMT)
Code cleanup: remove 'r' check for 3d text, its removed on load even on windows
May 15, 2014, 07:43 (GMT)
Fix T40204: x-offset textbox failed with center/justify/flush
May 15, 2014, 07:09 (GMT)
Fix for right aligned text ignoring xoffset
May 15, 2014, 06:16 (GMT)
CMake/SCons: finish removing MSVC2012 references
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)
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.
May 15, 2014, 05:43 (GMT)
Fix T40180: Space between letters adds space after last letter
May 15, 2014, 04:25 (GMT)
Disable auto-perspective by default, see T40153
May 15, 2014, 03:22 (GMT)
Fix T40154: UI Multi-drag sets value beyond max
May 15, 2014, 02:11 (GMT)
Fix T40199: bge.logic.LibFree() could cause crashes by leaving dangling pointers in the rasterizer.
May 14, 2014, 20:35 (GMT)
Fix T40182: Crash when using KX_GameObject.rayCast/rayCastTo().

Missed another parent->release().
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
May 14, 2014, 05:00 (GMT)
Code cleanup: doxy comments
May 14, 2014, 04:41 (GMT)
FCurve: move add modifiers logic from menu into dynamic enum
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021