📋 Metadata
- Author: roaoao
- Date: 2018-01-17 05:39:51
- Type:
answer - Reply to: post_01186
- Replies (1): post_01219
💬 Content
rhyging5:
basically a command like that, which is the influence slide bar of a bone constraint:
bpy.context.object.pose.bones[“DEF foot”].constraints[“Copy Rotation”].influence = 1
We have to use python script in this case:
bpy.context.object.pose.bones["DEF foot"].constraints["Copy Rotation"].influence = 1; bpy.context.object.pose.bones["DEF foot"].constraints["Copy Rotation"].keyframe_insert("influence")