Commit 2d86a9a
SceneCacheFileFormat: Add support for collection stored on the internalRoot.
USD doesnt support writing collections on the absolute root prim (`/`) but IECoreScene
does.
We have some tags we want to be able to write out of Houdini that should
be stored on root loacation (`/`), therefore we leverage the internal root to author the
collections and map that to IECoreScene root loaction.
Note that there is still a limitation for read tags from the root
location and converting them to collections stored on the internal root
but the current priority is to support writing out.1 parent 3c4aacc commit 2d86a9a
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
378 | 390 | | |
379 | 391 | | |
380 | 392 | | |
| |||
0 commit comments