all  /  test_assets  / foundation  / stage_composition  / payload  / payload_parent_folder .usda

Payload

These files payload stages from different locations on disk. If loaded successfully, a single cube should be visible.

screenshot usdrecord 22.08


Edit this page

payload_parent_folder.usda

#usda 1.0
(
    customLayerData = {
        string copyright = "Copyright 2022 Apple Inc. All rights reserved."
    }
    upAxis = "Y"
    metersPerUnit = 0.01
    defaultPrim = "World"
)

def "World" (
    payload = @../_parent_stage.usda@
)
{
}