RawUsdPropertiesWidget#

class omni.kit.property.usd.RawUsdPropertiesWidget(
title: str,
collapsed: bool,
multi_edit: bool = True,
enable_adapter: bool = False,
)#

Bases: UsdPropertiesWidget

A class to represent a USD raw properties widget.

Methods

__init__(title, collapsed[, multi_edit, ...])

Constructor.

build_impl()

See PropertyWidget.build_impl.

build_items()

See SimplePropertyWidget.build_items

on_new_payload(payload)

See PropertyWidget.on_new_payload

Attributes

MULTI_SELECTION_LIMIT_DO_NOT_ASK_SETTING_PATH

MULTI_SELECTION_LIMIT_SETTING_PATH

__init__(
title: str,
collapsed: bool,
multi_edit: bool = True,
enable_adapter: bool = False,
)#

Constructor.

Parameters:
  • title (str) – title of the widget.

  • collapsed (bool) – whether the collapsable frame should be collapsed for this widget.

  • multi_edit (bool) – whether multi-editing is supported.

  • enable_adapter (bool) – use stage_adapters

  • maintain_property_order (bool) – _customize_props_layout returns a list of properties to display on the widget.

build_impl()#

See PropertyWidget.build_impl.

build_items()#

See SimplePropertyWidget.build_items

on_new_payload(payload)#

See PropertyWidget.on_new_payload