CreatePreviewSurfaceTextureMaterialPrimCommand

class omni.usd.commands.CreatePreviewSurfaceTextureMaterialPrimCommand(mtl_path, select_new_prim: bool = False)

Bases: Command

Create Preview Surface Texture Material undoable Command.

Parameters
  • mtl_path (str) –

  • select_new_prim (bool) –

Methods

__init__(mtl_path[, select_new_prim])

do()

undo()

__init__(mtl_path, select_new_prim: bool = False)