Blender Git Loki
Git Commits -> Revision e180916
Revision e180916 by Campbell Barton (master) March 26, 2021, 02:37 (GMT) |
Animation: action mirror RNA API using pose contents This adds a new RNA method `Action.flip_with_pose(ob)` to flip the action channels that control a pose. The rest-pose is used to properly flip the bones transformation. This is useful as a way to flip actions used in pose libraries, so the same action need not be included for each side. Reviewed By: sybren Ref D10781 |
Commit Details:
Full Hash: e18091650b92ee88339d1c8032572dabce21362a
Parent Commit: ff017df
Lines Changed: +484, -1
1 Added Path:
/source/blender/blenkernel/intern/action_mirror.c (+457, -0) (View)