cc0d12dd20
This handles the transition to EEVEE-Next (now EEVEE). This removes some things that make no sense to keep even for compatibility. - Scene.eevee.light_cache_data - Scene Light cache operators - Scene Light cache RNA properties The remaining legacy properties will be removed later on to avoid python API breakage. We keep the identifier of EEVEE-Next as `BLENDER_EEVEE_NEXT` to avoid addons being incorrectly silently made compatible with the EEVEE-Next where the Python API is different. This renaming should be done in 5.0 release. Thank you EEVEE-Legacy, you served us well. Pull Request: https://projects.blender.org/blender/blender/pulls/122433