Skip to main content

All Questions

Tagged with
1 vote
1 answer
243 views

Can I delete all duplicated drivers of armature?

I separated some bones from a armature which has lots of bone drivers, and when I separated some bones, it made a new armature with old armature's drivers. After editing I joined old armature to new ...
Yokomizo's user avatar
  • 415
0 votes
1 answer
121 views

Trying to Create Driver for Armature Layer

import bpy arm = bpy.data.armatures[bpy.context.active_object.name] # type: ignore drv = arm.driver_add('layers', 0)[0].driver The error I receive here is: ...
Ryth Azhur's user avatar
2 votes
1 answer
298 views

Question about a driver rotation expression [duplicate]

so I have a character with a skirt that's rigged. The skirt is positioned much higher up than the leg so once her leg/thigh reaches a certain height, I want her skirt bone that I have set up to also ...
DevolasRevenge's user avatar
1 vote
1 answer
537 views

Toggle Armature Layer Visability via Drivers?

FIGURED IT OUT MYSELF: (it looks like 0,1 don't need to be modified to T/F and I can just use var and 1-var to get the effect I ...
Ian Hammond's user avatar
0 votes
2 answers
2k views

pose bone drivers through python

Background: I am trying to do a animation of the deformation of a thin sheet, that has its motion at each point that is modeled as a sin wave (something like z = A*sin(freq*t + phi), where A and phi ...
Patrick Raphael's user avatar