I'm thinking it would be really nice if we could assign "get()" as the value of properties. In this way, we could link those properties to any other properties as desired, so that their values will be copied at run time.
For example:
set( plugin[mychild1].scale, "get(plugin[myparent].scale)" );
But I don't know if this is technically at all possible...