Message 1 of 4
Duplicate skin cluster node will generate multiple bindPose nodes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The according command is
cmds.duplicate("XXX_SCL", inputConnections=True)
Works well in most case but it make maya file size grows very large sometimes.
The worst case is from 100MB to 3GB.
In my finding, it will generate multiple bindPose nodes and only one bindPose node will connect to skinCluster? Why there are unused bindPose nodes generated?
Any ideas?