a driver from "Volume" value of Measure panel?

Hi! Any chance to get that value as a driver? I’m trying to create some simple volume-preserving behavior with displace modifier, where displace amount should be reverse-driven by the volume value from “Measure” panel (which is a built-in addon)

Dunno really. How is the volume value generated? The addon is a python script and it either gets the data from blender, or calculates the data. Either way, you might be able to create a python script that gets excuted when the driver updates (see Scripted Expression driver types) and generates that data the same way the addon does.

I don’t know if it would work, but that’s the route I would follow first…

Randy