CreateInstancesCommand#
- class omni.usd.commands.CreateInstancesCommand(paths_from: List[str])#
- Bases: - Command- Instance multiple primitives. - This command is a batch version of - CreateInstanceCommand.- Methods - __init__(paths_from)- Constructor. - do()- undo()- __init__(paths_from: List[str])#
- Constructor. - Parameters:
- List[str] (paths_from) – Prim paths to instance from.