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