Blender Git Commit Log
Git Commits -> Revision 250995d
Revision 250995d by Sergey Sharybin (master) July 26, 2019, 08:15 (GMT) |
Fix T67507: Set origin on armature moves incorrectly parented objects Need to copy changes from original armature to evaluated one prior to BKE_pose_where_is(), otherwise the pose matrix in pose channels will not be correct. Can not use dependency graph update here, since we must not re-evaluate possible dependencies of the changed armature. Reviewers: brecht Reviewed By: brecht Maniphest Tasks: T67507 Differential Revision: https://developer.blender.org/D5331 |
Commit Details:
Full Hash: 250995d67b772f0b7bd80aabb79b18d278ffc257
Parent Commit: cf0f2f2
Lines Changed: +36, -0