You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the tags from one component are read and applied to all.
Example:
Add two components with the same mesh to an actor. Set different tags on them. Use it as an HDA input.
Result:
They have the same tag.
Expected:
The correct tags should be imported.
The reason is very likely because houdini engine changed that meshes are now instanced. Only the first mesh is imported and reused?
To fix this they should check if the have the same tags. Or apply the tags differently.