-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 23.9.2010 4:48, Campbell Barton wrote:
> Revision: 32067
> Log Message:
> -----------
> bugfix [#23954] Bone roll keeps changing when switching between EDIT <-> 
> OBJECT mode
> use lower epsilon value.

> -     if (dot_v3v3(axis,axis) > 0.0000000000001) {
> +     /* was 0.0000000000001, caused bug [#23954], larger values give unstable
> +      * when toggling editmode */
> +     if (dot_v3v3(axis,axis) > 0.00001) {

You mean smaller in the comment and higher in the commit log? :)

/Nathan

- -- 
Nathan Letwory
Letwory Interactive
http://www.letworyinteractive.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMmttzAAoJEKtfN7KsE0Tt7KsH+weey9xecv/xNfNr+86Z8Dik
dROgIADNOWcoxGXY2N/zDA4Z6kX6RuSGCpujiT8AAyzkERbReoNukUezwPLP7sdJ
mBfjAd+nxUgEaiuUTg+eOCE6nxo7R+lCzLddwWYptPcliOKulHnHlfPDyXpCRXPP
YMjTH2S3YgPRcSFK+jEgPgzlJbVKpgqkMDi4AzVD5C2AZY5iPQWgNJY7IcwHTOoE
E3ZNsX0lD7W394gM8eZUe0WRga3Lau1rxZWUnDxC5yqhmd5pTwoO7w83DquJfxKt
sAVfQLM/D88tVlMC3CHAH6wZhccLwrmdCWCGYAr1h0Llh1WzfeqYcjqnsuIsYnE=
=fnQ0
-----END PGP SIGNATURE-----
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to