From 79ac840246b16244ad65d62e6c7612a5cded30b7 Mon Sep 17 00:00:00 2001 From: jromnoa <80134229+jromnoa@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:19:59 -0800 Subject: [PATCH] add docstring info for the LDR color grading LUT property option for Display Mapper components Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com> --- .../Gem/PythonTests/Atom/atom_utils/atom_constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AutomatedTesting/Gem/PythonTests/Atom/atom_utils/atom_constants.py b/AutomatedTesting/Gem/PythonTests/Atom/atom_utils/atom_constants.py index ebc8a932d6..b40cf8b26c 100644 --- a/AutomatedTesting/Gem/PythonTests/Atom/atom_utils/atom_constants.py +++ b/AutomatedTesting/Gem/PythonTests/Atom/atom_utils/atom_constants.py @@ -149,6 +149,8 @@ class AtomComponentProperties: def display_mapper(property: str = 'name') -> str: """ Display Mapper component properties. + - 'LDR color Grading LUT' is the Low Definition Range (LDR) color grading for Look-up Textures (LUT) which is + typically a lighting asset file (i.e. test.lightingpreset.azasset set as a LDR color grading LUT). :param property: From the last element of the property tree path. Default 'name' for component name string. :return: Full property path OR component name if no property specified. """