USDMetadataModel#
- stage: Stage,
- path: Path,
- md_key: str,
Bases:
USDObjectModel
A simple value model to watch the specified metadata.
Methods
Attributes
- stage: Stage,
- path: Path,
- md_key: str,
Constructor.
- Parameters:
stage (Usd.Stage) – USD stage.
path (Sdf.Path) – Path in stage.
md_key (str) – Meta data key.
Set the value directly to USD.
- Parameters:
value (Any) – New value to set.