fbdf2428c9abbd459ecef4f1fc45ead17f74d26c
[platform/core/uifw/OpenUSD.git] /
1 #sdf 1.4.32
2 (
3     """
4     This museum exhibit exercises the ability for variants to select other
5     variants. This is a stripped down version of the repro case for bug 
6     68105.
7
8     Within SlugJ_modelInterface.gen.sdf, the selection {shadingVariant=Axel}
9     is authored. In that variant, the selection {shaderBindingVariant=Wet} is
10     authored. This selection should be carried over when evaluating the
11     reference to /ShaderBindingVariants in SlugJ_shaderDisplayDefs.sdf.
12
13     This relies on new variant selection behavior introduced in Pcp.
14     This test case does not work as desired in Csd mode.
15     """
16 )
17
18 def Scope "SlugJ" (
19     payload = @./SlugJ_payload.sdf@</SlugJ>
20 )
21 {
22 }