Blender Git Loki
Git Commits -> Revision b7d717c
Revision b7d717c by Campbell Barton (master) November 23, 2009, 23:03 (GMT) |
added a function to duplicate bPoseChannel's internal data - constraints, id-props etc. duplicate_pose_channel_data(), the code to do this was inline in editarmature.c duplicating editbones now duplicates posebone id-props also removed an if test for &channew->constraints since it will always be true. |
Commit Details:
Full Hash: b7d717cead9000c4600d71ed15fc10ebc103c591
SVN Revision: 24841
Parent Commit: 9702ea7
Lines Changed: +60, -66