well when i try to add new mesh data for this eliot mod im trying to make it doesnt have any male characters to choose from in the export tab
Assuming you refer Character selection combo-box, is not for tell the tool which character the targeted TMC file is. It is very natural to think this as 'Export Tab' just like TimmyC's CTT because no descriptions nor purpose of the combo-box provided. But as long as Neck option was disabled, name of girl and Inserting operation and its result are irrelevant. The creator Mr.Dotoku add this combo-box to better, higher accuracy for processing the neck area. Polygon Insert Tool has milder detect function only so the tool has to know the targeted TMC is which one. The tool holds detailed information of available character's neck. Below is Kasumi's neck info.
neckData[txt["KASUMI"]] = new List<double[]>
{
new double[] { 0,0.46169323,0.01747421,0,-0.22580539,0.97417241,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0,0.48101276,-0.07364582,0,0.09205844,-0.99575359,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.01013938,0.4811278,-0.07250212,0.19583683,0.08951128,-0.97654271,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.01013938,0.4811278,-0.07250212,-0.19583683,0.08951128,-0.97654271,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.01084619,0.46330935,0.01472964,0.40651479,-0.18668643,0.89436787,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.01084619,0.46330935,0.01472964,-0.40651479,-0.18668643,0.89436787,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.02163064,0.48135865,-0.06910311,0.43009177,0.08297051,-0.89896441,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.02163064,0.48135865,-0.06910311,-0.43009177,0.08297051,-0.89896441,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.02247794,0.46698505,0.00782348,0.64473498,-0.1297797,0.75330871,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.02247794,0.46698505,0.00782348,-0.64473498,-0.1297797,0.75330871,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.03322627,0.47242039,-0.00333026,0.79984748,-0.09537351,0.59257734,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.03322627,0.47242039,-0.00333026,-0.79984748,-0.09537351,0.59257734,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.03334676,0.48174387,-0.06097087,0.72541451,0.05131683,-0.68639666,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.03334676,0.48174387,-0.06097087,-0.72541451,0.05131683,-0.68639666,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.04142186,0.47868717,-0.01584354,0.92976439,-0.07772344,0.3598572,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.04142186,0.47868717,-0.01584354,-0.92976439,-0.07772344,0.3598572,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.04185097,0.4820658,-0.04704397,0.93547082,-0.00547833,-0.35336155,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.04185097,0.4820658,-0.04704397,-0.93547082,-0.00547833,-0.35336155,0.5,0.5,0,0,128,127,0,0 },
new double[] { 0.04476152,0.48143101,-0.0303386,0.99842328,-0.05354355,0.01685399,0.5,0.5,0,0,128,127,0,0 },
new double[] { -0.04476152,0.48143101,-0.0303386,-0.99842328,-0.05354355,0.01685399,0.5,0.5,0,0,128,127,0,0 }
};
Right next to the combo-box, the value of 'Distance' is for range of this Neck option. higher value then larger area will be adjusted.
With this detailed information and adjustable range, this option is very useful. It is unfortunate female only but this is up to Mr.Dotoku.