
We're currently getting our Solaris + Feather pipeline up and running.
Our turntable setup is currently applying a transform to the root primitive of our asset.
Unfortunately, it seems that the transform is being applied twice to our feather procedurals.
Our assumption is that the procedural is evaluated last, and as a result, it generates the feathers based on the already transformed groom primitives, while also inheriting the transform from the root primitive.
As a quick fix, we inverted the transform and applied it to all procedurals (%type(HoudiniProceduralAPI)).
Another Idea
It would be great to know if there's a more elegant solution or some best practices to this.
Cheers,
Ole