Question 6
Which traversal strategy does Usd.PrimRange use by default?
Question 7
What effect does encapsulation have on inherits and specializes arcs?
Question 8
What happens if you reference only /World/Cube instead of /World in an encapsulated asset?
Question 9
What is the role of the default prim in encapsulated assets?
Question 10
What type of value does colorList store?
---------------------------------------------------------------
#Python
colors = prim.CreateAttribute("colorList", Sdf.ValueTypeNames.Color3fArray) colors.Set([(1, 0, 0), (0, 1, 0), (0, 0, 1)])
---------------------------------------------------------------
