Hi
I am trying to pattern match to assign materials in Solaris with the assign material LOP.
If my setup looks like this:
Primitives: /sopcreate1_box
MaterialPath: /materials/box_mat
All is fine. If I try to replicate how I used to do this before Solaris it would have looked like this:
Primitives: /sopcreate1_box*
MaterialPath: /materials/box*
And it would have worked. How to you mass assign materials to the same name of objects now? (box, box1, box 2 etc). It looks like I need to specify Material and object using CVEX or Vexpression but digging around I am a little lost. I have had a Hip file included. Thanks for any help.
OK What a plonker. I just realaized it needs to be like this..
Primitives: /sopcreate*_box*
MaterialPath: /materials/box*
I forgot to add a * after the sopcreate.