ChangeAttributesColorSpaceCommand

class omni.usd.commands.ChangeAttributesColorSpaceCommand(attributes: List[Attribute], color_space: Any)

Bases: Command

Change attribute color space undoable Command.

Parameters
  • attributes (List[str]) – attributes to set color space on.

  • color_space – Value of metadata to change to.

Methods

__init__(attributes, color_space)

do()

undo()

__init__(attributes: List[Attribute], color_space: Any)