| 709 | } |
| 710 | |
| 711 | core::Scene* get_render_scene() { |
| 712 | if (auto* app_scene = get_application_scene()) { |
| 713 | return app_scene; |
| 714 | } |
| 715 | return get_scene_for_python(); |
| 716 | } |
| 717 | |
| 718 | void register_render_settings_properties() { |
| 719 | using namespace core::prop; |
no test coverage detected