I see that the merge node only has one input but it allows multiple geometries to be connected to the same input.
Ideally I'd like to know do it using both in the python and c++ interface.
How do I create an input like that?
SOP input that accepts multiple geometries
4224 3 1-
- David Larsson
- Member
- 32 posts
- Joined: Aug. 2014
- Offline
-
- grayOlorin
- Member
- 1807 posts
- Joined: Oct. 2010
- Offline
in a python SOP digital assets (or any other digital asset), simply set your max inputs to 11 or higher (that is the highest number of inputs that a houdini node can have). after that, Houdini switches the input plug to the multi input, and you get the white box at the bottom listing all your inputs and their order
Note that if your digital asset is a node network, you can fetch all inputs with a foreach SOP (but in python, you should be able to fetch them programmatically)
In C++ I am not sure…
Note that if your digital asset is a node network, you can fetch all inputs with a foreach SOP (but in python, you should be able to fetch them programmatically)
In C++ I am not sure…
-G
-
- graham
- Member
- 1926 posts
- Joined: Nov. 2006
- Offline
-
- David Larsson
- Member
- 32 posts
- Joined: Aug. 2014
- Offline
-
- Quick Links

