* Add viewport display support for Sphere and Plane probes. * Make all probe display options per object instead of per scene. (Uses the already existing `LIGHTPROBE_FLAG_SHOW_DATA` and adds a new `data_display_size ` property to the `LightProbe` DNA) * Python `show_data` property has been deprecated and renamed to `use_data_display` (`data_display_size ` has been exposed as well). Pull Request: https://projects.blender.org/blender/blender/pulls/114176