Blender
V5.0
source
blender
imbuf
opencolorio
intern
fallback
fallback_default_look.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_look.hh
"
8
9
namespace
blender::ocio
{
10
11
class
FallbackDefaultLook
:
public
Look
{
12
public
:
13
FallbackDefaultLook
()
14
{
15
this->
index
= 0;
16
this->
is_noop
=
true
;
17
}
18
19
StringRefNull
name
()
const override
20
{
21
return
"None"
;
22
}
23
24
StringRefNull
ui_name
()
const override
25
{
26
return
name
();
27
}
28
29
StringRefNull
description
()
const override
30
{
31
return
""
;
32
}
33
34
StringRefNull
view
()
const override
35
{
36
return
""
;
37
}
38
39
StringRefNull
process_space
()
const override
40
{
41
return
""
;
42
}
43
};
44
45
}
// namespace blender::ocio
OCIO_look.hh
blender::StringRefNull
Definition
BLI_string_ref.hh:132
blender::ocio::FallbackDefaultLook::description
StringRefNull description() const override
Definition
fallback_default_look.hh:29
blender::ocio::FallbackDefaultLook::FallbackDefaultLook
FallbackDefaultLook()
Definition
fallback_default_look.hh:13
blender::ocio::FallbackDefaultLook::name
StringRefNull name() const override
Definition
fallback_default_look.hh:19
blender::ocio::FallbackDefaultLook::process_space
StringRefNull process_space() const override
Definition
fallback_default_look.hh:39
blender::ocio::FallbackDefaultLook::view
StringRefNull view() const override
Definition
fallback_default_look.hh:34
blender::ocio::FallbackDefaultLook::ui_name
StringRefNull ui_name() const override
Definition
fallback_default_look.hh:24
blender::ocio::Look
Definition
OCIO_look.hh:11
blender::ocio::Look::is_noop
bool is_noop
Definition
OCIO_look.hh:27
blender::ocio::Look::index
int index
Definition
OCIO_look.hh:22
blender::ocio
Definition
BLF_api.hh:35
Generated on
for Blender by
doxygen
1.16.1