You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/RPI/Tools
Steve Pham b4a2edec6a
Final update copyright headers to reference license files at the repo root (#1693)
* Final update copyright headers to reference license files at the repo root

Signed-off-by: spham <spham@amazon.com>

* Fix copyright validator unit tests to support the stale O3DE header scenario

Signed-off-by: spham <spham@amazon.com>
5 years ago
..
atom_rpi_tools Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CMakeLists.txt Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
README.txt Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
__init__.py Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
setup.py Final update copyright headers to reference license files at the repo root (#1693) 5 years ago

README.txt

Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.

SPDX-License-Identifier: Apache-2.0 OR MIT


INTRODUCTION
------------

atom_rpi_tools is a Python project that contains a collection of tools
developed by the Atom team. The project contains the following tools:

 * Render pipeline merge tool:
     A library to manipulate .pass asset files and help gems create scripts to update render pipeline 


REQUIREMENTS
------------

 * Python 3.7.5 (64-bit)

It is recommended that you completely remove any other versions of Python
installed on your system.


INSTALL
-----------
It is recommended to set up these these tools with Lumberyard's CMake build commands.


UNINSTALLATION
--------------

The preferred way to uninstall the project is:
(engine install root)/python/python -m pip uninstall atom_rpi_tools