Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jtigue-bdai <[email protected]>
Signed-off-by: Mayank Mittal <[email protected]>
  • Loading branch information
Mayankm96 and jtigue-bdai authored Oct 9, 2024
1 parent 845ac59 commit 6375eb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def spawn_multi_asset(
prim_path: The prim path to spawn the assets.
cfg: The configuration for spawning the assets.
translation: The translation of the spawned assets. Default is None.
orientation: The orientation of the spawned assets. Default is None.
orientation: The orientation of the spawned assets in (w, x, y, z) order. Default is None.
Returns:
The created prim at the first prim path.
Expand Down Expand Up @@ -123,7 +123,7 @@ def spawn_multi_usd_file(
prim_path: The prim path to spawn the assets.
cfg: The configuration for spawning the assets.
translation: The translation of the spawned assets. Default is None.
orientation: The orientation of the spawned assets. Default is None.
orientation: The orientation of the spawned assets in (w, x, y, z) order. Default is None.
Returns:
The created prim at the first prim path.
Expand Down

0 comments on commit 6375eb8

Please sign in to comment.