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
Qing Tao 312c704ba6
ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem (#960)
* Added atom_rpi_tools python module in Atom_RPI gem.
The tool includes functions to modify pass template data and some utility functions.
* Added pytest tests for atom_rpi_tools
5 years ago
..
atom_rpi_tools ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem (#960) 5 years ago
CMakeLists.txt ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem (#960) 5 years ago
README.txt ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem (#960) 5 years ago
__init__.py ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem (#960) 5 years ago
setup.py ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem (#960) 5 years ago

README.txt

All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
its licensors.

For complete copyright and license terms please see the LICENSE at the root of this
distribution (the "License"). All use of this software is governed by the License,
or, if provided, by the license below or the license accompanying this file. Do not
remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.


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