Selecting Influenced Verts by Influence?

Selecting Influenced Verts by Influence?

Anonymous
Not applicable
448 Views
1 Reply
Message 1 of 2

Selecting Influenced Verts by Influence?

Anonymous
Not applicable
Hi,

I’m trying to select the affected verts for a particular influence. I think I’m just missing something silly using the siv flag for skinCluster.

Using the below command, I’m not getting what I would expect, the verts selected for this particular influence:


cmds.skinCluster( 'skinCluster1' , siv = 'Hips' )

# Error: RuntimeError: No suitable object or more than one objects were selected for the skin cluster. #


Anyone have any suggestions?

Thanks !
0 Likes
449 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
OK guys, I got it to work. I was missing the edit flag.

use:


skinCluster( 'skinCluster1' , e=True , siv='Hips' )
0 Likes