omni.kit.stage_template.core Functions

Functions Summary:

get_action_name

Converts a name to a valid action identifier.

get_default_template

Get name of default new_stage template. Used when new_stage is called without template name specified

get_stage_template

Get named new_stage template & create function pointer

get_stage_template_list

Returns a list of loaded new_stage templates.

new_stage

Execute new_stage

new_stage_async

Execute new_stage asynchronously

new_stage_with_callback

Creates a new USD stage using the specified template and context, then applies post-creation operations via a callback.

register_template

Registers a new stage template and associates it with an action.

set_transform_helper

Sets the transformation for a specified USD primitive given translation, rotation (Euler angles), and scale.

unregister_template

Unregisters a previously registered new_stage template.