Skip to content

Instantly share code, notes, and snippets.

@fereria
Created June 2, 2020 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/b841b1ce6909246715f0ae1c69f2e02c to your computer and use it in GitHub Desktop.
Save fereria/b841b1ce6909246715f0ae1c69f2e02c to your computer and use it in GitHub Desktop.
Sdf.Find('anon:000000007B132AC0:root-session.usda')
#usda 1.0
(
subLayers = [
@anon:000000007B132980@,
@anon:000000007B132840@,
@anon:000000007B132700@,
@anon:000000007B1325C0@
]
)
Sdf.Find('anon:000000007B132980')
#sdf 1.4.32
Sdf.Find('anon:000000007B132840')
#sdf 1.4.32
Sdf.Find('anon:000000007B132700')
#sdf 1.4.32
Sdf.Find('anon:000000007B1325C0')
#sdf 1.4.32
Sdf.Find('anon:000000007B132C00:root.usd')
#usda 1.0
(
subLayers = [
@anon:000000007B131F80@,
@anon:000000007B132200@,
@anon:000000007B132480@,
@anon:000000007B132340@
]
)
Sdf.Find('anon:000000007B131F80')
#sdf 1.4.32
def HoudiniLayerInfo "HoudiniLayerInfo" (
customData = {
string HoudiniSaveControl = "Placeholder"
}
)
{
}
Sdf.Find('anon:000000007B132200')
#sdf 1.4.32
def HoudiniLayerInfo "HoudiniLayerInfo" (
customData = {
string HoudiniSaveControl = "Placeholder"
}
)
{
}
Sdf.Find('anon:000000007B132480')
#sdf 1.4.32
def HoudiniLayerInfo "HoudiniLayerInfo" (
customData = {
string HoudiniSaveControl = "Placeholder"
}
)
{
}
Sdf.Find('anon:000000007B132340')
#sdf 1.4.32
def HoudiniLayerInfo "HoudiniLayerInfo" (
customData = {
string HoudiniCreatorNode = "/stage/sphere1"
string[] HoudiniEditorNodes = ["/stage/sphere1"]
}
)
{
}
def Sphere "sphere1" (
customData = {
int HoudiniPrimEditorNodeId = 13
}
)
{
double radius = 1
matrix4d xformOp:transform = ( (1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1) )
uniform token[] xformOpOrder = ["xformOp:transform"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment