Files
Syoyo Fujita b008aab3f0 Fix OpenPBR parameter types: subsurface_radius and subsurface_radius_scale
OpenPBR Specification correction:
- subsurface_radius: should be float type (not color3f)
- subsurface_radius_scale: should be color3f type

Changes made:
1. Updated documentation in doc/openpbr-parameters-reference.md
2. Updated doc/C++_MATERIALX_IMPORT.md with correct parameter types
3. Fixed TinyUSDZ Core schema definitions in src/usdShade.hh
4. Updated MaterialX types in src/usdMtlx.hh and src/usdMtlx.cc
5. Fixed Tydra render data types in src/tydra/render-data.hh/.cc
6. Fixed Three.js exporter in src/tydra/threejs-exporter.cc
7. Updated test comparison script

This allows openpbr-subsurface-sphere.usda and similar files to parse
without "Property type mismatch" validation errors.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-14 12:45:42 +09:00
..
2021-01-11 19:57:04 +09:00
2023-01-22 20:22:15 +09:00
2023-05-01 03:08:11 +09:00
2021-01-11 19:57:04 +09:00
2025-07-02 10:21:17 +09:00
2021-01-11 19:57:04 +09:00
2020-09-05 22:45:07 +09:00
2022-08-12 02:32:05 +09:00
2021-01-11 19:57:04 +09:00
2022-10-03 17:49:33 +09:00
2025-06-18 07:31:18 +09:00
2021-08-19 22:25:12 +09:00
2023-10-02 22:53:50 +09:00
2024-07-25 03:41:27 +09:00
2021-08-01 00:29:04 +09:00
2026-01-03 06:08:10 +09:00

How to setup documentation environment

$ python -m pip install mkdocs
$ python -m pip install mkdocs-material
$ python -m pip install markdown-katex