Is it possible to send multiple connection sets to remove deformers from
multiple meshes at the same time if the meshes have different deformer
lists that you want to remove?
Normally:
si.RemoveFlexEnvDeformer("myModel.body_M_geo;myModel.weapon1_L_def,myModel.weapon2_L_def")
Where this is the target mesh:
"myModel.body_M_geo"
And these are the deformers:
"myModel.weapon1_L_def,myModel.weapon2_L_def"
But what I want is two of those:
# Pseudo code
si.RemoveFlexEnvDeformer(["myModel.body_M_geo;myModel.weapon1_L_def,myModel.weapon2_L_def"],
["myModel.teeth_M_geo;myModel.arm_L_def, myModel.leg_L_def"])
Connection sets confuse me. :\
Thanks,
Eric T.