I’m trying to setup two controls, for instance ctrlA and ctrlB, which both control the same value on the same object. How can I set it up that the ctrl in which the value is changed, overrides the current value of the controlled object?
Depends on the package - I know in Maya you can feed both values into a plusMinusAverage node and shunt the result into the object to be controlled.
Either that or Driven Keys.
Object attr controlled of ctrlA and ctrlB value = 0
Now i want that if i change the value of ctrlA to 1 that the value of the object attr also changes to 1. But if i then switch the ctrlA value to 2, the object attr should change to 2. The controlled attr should always show the last entered value of either ctrlA or ctrlB, which ever was changed the last.