Data Migrations
The RTX Remix Toolkit offers a data migration tool to ensure compatibility between older projects and the latest runtime and toolkit versions. This tool is a batch script that allows users to run all available migrations using a consistent method.
Finding the Migration Tool
Open the Omniverse Launcher
Navigate to the Library tab and locate your installation of the NVIDIA RTX Remix Toolkit
Copy the installation directory by following the instructions below:
Open your Toolkit installation directory in File Explorer.
Locate the
lightspeed.app.trex.migration.cli.bat
script
Executing the Migration Tool
Once in the installation directory, click on the address bar at the top and enter:
cmd
This command should open a command prompt window
Using the command prompt window, execute the
lightspeed.app.trex.migration.cli.bat
script using the following command:lightspeed.app.trex.migration.cli.bat -h
You should now see the available migrations. Follow the instructions given by the tool to execute the desired migrations.
Performing a Migration
To perform a migration, follow the instruction given by the tool during the previous step.
For example, executing the following command:
lightspeed.app.trex.migration.cli.bat distant-lights-z-direction -h
Should give you instructions on how to migrate the distant lights in your existing project.
Available Migrations
Distant Lights Z Direction
Migration Name
distant-lights-z-direction
Purpose
Migrate distant lights pointing in the wrong direction (Z towards the sun) to point in the correct direction (Z away from the sun).
Arguments
Argument |
Description |
---|---|
|
Path to the USD file to migrate to the updated standard |
|
Path to the directory of USD files to migrate to the updated standard |
|
Force execute the migration, regardless of if it was already executed or not. |
|
Recursively search for USD files in the given directory. |
Example Command
lightspeed.app.trex.migration.cli.bat distant-lights-z-direction -d "PROJECT_DIRECTORY_HERE" -r
Where PROJECT_DIRECTORY_HERE
is replaced with the actual project directory where the migration should be applied.
Need to leave feedback about the RTX Remix Documentation? Click here