KillianDS Posted March 8, 2022 Share Posted March 8, 2022 How to use this Multiparm Block (list) with Opérator Path ? In a for each Number - How to put a different group to each mesh that comes from each line of Operator Path#? - How to put them an artribute according to their line - How to put path# "object_merge" node maybe this is the wrong way to do it in a each Number this is what I'm looking to do example In my Operator Path# list I have : ../Cube1 ../Cube2 ../Cube3 ../Cube4 first spawn the mesh with the "object_merge" node and that would put - add group Objet1 and add attribut for point "Objet_Num = 1" since a attribut wrangle for Cube1 - add group Objet2 and add attribut for point "Objet_Num = 2" since a attribut wrangle for Cube2 - add group Objet3 and add attribut for point "Objet_Num = 3" since a attribut wrangle for Cube3 - add group Objet4 and add attribut for point "Objet_Num = 4" since a attribut wrangle for Cube4 thanks for your help Killian Quote Link to comment Share on other sites More sharing options...
Fenolis Posted March 8, 2022 Share Posted March 8, 2022 Here is one way you can do this. If you are building a HDA, the multiparm block should be in your HDA parameters instead of a nested node, otherwise it can be quite difficult to manage. multiparm_sample.hiplc 1 Quote Link to comment Share on other sites More sharing options...
KillianDS Posted March 8, 2022 Author Share Posted March 8, 2022 This is exactly what I was looking for, thank you very much! <3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.