Description
I have 1 function that bends about 10 meshes with SimpleDeform. Each driver calculates distance from object (white box) and changes modifer strength.
Question
Can I define python variable in global scope or any other matter that can be uses in drivers? Its bit more elegant than adding another box to tweak constant value in each driver.

