Unverified Commit 874b7b62 authored by Kelly Guo's avatar Kelly Guo Committed by GitHub

Fixes docstring for UsdFileCfg (#1554)

# Description

Fixes docstring for UsdFileCfg
Signed-off-by: 's avatarKelly Guo <kellyg@nvidia.com>
parent 5d86a8bf
...@@ -72,8 +72,7 @@ class UsdFileCfg(FileCfg): ...@@ -72,8 +72,7 @@ class UsdFileCfg(FileCfg):
ones. These include: ones. These include:
- **Selecting variants**: This is done by specifying the :attr:`variants` parameter. - **Selecting variants**: This is done by specifying the :attr:`variants` parameter.
- **Creating and applying materials**: This is done by specifying the :attr:`visual_material` and - **Creating and applying materials**: This is done by specifying the :attr:`visual_material` parameter.
:attr:`physics_material` parameters.
- **Modifying existing properties**: This is done by specifying the respective properties in the configuration - **Modifying existing properties**: This is done by specifying the respective properties in the configuration
class. For instance, to modify the scale of the imported prim, set the :attr:`scale` parameter. class. For instance, to modify the scale of the imported prim, set the :attr:`scale` parameter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment