update-0_3-0_4-python

Installation
SKILL.md

Update 0.3 to 0.4 + ovstage 0.1 (Python API)

Version Scope

Version What changes
Source ovrtx 0.3.x Standalone stage ownership through deprecated Renderer.open_usd*, Renderer.write_attribute*, Renderer.query_prims*, Renderer.clone_usd*, Renderer.bind_attribute*, and Renderer.map_attribute scene APIs, with Renderer.step() rendering the renderer-owned stage.
Target ovrtx ovrtx 0.4.x Attach APIs (Renderer.attach_ovstage, Renderer.detach_ovstage, Renderer.update_from_stage, and Renderer.step(..., ordinal=...)); DeprecationWarning on renderer-owned scene APIs in renderer.py.
New dependency ovstage 0.1.x Scene data plane (ovstage.Stage), population bridge (ovstage.population.open_usd* and reference/reset/time helpers), ordinal-keyed writes (Stage.write_attribute, Stage.write_attributes, Stage.advance_write_floor).

When to Use

Use this skill to migrate an existing ovrtx 0.3.x application to the ovrtx 0.4 scene-ownership model, especially when Python emits DeprecationWarning for renderer scene APIs.

For a new application, prefer the current ovstage and ovrtx topic skills directly.

Do not use this skill for:

Installs
4
GitHub Stars
213
First Seen
Jul 27, 2026
update-0_3-0_4-python — nvidia-omniverse/ovrtx