@@ -360,7 +360,7 @@ def Scope "Render"
360360 )
361361 {
362362 uniform bool collection:prune:includeRoot = 0
363- uniform pathExpression collection:prune:membershipExpression = "/World/Geom/NativeInstances/SphereInstance_2 /World/Geom/NestedNativeInstances/NestedSpheres_2 /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2 /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2 /World/Geom/GroundPlane"
363+ uniform pathExpression collection:prune:membershipExpression = "/World/Geom/NativeInstances/SphereInstance_2 /World/Geom/NestedNativeInstances/NestedSpheres_2 /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2 /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2 /World/Geom/GroundPlane /World/Geom/PointInstancer "
364364 uniform token passType = "render"
365365 # Can use visualizer here
366366 rel renderSource = </Render/Settings/Visualizer>
@@ -369,7 +369,7 @@ def Scope "Render"
369369 def RenderPass "matte_test"
370370 {
371371 uniform bool collection:matte:includeRoot = 0
372- uniform pathExpression collection:matte:membershipExpression = "/World/Geom/NativeInstances/SphereInstance_2 /World/Geom/NestedNativeInstances/NestedSpheres_2 /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2 /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2 /World/Geom/Cube// /World/Geom/Cone// /World/Geom/LargeCone//"
372+ uniform pathExpression collection:matte:membershipExpression = "/World/Geom/NativeInstances/SphereInstance_2 /World/Geom/NestedNativeInstances/NestedSpheres_2 /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2 /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2 /World/Geom/Cube// /World/Geom/Cone// /World/Geom/LargeCone// /World/Geom/PointInstancer// "
373373 uniform token passType = "render"
374374 # Visualizer does not support matte
375375 rel renderSource = </Render/Settings/Default>
@@ -378,7 +378,7 @@ def Scope "Render"
378378 def RenderPass "renderVisibility_test"
379379 {
380380 uniform bool collection:renderVisibility:includeRoot = 0
381- uniform pathExpression collection:renderVisibility:membershipExpression = "~(/World/Geom/NativeInstances/SphereInstance_2// /World/Geom/NestedNativeInstances/NestedSpheres_2// /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2// /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2// /World/Geom/Cube// /World/Geom/Cone// /World/Geom/LargeCone//)"
381+ uniform pathExpression collection:renderVisibility:membershipExpression = "~(/World/Geom/NativeInstances/SphereInstance_2// /World/Geom/NestedNativeInstances/NestedSpheres_2// /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2// /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2// /World/Geom/Cube// /World/Geom/Cone// /World/Geom/LargeCone// /World/Geom/PointInstancer// )"
382382 uniform token passType = "render"
383383 # Can use visualizer here
384384 rel renderSource = </Render/Settings/Visualizer>
@@ -396,10 +396,9 @@ def Scope "Render"
396396 def RenderPass "cameraVisibility_test"
397397 {
398398 uniform bool collection:cameraVisibility:includeRoot = 0
399- uniform pathExpression collection:cameraVisibility:membershipExpression = "~(/World/Geom/NativeInstances/SphereInstance_2// /World/Geom/NestedNativeInstances/NestedSpheres_2// /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2// /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2// /World/Geom/Cube// /World/Geom/Cone// /World/Geom/LargeCone//)"
399+ uniform pathExpression collection:cameraVisibility:membershipExpression = "~(/World/Geom/NativeInstances/SphereInstance_2// /World/Geom/NestedNativeInstances/NestedSpheres_2// /World/Geom/NestedNativeInstances/NestedSpheres_3/SphereInstance_2// /World/Geom/NativeInstancesWithMultiplePrims/NestedSpheres_2// /World/Geom/Cube// /World/Geom/Cone// /World/Geom/LargeCone// /World/Geom/PointInstancer// )"
400400 uniform token passType = "render"
401- # Need lighting to confirm that shadowing from camera-invised
402- # geomtry
401+ # Need lighting to confirm shadowing from camera-invised geom
403402 rel renderSource = </Render/Settings/Default>
404403 }
405404 }
0 commit comments