Overview

This is the widget that let you build property widget(s) from USD attributes.

You can show custom names for attributes. For example here, translateY is just Y:

alt text

Usage

from omni.replicator.property_widget_builder.widget import get_instance as get_instance_property_widget_builder

property_widget_builder = get_instance_property_widget_builder()
property_widget_builder.build(
    stage,
    attr_name,
    attr_metadata,
    prim_paths,
    display_attr_names = None,
    read_only = False,
)