ToggleVisibilitySelectedPrimsCommand

class omni.usd.commands.ToggleVisibilitySelectedPrimsCommand(selected_paths: List[str], stage: Optional[Stage] = None)

Bases: Command

Toggles the visiblity of the selected primitives undoable Command.

Parameters

selected_paths (List[str]) – Old selected prim paths.

Methods

__init__(selected_paths[, stage])

do()

undo()

__init__(selected_paths: List[str], stage: Optional[Stage] = None)