検索 - User list
Full Version: usd primitive pattern expression problem in Solaris
Root » Technical Discussion » usd primitive pattern expression problem in Solaris
masa90210
Hi, I am trying to figure out primitive pattern expressions for primitives parameter in Solaris. Let's say I have 4 boxes as following:

/ASSET/anim/CH/geometry_grp/v001/box_geo_A
/ASSET/anim/CH/geometry_grp/v001/box_geo_B
/ASSET/anim/CH/geometry_grp/v002/box_geo_C
/ASSET/ENV/CH/geometry_grp/box_geo_D

I have a prune and a renderGeometerySettings LOP, and want to write an expression in primitives parameter:

/ASSET/anim/CH/geometry_grp/v*//* & %type:Mesh

This should select actual Meshes box_geo_A, box_geo_B, and box_geo_C, but it not working.

So far, it seems that %type:Mesh cannot combine any pathes/expression.
If anyone know how to write properly primitive paths and %type:Mesh together.
Thanks.
masa90210
Solution is

/ASSET/anim/CH/geometry_grp/v*/** & %type:Mesh


//* is WRONG, and /** is CORRECT!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB