Id like to have groups of points in engine output separate nParticle nodes in maya. The same way prims in primitive groups will output separate mesh nodes.
In the Inputs and outputs of the houdiniAsset node thread, awong suggests something along these lines: “Any Houdini group primitives that contain only points (no face, and no vertices) are outputted as Maya nParticles.”
So maybe my question is how do I add points to a prim group?
Points aren't primitives, so they can't be separated into different nParticles in the same way. The best thing for now is probably manually separating them into different OBJ manually. Houdini Engine will output different OBJs separately.
Ah, that's an interesting idea. That would work, because particle system is a primitive. So they do get split up into multiple parts by Houdini Engine. I just did a test and it seems to work. See the attached OTL file. Neat!