Add RectLight to pprint value type dispatch

- Add RectLight to CASE_GPRIM_LIST macro in value-pprint.cc
- This fixes "VALUE_PPRINT: TODO: (type: RectLight)" output
- Remove usdlux_*.usda from KNOWN_FAILURES as they now pass roundtrip

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Syoyo Fujita
2026-01-16 06:43:27 +09:00
parent 06fd6e4ac3
commit 458db0d80c
2 changed files with 1 additions and 3 deletions

View File

@@ -773,6 +773,7 @@ namespace value {
__FUNC(DiskLight) \
__FUNC(DistantLight) \
__FUNC(CylinderLight) \
__FUNC(RectLight) \
__FUNC(SkelRoot) \
__FUNC(Skeleton) \
__FUNC(SkelAnimation) \

View File

@@ -11,9 +11,6 @@ import subprocess
# Known failing files - these have known issues with roundtrip
# that should be fixed in the future
KNOWN_FAILURES = [
# UsdLux types not fully supported in pprinter (outputs "VALUE_PPRINT TODO:")
"usdlux_advanced_features.usda",
"usdlux_basic_lights.usda",
# Spectral emission (wavelength:emission) not fully supported
"spectral-emission-002.usda",
"spectral-emission-preset-f2.usda",