Adverti horiz upsell

Dora SkinWeight Import Export 3.8.1 for Maya (maya script)

import/export skin weights

License
Button download
10,492 Downloads

Compatibility

  • 2018

Operating Systems

  • Windows

History

Created:08/03/2006
Last Modified:09/28/2019
File Size: 41.8 KB

Bugs

This code has problem: it only lists joints on one vertex

Statusclosed
Priorityhigh
Date09/16/2011
Submitted byhugo shih hugo shih
$workString= ($shape + ".vtx[0]");
$jointList= `skinPercent -q -t $sc $workString`;

it should be a for loop to check all vetrex and delete the repeated joints.  

Hugo 

Comments on this bug:

  • hugo shih

    hugo shih said almost 15 years ago:

    $workString= ($shape + “.vtx0”); $jointList= `skinPercent -q -t $sc $workString`; I dont know if the command has been modified after 2011 or in the mac version. command "skinPercent -q -t" will ignore the joint with weight value 0 so for version after 2011 the line has to be $jointList= `skinPercent -ib -0.1 -q -t $sc $workString`;
  • DoraYuki

    DoraYuki said over 14 years ago:

    3.60 Bug Fixed

Post a comment: