Blender V4.5
fallback_default_view.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "OCIO_view.hh"
8
9namespace blender::ocio {
10
11class FallbackDefaultView : public View {
12 public:
14 {
15 this->index = 0;
16 }
17
18 StringRefNull name() const override
19 {
20 return "Standard";
21 }
22};
23
24} // namespace blender::ocio
StringRefNull name() const override