Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.4.1

## Fixes

- Fixed incorrect base type for `NewtonActuator`, it is now `UsdTyped` rather than a partially implemented `UsdGeomImagable`
- This means actuators cannot be rendered in Hydra compatible viewers. If actuator manipulators are required, the viewer needs to handle them as a special case, or the content author needs to parent a `UsdGeomImagable` beneath them in the hierarchy.
- Improved `NewtonMimicAPI` documentation to clarify that the leader and follower must be the same joint type.
- Multi-dof joint behavior remains undefined & unsupported

# 0.4.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion newton_usd_schemas/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 The Newton Developers
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.4.0"
__version__ = "0.4.1"
Loading