I can get the Houdini packed primitive style sheet examples working fine. But I'm struggling to use the same targetting techniques with Alembic archives. I have created a simple Alembic file with only a sphere using the Alembic ROP. Then I put an Alembic Archive in “/obj” and delve down to find the sphere's geo node where I at a style sheet parameter :
{
“materialDefinitions” : {
“mymat” : {
“properties” : {
“surface” : “opdef
Shop/v_constant clr 0.0 0.0 1.0”}
}
},
“styles” : [
{
“target” : “*”,
“overrides” : { “material” : { “name” : “mymat” }}
}
]
}
Targeting with a wildcard works, of course, but as soon as I try to put something to target the sphere specifically, it doesn't work. I would like to be able to use the “abcecho” command line to find my targets and use the alembic “name” values in my style sheet (“/sphere_object1/sphere1” from abcecho).
Also, where is the highest level I can put my stylesheet to encompass the whole scene?
Thanks,
Vincent

