omni.usd.editor Functions

Functions Summary:

get_display_name

Gets display name from the metadata of the prim.

is_always_pick_model

Whether selecting this prim should always pick the enclosing prim with kind:model or not.

is_hide_in_stage_window

Whether the prim should be hidden in the stage window or not.

is_hide_in_ui

Whether the prim should be hidden or not.

is_no_delete

Whether the prim should be removed or not.

set_always_pick_model

Sets metadata for prim to instruct selection whether it should always pick the enclosing prim with kind:model or not.

set_display_name

Sets an user readable name for the prim to instruct UI to display it.

set_hide_in_stage_window

Sets metadata for prim to instruct stage window to display/hide the prim.

set_hide_in_ui

Sets metadata for the prim to instruct UI whether it should be hidden in the UI or not.

set_no_delete

Sets metadata for prim to instruct UI whether the prim can be removed or not.