Home Technical Talk

Mesh Blend - Tool for Maya inspired by Polystein Kit

13

Replies

  • Shulkyn
    Options
    Offline / Send Message
    Hi there. i bought this product and it works but i cant make it out how to add the mel to the shels. please help me out. Maya 2017. thanks in advance. shulkyn@gmail.com
  • Shulkyn
    Options
    Offline / Send Message
    Hi man. i bought this product now but i cant to add to the shelf it. it works only if i run it manually through "load .mel". but it doesnot work if i put "ATM Blend...mel"
  • Eric_sun
    Options
    Offline / Send Message
    Eric_sun polycounter lvl 2
    / Error: menuItem -label "90? -p AngleSwitch;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 31.37: Unterminated string. // 
    // Error: else if ($GetAngle == "90?) { $Rotation = 90.0 ;}
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 490.50: Unterminated string. // 
    // Error: $Rotation = $GetVal;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 499.20: "$GetVal" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 501.1: Procedure is missing a return statement. // 
    // Error: return $Rotation;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 503.17: "$Rotation" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 505.1: Syntax error // 
    // Error: if ($Result == "Set as custom") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 517.14: "$Result" is an undeclared variable. // 
    // Error: $Rotation = $text;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 521.18: "$text" is an undeclared variable. // 
    // Error: menuItem -edit -label ($text) CustomBlendAngle;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 522.29: "$text" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 526.1: Syntax error // 
    // Error: else if ($GetAngle == "90?) { $Rotation = 90.0 ;}
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 535.50: Unterminated string. // 
    // Error: else { GetCustomRotation;}
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 540.26: Syntax error // 
    // Error: for($i = 0; $i<size($EdgeList); $i++) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 552.30: "$EdgeList" is an undeclared variable. // 
    // Error: string $SortedList[]; $TokenInt = `tokenize $EdgeList[$i] "[]" $SortedList`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 553.62: "$EdgeList" is an undeclared variable. // 
    // Error: int $ifhf = fwriteAllText($Path,$CacheTo);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 567.32: "$Path" is an undeclared variable. // 
    // Error: $fileId = fopen($Path,"w");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 573.22: "$Path" is an undeclared variable. // 
    // Error: fprint($fileId,$CacheTo );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 575.15: "$fileId" is an undeclared variable. // 
    // Error: fclose($fileId);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 577.15: "$fileId" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 581.1: Syntax error // 
    // Error: $FileOpen = fopen($Path,"r");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 591.24: "$Path" is an undeclared variable. // 
    // Error: string $ReadFContent = `fread $FileOpen $ReadFContent` ;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 593.53: "$FileOpen" is an undeclared variable. // 
    // Error: fclose($FileOpen);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 595.17: "$FileOpen" is an undeclared variable. // 
    // Error: stringArrayInsertAtIndex(size($Edges), $Edges, ($OBJName + ".e["+$SortedList[$i]+"]"));
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 600.58: "$OBJName" is an undeclared variable. // 
    // Error: return $Edges;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 603.14: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 605.1: Syntax error // 
    // Error: string $GetName = basenameEx($Image);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 615.36: "$Image" is an undeclared variable. // 
    // Error: string $ListImgGroup[] = `getFileList -folder $Path  -filespec ($Split[0]+"*")`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 619.54: "$Path" is an undeclared variable. // 
    // Error: image -image $Image AMTimg_cur;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 636.30: "$Image" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 650.1: Syntax error // 
    // Error: string $Path = dirname($GetIMG);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 658.31: "$GetIMG" is an undeclared variable. // 
    // Error: string $GetName = basenameEx($GetIMG);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 660.37: "$GetIMG" is an undeclared variable. // 
    // Error: if ($Operand == "Next") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 670.15: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Previous") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 684.15: "$Operand" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 698.1: Syntax error // 
    // Error: if (size($selection) >= 1) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 710.20: "$selection" is an undeclared variable. // 
    // Error: string $FaceGroup[] = `filterExpand -selectionMask 34 -expand true $selection`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 712.78: "$selection" is an undeclared variable. // 
    // Error: if (size($FaceGroup) >= 1) { MeshBlendAMT($Asset, $Operand); }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 714.49: "$Asset" is an undeclared variable. // 
    // Error: if (size($FaceGroup) >= 1) { MeshBlendAMT($Asset, $Operand); }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 714.59: "$Operand" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 726.1: Syntax error // 
    // Error: string $CatchImport[] = (`ImportKitbash($Component)`); //Import Kitbash
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 752.51: "$Component" is an undeclared variable. // 
    // Error: string $SortedList[]; $TokenInt = `tokenize $Component"/\\" $SortedList`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 783.59: "$Component" is an undeclared variable. // 
    // Error: if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 835.15: "$Operand" is an undeclared variable. // 
    // Error: else if ($Operand == "Float") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 838.20: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Float") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 842.15: "$Operand" is an undeclared variable. // 
    // Error: else if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 850.20: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 858.15: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 914.15: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Float") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 967.15: "$Operand" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 981.1: Syntax error // 
    // Error: vector $v;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 997.10: Invalid redeclaration of variable "$v" as a different type. // 
    // Error: for( $v in $vertexPositions ) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 998.29: "$vertexPositions" is an undeclared variable. // 
    // Error: $average = $sum / size( $vertexPositions );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1006.42: "$vertexPositions" is an undeclared variable. // 
    // Error: return $average;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1008.16: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1010.1: Syntax error // 
    // Error: string $stringToParse = $polyInfoResult[0];
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1018.43: "$polyInfoResult" is an undeclared variable. // 
    // Error: string $parentShape[] = `listRelatives -parent $pFaceName`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1029.58: "$pFaceName" is an undeclared variable. // 
    // Error: return $unitWorldNormal;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1038.24: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1040.1: Syntax error // 
    // Error: if( mag( $tangent1 ) == 0 ) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1048.20: "$tangent1" is an undeclared variable. // 
    // Error: vector $tangent2 = unit( cross( $pNormal, $tangent1 ) );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1052.41: "$pNormal" is an undeclared variable. // 
    // Error: vector $tangent2 = unit( cross( $pNormal, $tangent1 ) );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1052.53: "$tangent1" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.15: "$pNormal" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.15: Illegal extension on an expression of type no type. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.30: "$pNormal" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.30: Illegal extension on an expression of type no type. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.45: "$pNormal" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.45: Illegal extension on an expression of type no type. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.16: "$tangent1" is an undeclared variable. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.16: Illegal extension on an expression of type no type. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.31: "$tangent1" is an undeclared variable. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.31: Illegal extension on an expression of type no type. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.46: "$tangent1" is an undeclared variable. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.46: Illegal extension on an expression of type no type. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.17: "$pPosition" is an undeclared variable. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.17: Illegal extension on an expression of type no type. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.33: "$pPosition" is an undeclared variable. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.33: Illegal extension on an expression of type no type. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.49: "$pPosition" is an undeclared variable. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.49: Illegal extension on an expression of type no type. // 
    // Error:     ($m[3][0]) ($m[3][1]) ($m[3][2]) ($m[3][3]) $pObjectName;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1064.61: "$pObjectName" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1066.1: Syntax error // 
    // Error: for ($FaceGroup in $FaceGroupArray) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1077.35: "$FaceGroupArray" is an undeclared variable. // 
    // Error: vector $normal = eval($cmd + "(\"" + $FaceGroup + "\")");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1079.28: "$cmd" is an undeclared variable. // 
    // Error: vector $normal = eval($cmd + "(\"" + $FaceGroup + "\")");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1079.49: "$FaceGroup" is an undeclared variable. // 
    // Error: vector $average = $AverageVector / size( $FaceGroupArray );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1085.58: "$FaceGroupArray" is an undeclared variable. // 
    // Error: return ($average);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1087.18: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1089.1: Syntax error // 
    // Error: for($i = 0; $i < size($EdgeList); $i++) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1098.32: "$EdgeList" is an undeclared variable. // 
    // Error: string $Vertices[] = `filterExpand -sm 31 ( polyListComponentConversion("-tv", $EdgeList[$i]) )`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1102.93: "$EdgeList" is an undeclared variable. // 
    // Error: $EdgeSizeSum = $EdgeSizeSum + $dist;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1111.29: "$EdgeSizeSum" is an undeclared variable. // 
    // Error: return $EdgeSizeSum;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1115.20: "$EdgeSizeSum" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1117.1: Syntax error // 
    // Error: for ($i = 0; $i < size($VtxList); ++$i) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1127.32: "$VtxList" is an undeclared variable. // 
    // Error: float $vtx1[] = `xform -q -t -ws $TargetVtx`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1129.44: "$TargetVtx" is an undeclared variable. // 
    // Error: float $vtx2[] = `xform -q -t -ws $VtxList[$i]`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1130.46: "$VtxList" is an undeclared variable. // 
    // Error: return $Pos;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1144.12: "$Pos" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1146.1: Syntax error // 
    // Error: string $FaceGroup[] = `filterExpand -selectionMask 34 -expand true $selection`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1155.78: "$selection" is an undeclared variable. // 
    // Error: return $ShellList;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1183.18: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1185.1: Syntax error // 

  • jul_lef
    Options
    Offline / Send Message
    jul_lef polycounter lvl 9
    Happy new Year Adnan, So any update soon it would be nice to have the one you were working on. 
  • OvidiusTiberius
    Options
    Offline / Send Message
    OvidiusTiberius polycounter lvl 3
    man, the plugin has issues with name clashes. Most of your meshes saved already in Blending and Floating Assets have random names like "polySurface45" if i have another mesh in the scene called the same Maya gives me errors and the plugin does not work. "// Error: line 776: More than one object matches name: polySurface16 // " Please test your tools properly before release.
    This plugin is adding the meshes really nicely on the curvature of the mesh, could you add that in a newer release?
    Thanks.

  • onionhead_o
    Options
    Offline / Send Message
    onionhead_o polycounter lvl 16
    i really hope you fix the floating parts scale issue.
  • Psychotic_Mike
    Options
    Offline / Send Message
    Psychotic_Mike polycounter lvl 11
    Is this longer supported? It doesnt seem to be on gumroad anymore. :neutral:
    Would be nice to get an update. 
  • Fansub
    Options
    Offline / Send Message
    Fansub sublime tool
    Hey there ! no project is not dead and is still on gumroad. Still haven't had the time to properly get back to this whole plugin side-job and i'm really sorry for letting you all down. An update is under the works and a Maya 2018 one for all the other tools, there's just too much stuff that is on the line to properly focus on the plugins atm unfortunately, but rest assured it's not dead and far from it even.

    I'm super busy these days but don't hesitate to send a email if you ever have an issue, always available on there to help on the plugins !

    - Adnan
  • brenly
    Options
    Offline / Send Message
    brenly polycounter lvl 7
    This tool rocks! Looking forward to the update :)
  • tbvjwodn2
    Options
    Offline / Send Message
    tbvjwodn2 polycounter lvl 8
    I Hope you have time for fixing scale issue soon. I was early user of your script and paid 30$ or something. I used once and can't use it because of too many bugs...
  • OvidiusTiberius
    Options
    Offline / Send Message
    OvidiusTiberius polycounter lvl 3
    Hi, Any news about that 2018 update?
  • brenly
    Options
    Offline / Send Message
    brenly polycounter lvl 7
    Would be nice to know how things are going with the update .. or if its coming :neutral:
  • Visum
    Options
    Offline / Send Message
    Visum polycounter lvl 7
    Anybody got this running with LT 2018?
    I don't want to buy it to find out it is not.

    Cheers.
  • Lee_Young_Seok
    Options
    Offline / Send Message
    Lee_Young_Seok polycounter lvl 2
    I bought it before but it doesn't work. I am using maya 2017. 
    i have a error that is [AMT Mesh Blend/MeshBlend.mel" line 1185.1: Syntax error]. 
    [AMTool, Quick Pipe] is used well without any problems.
    --------------------------------------------------
    It fails when trying to add immediately to the shelf editor.
    But I could load mel into the script editor and add it to the shelf.
  • Fadlabi101
    Options
    Offline / Send Message
    Fadlabi101 null
    Any news about Maya 2018 update?
  • shawnghl
    Options
    Offline / Send Message
    shawnghl polycounter lvl 2
    Hi I got Syntax error, and I can not fix it. please help.
  • shawnghl
    Options
    Offline / Send Message
    shawnghl polycounter lvl 2
    anyone can help? Syntax error
  • Psychotic_Mike
    Options
    Offline / Send Message
    Psychotic_Mike polycounter lvl 11
    Hey Fansub hope you are doing well.
    if you ever find time to get to ver 2.0 please focus on these 2 features.

    1. Support for curved surfaces.
    2. Ability to link your own kitbash folders. (I have a maya content browser where I store all my kitbash stuff would be cool is that one was linked to the Mesh Blend tool).

    cheers

  • KieraB
    Options
    Offline / Send Message
    KieraB polycounter lvl 6
    Hi, I can't wait to try this out, but I am using Maya 2018.  Any ETA on the 2018 update?
  • Fansub
    Options
    Offline / Send Message
    Fansub sublime tool
    Hey all ! :) your favorite African tech artist is back from the dead x)


    [Mesh Blend running in Maya 2018]



    A quick fix has been published to make AMTools compatible with Maya 2018, while AMT2.0 and Mesh Blend 1.5 are both in preparations.
    I've tested Mesh Blend on Maya 2018 and it does seem to work fine, please let me know if you're facing any issues, as i'll be working further on both plugins this weekend and the coming weekends, and will get back to this topic and see if any issue is code or user-generated.

    With Black Friday just around the corner I've also set all the plugins to a low 4.99$ from now 'till Sunday, you can grab it now if you haven't already, and for those of you who already have it the future updates/upgrades will all be free as usual, same for anyone who gets it right now :)

    It has been almost two years since Baidhir and I started working on our next-move, PolygonFlow, and the project has matured enough that we're really confident about a first private beta sometime mid next year. PolygonFlow won't be yet another suite of plugins but a whole new concept around which tools are made, and we can't wait to share more about it in the future.

    As always, if you're a student/don't have the money to buy the plugins even at 4.99$ (I've been there :D ) don't hesitate to send me a message and i'll make sure you get yourself a copy ASAP.



    Kind regards,

    Adnan Chaumette - Tools Programmer @ Quixel & Co-Founder @ PolygonFlow

  • Polynaught
    Options
    Offline / Send Message
    Polynaught polycounter lvl 11
    I just grabbed MeshBlend. Thx for getting back to these products and pushing an update to us 2018-users!
    Looking forward to the next updates and your PolygonFlow - whatever that might be.
  • onionhead_o
    Options
    Offline / Send Message
    onionhead_o polycounter lvl 16
    really happy this works in maya 2018 and the scale issue has been fixed for the floaters.

  • oglu
    Options
    Offline / Send Message
    oglu polycount lvl 666
    Any news about PolygonFlow?
  • Fansub
    Options
    Offline / Send Message
    Fansub sublime tool
    Development is going extremely well, we've been in discussions to secure funding for a while now and things are finally starting to come together, so yay !

    Our hope is to run the first public or private (depending on how polished it will be) beta around GDC, and if we're lucky do a summer 2019 release. PolygonFlow is so much more than a plugin, so we need to make sure we do everything juuuust right.

    Whether you're an artist or a technical artist, I'm sure you're gonna have a blast playing around what we have in store, and we can't wait for that to happen ! :D
  • throttlekitty
    Options
    Offline / Send Message
    Can't wait to see what it can do!
  • Psychotic_Mike
    Options
    Offline / Send Message
    Psychotic_Mike polycounter lvl 11
    Super excited about Polygon flow no idea what it is but I'm sure it will kick ass!!!
    Will it work with previous version of Maya? (2017?)
  • LAKEXYJ
    Options
    Offline / Send Message
    I also made a mistake when I run the script. Does anyone know how to solve it? ?
  • LAKEXYJ
    Options
    Offline / Send Message
    Eric_sun said:
    / Error: menuItem -label "90? -p AngleSwitch;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 31.37: Unterminated string. // 
    // Error: else if ($GetAngle == "90?) { $Rotation = 90.0 ;}
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 490.50: Unterminated string. // 
    // Error: $Rotation = $GetVal;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 499.20: "$GetVal" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 501.1: Procedure is missing a return statement. // 
    // Error: return $Rotation;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 503.17: "$Rotation" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 505.1: Syntax error // 
    // Error: if ($Result == "Set as custom") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 517.14: "$Result" is an undeclared variable. // 
    // Error: $Rotation = $text;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 521.18: "$text" is an undeclared variable. // 
    // Error: menuItem -edit -label ($text) CustomBlendAngle;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 522.29: "$text" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 526.1: Syntax error // 
    // Error: else if ($GetAngle == "90?) { $Rotation = 90.0 ;}
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 535.50: Unterminated string. // 
    // Error: else { GetCustomRotation;}
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 540.26: Syntax error // 
    // Error: for($i = 0; $i<size($EdgeList); $i++) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 552.30: "$EdgeList" is an undeclared variable. // 
    // Error: string $SortedList[]; $TokenInt = `tokenize $EdgeList[$i] "[]" $SortedList`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 553.62: "$EdgeList" is an undeclared variable. // 
    // Error: int $ifhf = fwriteAllText($Path,$CacheTo);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 567.32: "$Path" is an undeclared variable. // 
    // Error: $fileId = fopen($Path,"w");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 573.22: "$Path" is an undeclared variable. // 
    // Error: fprint($fileId,$CacheTo );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 575.15: "$fileId" is an undeclared variable. // 
    // Error: fclose($fileId);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 577.15: "$fileId" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 581.1: Syntax error // 
    // Error: $FileOpen = fopen($Path,"r");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 591.24: "$Path" is an undeclared variable. // 
    // Error: string $ReadFContent = `fread $FileOpen $ReadFContent` ;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 593.53: "$FileOpen" is an undeclared variable. // 
    // Error: fclose($FileOpen);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 595.17: "$FileOpen" is an undeclared variable. // 
    // Error: stringArrayInsertAtIndex(size($Edges), $Edges, ($OBJName + ".e["+$SortedList[$i]+"]"));
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 600.58: "$OBJName" is an undeclared variable. // 
    // Error: return $Edges;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 603.14: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 605.1: Syntax error // 
    // Error: string $GetName = basenameEx($Image);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 615.36: "$Image" is an undeclared variable. // 
    // Error: string $ListImgGroup[] = `getFileList -folder $Path  -filespec ($Split[0]+"*")`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 619.54: "$Path" is an undeclared variable. // 
    // Error: image -image $Image AMTimg_cur;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 636.30: "$Image" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 650.1: Syntax error // 
    // Error: string $Path = dirname($GetIMG);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 658.31: "$GetIMG" is an undeclared variable. // 
    // Error: string $GetName = basenameEx($GetIMG);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 660.37: "$GetIMG" is an undeclared variable. // 
    // Error: if ($Operand == "Next") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 670.15: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Previous") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 684.15: "$Operand" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 698.1: Syntax error // 
    // Error: if (size($selection) >= 1) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 710.20: "$selection" is an undeclared variable. // 
    // Error: string $FaceGroup[] = `filterExpand -selectionMask 34 -expand true $selection`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 712.78: "$selection" is an undeclared variable. // 
    // Error: if (size($FaceGroup) >= 1) { MeshBlendAMT($Asset, $Operand); }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 714.49: "$Asset" is an undeclared variable. // 
    // Error: if (size($FaceGroup) >= 1) { MeshBlendAMT($Asset, $Operand); }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 714.59: "$Operand" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 726.1: Syntax error // 
    // Error: string $CatchImport[] = (`ImportKitbash($Component)`); //Import Kitbash
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 752.51: "$Component" is an undeclared variable. // 
    // Error: string $SortedList[]; $TokenInt = `tokenize $Component"/\\" $SortedList`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 783.59: "$Component" is an undeclared variable. // 
    // Error: if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 835.15: "$Operand" is an undeclared variable. // 
    // Error: else if ($Operand == "Float") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 838.20: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Float") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 842.15: "$Operand" is an undeclared variable. // 
    // Error: else if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 850.20: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 858.15: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Blend") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 914.15: "$Operand" is an undeclared variable. // 
    // Error: if ($Operand == "Float") {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 967.15: "$Operand" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 981.1: Syntax error // 
    // Error: vector $v;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 997.10: Invalid redeclaration of variable "$v" as a different type. // 
    // Error: for( $v in $vertexPositions ) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 998.29: "$vertexPositions" is an undeclared variable. // 
    // Error: $average = $sum / size( $vertexPositions );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1006.42: "$vertexPositions" is an undeclared variable. // 
    // Error: return $average;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1008.16: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1010.1: Syntax error // 
    // Error: string $stringToParse = $polyInfoResult[0];
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1018.43: "$polyInfoResult" is an undeclared variable. // 
    // Error: string $parentShape[] = `listRelatives -parent $pFaceName`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1029.58: "$pFaceName" is an undeclared variable. // 
    // Error: return $unitWorldNormal;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1038.24: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1040.1: Syntax error // 
    // Error: if( mag( $tangent1 ) == 0 ) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1048.20: "$tangent1" is an undeclared variable. // 
    // Error: vector $tangent2 = unit( cross( $pNormal, $tangent1 ) );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1052.41: "$pNormal" is an undeclared variable. // 
    // Error: vector $tangent2 = unit( cross( $pNormal, $tangent1 ) );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1052.53: "$tangent1" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.15: "$pNormal" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.15: Illegal extension on an expression of type no type. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.30: "$pNormal" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.30: Illegal extension on an expression of type no type. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.45: "$pNormal" is an undeclared variable. // 
    // Error:     ($pNormal.x),  ($pNormal.y),  ($pNormal.z),  0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1056.45: Illegal extension on an expression of type no type. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.16: "$tangent1" is an undeclared variable. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.16: Illegal extension on an expression of type no type. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.31: "$tangent1" is an undeclared variable. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.31: Illegal extension on an expression of type no type. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.46: "$tangent1" is an undeclared variable. // 
    // Error:     ($tangent1.x), ($tangent1.y), ($tangent1.z), 0.0;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1057.46: Illegal extension on an expression of type no type. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.17: "$pPosition" is an undeclared variable. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.17: Illegal extension on an expression of type no type. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.33: "$pPosition" is an undeclared variable. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.33: Illegal extension on an expression of type no type. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.49: "$pPosition" is an undeclared variable. // 
    // Error:     ($pPosition.x), ($pPosition.y), ($pPosition.z), 1.0 >>;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1058.49: Illegal extension on an expression of type no type. // 
    // Error:     ($m[3][0]) ($m[3][1]) ($m[3][2]) ($m[3][3]) $pObjectName;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1064.61: "$pObjectName" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1066.1: Syntax error // 
    // Error: for ($FaceGroup in $FaceGroupArray) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1077.35: "$FaceGroupArray" is an undeclared variable. // 
    // Error: vector $normal = eval($cmd + "(\"" + $FaceGroup + "\")");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1079.28: "$cmd" is an undeclared variable. // 
    // Error: vector $normal = eval($cmd + "(\"" + $FaceGroup + "\")");
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1079.49: "$FaceGroup" is an undeclared variable. // 
    // Error: vector $average = $AverageVector / size( $FaceGroupArray );
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1085.58: "$FaceGroupArray" is an undeclared variable. // 
    // Error: return ($average);
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1087.18: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1089.1: Syntax error // 
    // Error: for($i = 0; $i < size($EdgeList); $i++) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1098.32: "$EdgeList" is an undeclared variable. // 
    // Error: string $Vertices[] = `filterExpand -sm 31 ( polyListComponentConversion("-tv", $EdgeList[$i]) )`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1102.93: "$EdgeList" is an undeclared variable. // 
    // Error: $EdgeSizeSum = $EdgeSizeSum + $dist;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1111.29: "$EdgeSizeSum" is an undeclared variable. // 
    // Error: return $EdgeSizeSum;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1115.20: "$EdgeSizeSum" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1117.1: Syntax error // 
    // Error: for ($i = 0; $i < size($VtxList); ++$i) {
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1127.32: "$VtxList" is an undeclared variable. // 
    // Error: float $vtx1[] = `xform -q -t -ws $TargetVtx`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1129.44: "$TargetVtx" is an undeclared variable. // 
    // Error: float $vtx2[] = `xform -q -t -ws $VtxList[$i]`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1130.46: "$VtxList" is an undeclared variable. // 
    // Error: return $Pos;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1144.12: "$Pos" is an undeclared variable. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1146.1: Syntax error // 
    // Error: string $FaceGroup[] = `filterExpand -selectionMask 34 -expand true $selection`;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1155.78: "$selection" is an undeclared variable. // 
    // Error: return $ShellList;
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1183.18: Use of "return" statement is only valid within a procedure definition. // 
    // Error: }
     // 
    // Error: "C:/Users/syx45/Documents/maya/2017/scripts/AMT Mesh Blend/MeshBlend.mel" line 1185.1: Syntax error // 

    I have the same problem
  • Alan_Partridge
    Options
    Offline / Send Message
    Alan_Partridge polycounter lvl 8
    Don't know if these were addressed... // Error: menuItem -label "90? -p AngleSwitch; should read "90" so there is an error with it not being a string... this may cause the other errors. I suspect, unicode errors on the degree symbol are the problem... // Error: else if ($GetAngle == "90?) { $Rotation = 90.0 ;} Same in this case... "90? , is not a string "90?" is a string. I bought the tool and I am encountering error on size of float objects... could the author point to the piece of code, or logic so I can fix it myself in the mel file... ? Tks Alan.
  • marcusjogos
    Options
    Offline / Send Message
    marcusjogos polycounter lvl 5
    Hi guys just got my license i am a 2018 user and I cant make it work I can load the screen but cant see the Blending assets:

    And cant add the existing ones as well
    help me please
  • marcusjogos
    Options
    Offline / Send Message
    marcusjogos polycounter lvl 5
    Made it work ! 
  • ehdgus404
    Options
    Offline / Send Message
    I just bought this one. Thx for nice one.

  • carli0215
    Options
    Offline / Send Message
    I just bought this one,But I got a wrong code,
    // Error: "C: / Users / carli / Documents / maya / 2018 / scripts / AMT Mesh Blend / MeshBlend.mel" line 1185.1: Syntax error //


    My maya version: maya 2018.6win10 64bit
    My installation path: C: \ Users \ carli \ Documents \ maya \ 2018 \ scripts \ AMT Mesh Blend
    Use the call mel command: source "AMT Mesh Blend / MeshBlend.mel"
    Please help me, I strictly followed the installation instructions and told me what went wrong





  • Feel_E
    Options
    Offline / Send Message
    carli0215 said:
    I just bought this one,But I got a wrong code,

    // Error: "C: / Users / carli / Documents / maya / 2018 / scripts / AMT Mesh Blend / MeshBlend.mel" line 1185.1: Syntax error //



    My maya version: maya 2018.6
    win10 64bit

    My installation path: C: \ Users \ carli \ Documents \ maya \ 2018 \ scripts \ AMT Mesh Blend

    Use the call mel command: source "AMT Mesh Blend / MeshBlend.mel"

    Please help me, I strictly followed the installation instructions and told me what went wrong





    I have the same problem. need Help :(
  • onionhead_o
    Options
    Offline / Send Message
    onionhead_o polycounter lvl 16
    I have found a serious bug for MeshBlend. It seems to overwrite some of existing plugs randomly When I create new plugs. It is infurioriating to find out that i have been stuck in a loop constantly recreating the blend meshes. Only to realize it disappears
13
Sign In or Register to comment.