Pose options - Auto IK. Bones move on release #73598

Closed
opened 2020-02-04 23:37:46 +01:00 by AdamI · 11 comments

System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 432.00

Blender Version
Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash: 26bd5ebd42

Short description of error
When posing bones with auto IK enabled the bones re position on mouse button release if bones are scaled in the chain.

Exact steps for others to reproduce the error
Open file, grab the end bone on the left armature chain, move and release. Repeat on right armature chain and behaves as expected. AutoIK_Example.blend

**System Information** Operating system: Windows-10-10.0.18362 64 Bits Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 432.00 **Blender Version** Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash: `26bd5ebd42` **Short description of error** When posing bones with auto IK enabled the bones re position on mouse button release if bones are scaled in the chain. **Exact steps for others to reproduce the error** Open file, grab the end bone on the left armature chain, move and release. Repeat on right armature chain and behaves as expected. [AutoIK_Example.blend](https://archive.blender.org/developer/F8321814/AutoIK_Example.blend)
Author

Added subscriber: @AdamInskip

Added subscriber: @AdamInskip
Member

Added subscribers: @angavrilov, @lichtwerk

Added subscribers: @angavrilov, @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Member

Can confirm the behavior described.
Not too familiar with rigging, not sure this should be supported even.
Cannot confirm that 2.79 was working here (if I paste the armature into 2.79, I am getting the same offsets there)

In a Debug build, I am getting following assert on release:

BLI_assert failed: /blender/source/blender/blenkernel/intern/armature.c:2133, BKE_pchan_mat3_to_rot(), at '!(fabsf(_test_unit - 1.0f) >= 0.0002f) || !(fabsf(_test_unit) >= 0.0002f)'

@angavrilov : you are familiar with this?

Can confirm the behavior described. Not too familiar with rigging, not sure this should be supported even. Cannot confirm that 2.79 was working here (if I paste the armature into 2.79, I am getting the same offsets there) In a Debug build, I am getting following assert on release: ``` BLI_assert failed: /blender/source/blender/blenkernel/intern/armature.c:2133, BKE_pchan_mat3_to_rot(), at '!(fabsf(_test_unit - 1.0f) >= 0.0002f) || !(fabsf(_test_unit) >= 0.0002f)' ``` @angavrilov : you are familiar with this?
Author

Thanks Phillip
Attached same simple setup in 2.79 you'll see it works as expected. AutoIK_Example_2.79.blend

Thanks Phillip Attached same simple setup in 2.79 you'll see it works as expected. [AutoIK_Example_2.79.blend](https://archive.blender.org/developer/F8323586/AutoIK_Example_2.79.blend)
Author

I should mention inherit scale is set to none for what would be the forearm and palm in a rig.

I should mention inherit scale is set to none for what would be the forearm and palm in a rig.

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'

Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'

Can confirm different behavior to 2.79 with file AutoIK_Example_2.79.blend

Can confirm different behavior to 2.79 with file [AutoIK_Example_2.79.blend](https://archive.blender.org/developer/F8323586/AutoIK_Example_2.79.blend)

This issue was referenced by c4def7992b

This issue was referenced by c4def7992b589aaf9f45aca04b5dcb0b760ad36e

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sebastian Parborg self-assigned this 2020-04-07 13:16:09 +02:00
Sign in to join this conversation.
5 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#73598
No description provided.