Is there any way to be able to use attributes exported from Houdini using the PRT Export ROP node? Specifically. Every tutorial I have seen uses Max, and everything just seems so easy in Max version compared to Maya.
I have tried using , with the name “vorticity” but that gives errors.
In the Copy Channel modifier, Vorticity is nowhere to be found in any of the channel drop down lists, which it seems to be in every Max tutorial I have seen
I loaded the file in a KMX PRT Loader and took a look at its channels.
It appears to contain only Position and Velocity and nothing else. Obviously, your exporter did not write the Vorticity out, but it would be difficult to tell why as we don’t have our own Houdini exporter at this time. This one does not appear to be based on the exporter code we posted recently on GitHub since it is only PRT 1.0 specification (no metadata for scale and axis orientation). Our latest libraries should support the PRT 1.1 spec.
Can you tell us more about the PRT exporter you used?
I took a look at our exporter and it does not support Vorticity either (although it does support more channels than the ones listed above). thinkboxsoftware.com/news/20 … -on-g.html
Could you contact the developers of the ROP at Robotika and see if they could add more channels?
Also, I think you are right in that the exporter doesn’t explicitly export vorticity, as it is not a standard attribute in Houdini fluid systems, but it should allow you to map attributes to any channel you want by supplying the channel name.
Eg my sim has vorticity calculated post-sim, and in the ROP options, it automatically picks up any attributes that are assigned to the particles I am exporting, such as pscale, vorticity, and gives a box to enter the PRT channel to map that attribute to.
I’ve attached a screen shot of my params panel showing this