Yeah looks like multiple commands. On Wednesday, October 29, 2014 12:05:11 PM, Alan Fregtman wrote:
You can do: si.RemoveFlexEnvDeformer("__myModel.body_M_geo,myModel.teeth_M_geo;myModel.__weapon1_L_def,myModel.weapon2___L_def,myModel.__arm_L_def, myModel.leg_L_def")This way you're removing the chosen deformers from all of the chosen source meshes. If you want to be more specific than that I reckon you'll need multiple commands. On Wed Oct 29 2014 at 11:48:42 AM Eric Thivierge <[email protected] <mailto:[email protected]>> wrote: 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.

