Reply To: Rigging: Copying a valid driver path into a variable of another driver property (DOESN’T WORK? BLENDER ERROR?)

Forum Archive Rigging: Copying a valid driver path into a variable of another driver property (DOESN’T WORK? BLENDER ERROR?) Reply To: Rigging: Copying a valid driver path into a variable of another driver property (DOESN’T WORK? BLENDER ERROR?)

#86771
Dwayne Savage
Participant

    The problem is the Property ID type. You need object and you have Armature. The full path is bpy.data.objects[“Armature”].pose.bones[“Bone”][“prop”] as you can see it’s bpy.data.objects not bpy.data.armatures. In the driver editor click the dropdown(Surrounded by yellow box in image) and select objects. Then select Armature in the object dropdown next to the icon and paste your path. 

     4-06-12 19-51-17.png