PDG - TAGs

   1256   1   0
User Avatar
Member
3 posts
Joined: Oct. 2020
Offline
I have a HDA Processor node and before it I have a PartitionByIndex. In partition I have 2 outputs with 2 tags, how show I enter them in the next HDA Processor so that they would work?

If I enter the exact path of the output - it works. (ex. C:/somewhere/something.bgeo.sc )
If I delete ALL tags - it works.

If I write 2 tags as in the node above - it doesn't work. ( ex. picture )
If I use wildcard* - it doesn't work. (ex. file/geo* )
Edited by archizt - Aug. 28, 2021 10:22:28

Attachments:
pdg tags.jpg (350.4 KB)

User Avatar
Staff
586 posts
Joined: May 2014
Offline
The tag field only allows you to specify a single tag value. Tags are hierarchical -- specifying a tag string of file/geo will match both file/geo and file/geo/allareas, so in your case that's all you need to use. There are more details in the documentation: https://www.sidefx.com/docs/houdini/tops/filetags.html [www.sidefx.com]
  • Quick Links