Questions
- What color is used for driven properties in the interface?
- Can we set keyframes for purple properties?
- Can a metric property, such as Location, drive an angular property, such as Rotation?
- Can we change the ratio between the driving and driven properties?
- Can we type Python expressions when we set values in the interface?
- How do we tell Blender that the expressions we have typed should be a driver?
- How do we edit a driver property in the user interface? Is there only one way?
- Can we add custom properties to an object and use them to control other objects?
- In Python, can we create new drivers using the
collection.new
method, as we do with constraints? If yes, why do we useobject.driver_add
instead? - Why is the
targets
attribute of driver variables a list? Which type of variable has more than one target?