Skip to content

Commit

Permalink
Fixes docstring for UsdFileCfg (#1554)
Browse files Browse the repository at this point in the history
# Description

Fixes docstring for UsdFileCfg

Signed-off-by: Kelly Guo <[email protected]>
  • Loading branch information
kellyguo11 authored Dec 17, 2024
1 parent 5d86a8b commit 874b7b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ class UsdFileCfg(FileCfg):
ones. These include:
- **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
:attr:`physics_material` parameters.
- **Creating and applying materials**: This is done by specifying the :attr:`visual_material` parameter.
- **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.
Expand Down

0 comments on commit 874b7b6

Please sign in to comment.