Hi, I am trying to automate the “squish” command on multiple meshes, but I would need for every mesh to transform also a set of curves (as the command normally allow as second input). While I manage squishing the mesh I can’t find a way to select the curves.
What I have and what I would like to achieve ( file attached as well)
I guess the issue is the string I have to input in rs.command to be able to select multiple ids for the curves after the mesh is selected. Any suggestions on how to do this?
Thanks Henry, I had seen these but they don’t seem to address my issue, namely how to select the curves to be squished together with the main geometry. Any ideas?
Maybe add the guids as a separate input to the list of commands using string formatting %?
(I have to step away from the computer for a while, but will try this when I get back)
Have to change the order of the ‘SelId’ it seems?
Results:
Would have to put some thinking into how to enumerate for all the curves (apart from some bruteforce methods)