When using metadata stamping, it's often handy to have "Camera" in front of the camera name, "Marker" in front of the marker text, etc., but sometimes those get in the way. This patch allows an artist (in this case: @Hjalti Hjálmarsson (hjalti)) to turn those labels on/off.
already done with Sergey's feedback:
One thing that still needs work, and I would love some feedback on, is the initialisation of the flag. With the code as-is, it's defaulting to "off", whereas the behaviour before this patch is "on". Is there any way to initialise to "on" if not yet set?
Alternatively, is there a way to store the negative value in DNA while keeping the current behaviour in Python? I want to keep the Python/UI side positive (so "draw/not draw" instead of "hide/not hide").
still left to discuss:
We should look at D1856 as well, and with ppl from the UI team determine what the best approach would be.