Skip to content

Commit 105f209

Browse files
Merge pull request #38 from ft-lab/dev/usd_validation
usd-exchange 2.2.0.rc2
2 parents 9e8a93a + fbfc34f commit 105f209

File tree

3 files changed

+14
-23
lines changed

3 files changed

+14
-23
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {text = "Apache-2.0"}
77
readme = "README.md"
88
requires-python = ">=3.10,<3.13"
99
dependencies = [
10-
"usd-exchange>=2.2.0a1", # locked to USD 25.05
10+
"usd-exchange>=2.2.0rc2", # locked to USD 25.05
1111
"numpy-stl>=3.2",
1212
"tinyobjloader>=2.0.0rc13",
1313
]

tests/util/ConverterTestCase.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 The Newton Developers
22
# SPDX-License-Identifier: Apache-2.0
3-
import typing
43

54
import omni.asset_validator
65
import usdex.test
@@ -11,14 +10,6 @@ class ConverterTestCase(usdex.test.TestCase):
1110

1211
defaultUpAxis = UsdGeom.Tokens.z # noqa: N815
1312

14-
defaultValidationIssuePredicates: typing.ClassVar[list[omni.asset_validator.IssuePredicates]] = [ # noqa: N815
15-
# URDF USD Converter uses nested bodies, as it more faithfully matches the kinematic tree in URDF.
16-
#
17-
# Once adopted, the asset validator should be updated to support nested bodies within articulations. For now, we just ignore the issues.
18-
omni.asset_validator.IssuePredicates.ContainsMessage("Enabled rigid body is missing xformstack reset, when a child of a rigid body"),
19-
omni.asset_validator.IssuePredicates.ContainsMessage("ArticulationRootAPI definition on a kinematic rigid body is not allowed"),
20-
]
21-
2213
def setUp(self):
2314
super().setUp()
2415
# All conversion results should be valid atomic assets

uv.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)