Skip to content

Commit 874b7b6

Browse files
authored
Fixes docstring for UsdFileCfg (#1554)
# Description Fixes docstring for UsdFileCfg Signed-off-by: Kelly Guo <[email protected]>
1 parent 5d86a8b commit 874b7b6

File tree

1 file changed

+1
-2
lines changed
  • source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/from_files

1 file changed

+1
-2
lines changed

source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/from_files/from_files_cfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ class UsdFileCfg(FileCfg):
7272
ones. These include:
7373
7474
- **Selecting variants**: This is done by specifying the :attr:`variants` parameter.
75-
- **Creating and applying materials**: This is done by specifying the :attr:`visual_material` and
76-
:attr:`physics_material` parameters.
75+
- **Creating and applying materials**: This is done by specifying the :attr:`visual_material` parameter.
7776
- **Modifying existing properties**: This is done by specifying the respective properties in the configuration
7877
class. For instance, to modify the scale of the imported prim, set the :attr:`scale` parameter.
7978

0 commit comments

Comments
 (0)