This commit is contained in:
Razmoth
2023-01-06 22:33:59 +04:00
parent a3cf868dfb
commit 2b31232b30
178 changed files with 5213 additions and 23780 deletions

View File

@@ -32,11 +32,8 @@
this.OKbutton = new System.Windows.Forms.Button();
this.Cancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.disableShader = new System.Windows.Forms.CheckBox();
this.ignoreController = new System.Windows.Forms.CheckBox();
this.disableRndrr = new System.Windows.Forms.CheckBox();
this.exportIndexObject = new System.Windows.Forms.CheckBox();
this.exportAssetBundle = new System.Windows.Forms.CheckBox();
this.skipRenderer = new System.Windows.Forms.CheckBox();
this.exportMiHoYoBinData = new System.Windows.Forms.CheckBox();
this.openAfterExport = new System.Windows.Forms.CheckBox();
this.restoreExtensionName = new System.Windows.Forms.CheckBox();
this.assetGroupOptions = new System.Windows.Forms.ComboBox();
@@ -48,6 +45,7 @@
this.topng = new System.Windows.Forms.RadioButton();
this.tobmp = new System.Windows.Forms.RadioButton();
this.converttexture = new System.Windows.Forms.CheckBox();
this.collectAnimations = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.exportAllUvsAsDiffuseMaps = new System.Windows.Forms.CheckBox();
this.exportBlendShape = new System.Windows.Forms.CheckBox();
@@ -68,9 +66,10 @@
this.eulerFilter = new System.Windows.Forms.CheckBox();
this.exportUvsTooltip = new System.Windows.Forms.ToolTip(this.components);
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.enableXor = new System.Windows.Forms.CheckBox();
this.encrypted = new System.Windows.Forms.CheckBox();
this.key = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.keyToolTip = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
@@ -83,9 +82,10 @@
//
// OKbutton
//
this.OKbutton.Location = new System.Drawing.Point(318, 380);
this.OKbutton.Location = new System.Drawing.Point(371, 439);
this.OKbutton.Margin = new System.Windows.Forms.Padding(4);
this.OKbutton.Name = "OKbutton";
this.OKbutton.Size = new System.Drawing.Size(75, 23);
this.OKbutton.Size = new System.Drawing.Size(88, 26);
this.OKbutton.TabIndex = 6;
this.OKbutton.Text = "OK";
this.OKbutton.UseVisualStyleBackColor = true;
@@ -94,9 +94,10 @@
// Cancel
//
this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.Cancel.Location = new System.Drawing.Point(399, 380);
this.Cancel.Location = new System.Drawing.Point(465, 439);
this.Cancel.Margin = new System.Windows.Forms.Padding(4);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(75, 23);
this.Cancel.Size = new System.Drawing.Size(88, 26);
this.Cancel.TabIndex = 7;
this.Cancel.Text = "Cancel";
this.Cancel.UseVisualStyleBackColor = true;
@@ -105,11 +106,8 @@
// groupBox1
//
this.groupBox1.AutoSize = true;
this.groupBox1.Controls.Add(this.disableShader);
this.groupBox1.Controls.Add(this.ignoreController);
this.groupBox1.Controls.Add(this.disableRndrr);
this.groupBox1.Controls.Add(this.exportIndexObject);
this.groupBox1.Controls.Add(this.exportAssetBundle);
this.groupBox1.Controls.Add(this.skipRenderer);
this.groupBox1.Controls.Add(this.exportMiHoYoBinData);
this.groupBox1.Controls.Add(this.openAfterExport);
this.groupBox1.Controls.Add(this.restoreExtensionName);
this.groupBox1.Controls.Add(this.assetGroupOptions);
@@ -117,77 +115,48 @@
this.groupBox1.Controls.Add(this.convertAudio);
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Controls.Add(this.converttexture);
this.groupBox1.Location = new System.Drawing.Point(12, 13);
this.groupBox1.Location = new System.Drawing.Point(14, 15);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(232, 277);
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(271, 293);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Export";
//
// disableShader
// skipRenderer
//
this.disableShader.AutoSize = true;
this.disableShader.Location = new System.Drawing.Point(97, 219);
this.disableShader.Name = "disableShader";
this.disableShader.Size = new System.Drawing.Size(98, 17);
this.disableShader.TabIndex = 22;
this.disableShader.Text = "Disable Shader";
this.disableShader.UseVisualStyleBackColor = true;
this.skipRenderer.AutoSize = true;
this.skipRenderer.Location = new System.Drawing.Point(7, 226);
this.skipRenderer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.skipRenderer.Name = "skipRenderer";
this.skipRenderer.Size = new System.Drawing.Size(98, 19);
this.skipRenderer.TabIndex = 23;
this.skipRenderer.Text = "Skip Renderer";
this.skipRenderer.UseVisualStyleBackColor = true;
//
// ignoreController
// exportMiHoYoBinData
//
this.ignoreController.AutoSize = true;
this.ignoreController.Checked = true;
this.ignoreController.CheckState = System.Windows.Forms.CheckState.Checked;
this.ignoreController.Location = new System.Drawing.Point(6, 241);
this.ignoreController.Name = "ignoreController";
this.ignoreController.Size = new System.Drawing.Size(152, 17);
this.ignoreController.TabIndex = 21;
this.ignoreController.Text = "Ignore Controller Animation";
this.ignoreController.UseVisualStyleBackColor = true;
//
// disableRndrr
//
this.disableRndrr.AutoSize = true;
this.disableRndrr.Location = new System.Drawing.Point(97, 196);
this.disableRndrr.Name = "disableRndrr";
this.disableRndrr.Size = new System.Drawing.Size(113, 17);
this.disableRndrr.TabIndex = 13;
this.disableRndrr.Text = "Disable Renderers";
this.disableRndrr.UseVisualStyleBackColor = true;
//
// exportIndexObject
//
this.exportIndexObject.AutoSize = true;
this.exportIndexObject.Checked = true;
this.exportIndexObject.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportIndexObject.Location = new System.Drawing.Point(6, 219);
this.exportIndexObject.Name = "exportIndexObject";
this.exportIndexObject.Size = new System.Drawing.Size(83, 17);
this.exportIndexObject.TabIndex = 12;
this.exportIndexObject.Text = "IndexObject";
this.exportIndexObject.UseVisualStyleBackColor = true;
//
// exportAssetBundle
//
this.exportAssetBundle.AutoSize = true;
this.exportAssetBundle.Checked = true;
this.exportAssetBundle.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportAssetBundle.Location = new System.Drawing.Point(6, 196);
this.exportAssetBundle.Name = "exportAssetBundle";
this.exportAssetBundle.Size = new System.Drawing.Size(85, 17);
this.exportAssetBundle.TabIndex = 11;
this.exportAssetBundle.Text = "AssetBundle";
this.exportAssetBundle.UseVisualStyleBackColor = true;
this.exportMiHoYoBinData.AutoSize = true;
this.exportMiHoYoBinData.Checked = true;
this.exportMiHoYoBinData.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportMiHoYoBinData.Location = new System.Drawing.Point(7, 251);
this.exportMiHoYoBinData.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.exportMiHoYoBinData.Name = "exportMiHoYoBinData";
this.exportMiHoYoBinData.Size = new System.Drawing.Size(147, 19);
this.exportMiHoYoBinData.TabIndex = 22;
this.exportMiHoYoBinData.Text = "Export MiHoYoBinData";
this.exportMiHoYoBinData.UseVisualStyleBackColor = true;
//
// openAfterExport
//
this.openAfterExport.AutoSize = true;
this.openAfterExport.Checked = true;
this.openAfterExport.CheckState = System.Windows.Forms.CheckState.Checked;
this.openAfterExport.Location = new System.Drawing.Point(6, 173);
this.openAfterExport.Location = new System.Drawing.Point(7, 200);
this.openAfterExport.Margin = new System.Windows.Forms.Padding(4);
this.openAfterExport.Name = "openAfterExport";
this.openAfterExport.Size = new System.Drawing.Size(137, 17);
this.openAfterExport.Size = new System.Drawing.Size(153, 19);
this.openAfterExport.TabIndex = 10;
this.openAfterExport.Text = "Open folder after export";
this.openAfterExport.UseVisualStyleBackColor = true;
@@ -197,9 +166,10 @@
this.restoreExtensionName.AutoSize = true;
this.restoreExtensionName.Checked = true;
this.restoreExtensionName.CheckState = System.Windows.Forms.CheckState.Checked;
this.restoreExtensionName.Location = new System.Drawing.Point(6, 63);
this.restoreExtensionName.Location = new System.Drawing.Point(7, 72);
this.restoreExtensionName.Margin = new System.Windows.Forms.Padding(4);
this.restoreExtensionName.Name = "restoreExtensionName";
this.restoreExtensionName.Size = new System.Drawing.Size(190, 17);
this.restoreExtensionName.Size = new System.Drawing.Size(204, 19);
this.restoreExtensionName.TabIndex = 9;
this.restoreExtensionName.Text = "Restore TextAsset extension name";
this.restoreExtensionName.UseVisualStyleBackColor = true;
@@ -213,17 +183,19 @@
"container path",
"source file name",
"do not group"});
this.assetGroupOptions.Location = new System.Drawing.Point(6, 35);
this.assetGroupOptions.Location = new System.Drawing.Point(7, 40);
this.assetGroupOptions.Margin = new System.Windows.Forms.Padding(4);
this.assetGroupOptions.Name = "assetGroupOptions";
this.assetGroupOptions.Size = new System.Drawing.Size(149, 21);
this.assetGroupOptions.Size = new System.Drawing.Size(173, 23);
this.assetGroupOptions.TabIndex = 8;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 18);
this.label6.Location = new System.Drawing.Point(7, 21);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(127, 13);
this.label6.Size = new System.Drawing.Size(140, 15);
this.label6.TabIndex = 7;
this.label6.Text = "Group exported assets by";
//
@@ -232,9 +204,10 @@
this.convertAudio.AutoSize = true;
this.convertAudio.Checked = true;
this.convertAudio.CheckState = System.Windows.Forms.CheckState.Checked;
this.convertAudio.Location = new System.Drawing.Point(6, 150);
this.convertAudio.Location = new System.Drawing.Point(7, 172);
this.convertAudio.Margin = new System.Windows.Forms.Padding(4);
this.convertAudio.Name = "convertAudio";
this.convertAudio.Size = new System.Drawing.Size(179, 17);
this.convertAudio.Size = new System.Drawing.Size(200, 19);
this.convertAudio.TabIndex = 6;
this.convertAudio.Text = "Convert AudioClip to WAV(PCM)";
this.convertAudio.UseVisualStyleBackColor = true;
@@ -245,17 +218,19 @@
this.panel1.Controls.Add(this.tojpg);
this.panel1.Controls.Add(this.topng);
this.panel1.Controls.Add(this.tobmp);
this.panel1.Location = new System.Drawing.Point(20, 111);
this.panel1.Location = new System.Drawing.Point(23, 128);
this.panel1.Margin = new System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(202, 32);
this.panel1.Size = new System.Drawing.Size(236, 38);
this.panel1.TabIndex = 5;
//
// totga
//
this.totga.AutoSize = true;
this.totga.Location = new System.Drawing.Point(150, 6);
this.totga.Location = new System.Drawing.Point(175, 8);
this.totga.Margin = new System.Windows.Forms.Padding(4);
this.totga.Name = "totga";
this.totga.Size = new System.Drawing.Size(44, 17);
this.totga.Size = new System.Drawing.Size(43, 19);
this.totga.TabIndex = 2;
this.totga.Text = "Tga";
this.totga.UseVisualStyleBackColor = true;
@@ -263,9 +238,10 @@
// tojpg
//
this.tojpg.AutoSize = true;
this.tojpg.Location = new System.Drawing.Point(97, 6);
this.tojpg.Location = new System.Drawing.Point(113, 8);
this.tojpg.Margin = new System.Windows.Forms.Padding(4);
this.tojpg.Name = "tojpg";
this.tojpg.Size = new System.Drawing.Size(48, 17);
this.tojpg.Size = new System.Drawing.Size(49, 19);
this.tojpg.TabIndex = 4;
this.tojpg.Text = "Jpeg";
this.tojpg.UseVisualStyleBackColor = true;
@@ -274,9 +250,10 @@
//
this.topng.AutoSize = true;
this.topng.Checked = true;
this.topng.Location = new System.Drawing.Point(50, 6);
this.topng.Location = new System.Drawing.Point(58, 8);
this.topng.Margin = new System.Windows.Forms.Padding(4);
this.topng.Name = "topng";
this.topng.Size = new System.Drawing.Size(44, 17);
this.topng.Size = new System.Drawing.Size(46, 19);
this.topng.TabIndex = 3;
this.topng.TabStop = true;
this.topng.Text = "Png";
@@ -285,9 +262,10 @@
// tobmp
//
this.tobmp.AutoSize = true;
this.tobmp.Location = new System.Drawing.Point(3, 6);
this.tobmp.Location = new System.Drawing.Point(4, 8);
this.tobmp.Margin = new System.Windows.Forms.Padding(4);
this.tobmp.Name = "tobmp";
this.tobmp.Size = new System.Drawing.Size(46, 17);
this.tobmp.Size = new System.Drawing.Size(50, 19);
this.tobmp.TabIndex = 2;
this.tobmp.Text = "Bmp";
this.tobmp.UseVisualStyleBackColor = true;
@@ -297,16 +275,31 @@
this.converttexture.AutoSize = true;
this.converttexture.Checked = true;
this.converttexture.CheckState = System.Windows.Forms.CheckState.Checked;
this.converttexture.Location = new System.Drawing.Point(6, 87);
this.converttexture.Location = new System.Drawing.Point(7, 100);
this.converttexture.Margin = new System.Windows.Forms.Padding(4);
this.converttexture.Name = "converttexture";
this.converttexture.Size = new System.Drawing.Size(116, 17);
this.converttexture.Size = new System.Drawing.Size(123, 19);
this.converttexture.TabIndex = 1;
this.converttexture.Text = "Convert Texture2D";
this.converttexture.UseVisualStyleBackColor = true;
//
// collectAnimations
//
this.collectAnimations.AutoSize = true;
this.collectAnimations.Checked = true;
this.collectAnimations.CheckState = System.Windows.Forms.CheckState.Checked;
this.collectAnimations.Location = new System.Drawing.Point(8, 122);
this.collectAnimations.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.collectAnimations.Name = "collectAnimations";
this.collectAnimations.Size = new System.Drawing.Size(125, 19);
this.collectAnimations.TabIndex = 24;
this.collectAnimations.Text = "Collect animations";
this.collectAnimations.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.AutoSize = true;
this.groupBox2.Controls.Add(this.collectAnimations);
this.groupBox2.Controls.Add(this.exportAllUvsAsDiffuseMaps);
this.groupBox2.Controls.Add(this.exportBlendShape);
this.groupBox2.Controls.Add(this.exportAnimations);
@@ -324,9 +317,11 @@
this.groupBox2.Controls.Add(this.castToBone);
this.groupBox2.Controls.Add(this.exportAllNodes);
this.groupBox2.Controls.Add(this.eulerFilter);
this.groupBox2.Location = new System.Drawing.Point(250, 13);
this.groupBox2.Location = new System.Drawing.Point(292, 15);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(224, 362);
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
this.groupBox2.Size = new System.Drawing.Size(261, 419);
this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Fbx";
@@ -335,9 +330,10 @@
//
this.exportAllUvsAsDiffuseMaps.AccessibleDescription = "";
this.exportAllUvsAsDiffuseMaps.AutoSize = true;
this.exportAllUvsAsDiffuseMaps.Location = new System.Drawing.Point(6, 185);
this.exportAllUvsAsDiffuseMaps.Location = new System.Drawing.Point(8, 226);
this.exportAllUvsAsDiffuseMaps.Margin = new System.Windows.Forms.Padding(4);
this.exportAllUvsAsDiffuseMaps.Name = "exportAllUvsAsDiffuseMaps";
this.exportAllUvsAsDiffuseMaps.Size = new System.Drawing.Size(168, 17);
this.exportAllUvsAsDiffuseMaps.Size = new System.Drawing.Size(183, 19);
this.exportAllUvsAsDiffuseMaps.TabIndex = 23;
this.exportAllUvsAsDiffuseMaps.Text = "Export all UVs as diffuse maps";
this.exportUvsTooltip.SetToolTip(this.exportAllUvsAsDiffuseMaps, "Unchecked: UV1 exported as normal map. Check this if your export is missing a UV " +
@@ -349,9 +345,10 @@
this.exportBlendShape.AutoSize = true;
this.exportBlendShape.Checked = true;
this.exportBlendShape.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportBlendShape.Location = new System.Drawing.Point(6, 138);
this.exportBlendShape.Location = new System.Drawing.Point(8, 172);
this.exportBlendShape.Margin = new System.Windows.Forms.Padding(4);
this.exportBlendShape.Name = "exportBlendShape";
this.exportBlendShape.Size = new System.Drawing.Size(114, 17);
this.exportBlendShape.Size = new System.Drawing.Size(124, 19);
this.exportBlendShape.TabIndex = 22;
this.exportBlendShape.Text = "Export blendshape";
this.exportBlendShape.UseVisualStyleBackColor = true;
@@ -361,9 +358,10 @@
this.exportAnimations.AutoSize = true;
this.exportAnimations.Checked = true;
this.exportAnimations.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportAnimations.Location = new System.Drawing.Point(6, 114);
this.exportAnimations.Location = new System.Drawing.Point(8, 147);
this.exportAnimations.Margin = new System.Windows.Forms.Padding(4);
this.exportAnimations.Name = "exportAnimations";
this.exportAnimations.Size = new System.Drawing.Size(109, 17);
this.exportAnimations.Size = new System.Drawing.Size(122, 19);
this.exportAnimations.TabIndex = 21;
this.exportAnimations.Text = "Export animations";
this.exportAnimations.UseVisualStyleBackColor = true;
@@ -376,9 +374,10 @@
0,
0,
131072});
this.scaleFactor.Location = new System.Drawing.Point(83, 243);
this.scaleFactor.Location = new System.Drawing.Point(98, 292);
this.scaleFactor.Margin = new System.Windows.Forms.Padding(4);
this.scaleFactor.Name = "scaleFactor";
this.scaleFactor.Size = new System.Drawing.Size(60, 20);
this.scaleFactor.Size = new System.Drawing.Size(70, 23);
this.scaleFactor.TabIndex = 20;
this.scaleFactor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.scaleFactor.Value = new decimal(new int[] {
@@ -390,9 +389,10 @@
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 245);
this.label5.Location = new System.Drawing.Point(8, 294);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(64, 13);
this.label5.Size = new System.Drawing.Size(67, 15);
this.label5.TabIndex = 19;
this.label5.Text = "ScaleFactor";
//
@@ -403,17 +403,19 @@
this.fbxFormat.Items.AddRange(new object[] {
"Binary",
"Ascii"});
this.fbxFormat.Location = new System.Drawing.Point(77, 275);
this.fbxFormat.Location = new System.Drawing.Point(91, 330);
this.fbxFormat.Margin = new System.Windows.Forms.Padding(4);
this.fbxFormat.Name = "fbxFormat";
this.fbxFormat.Size = new System.Drawing.Size(61, 21);
this.fbxFormat.Size = new System.Drawing.Size(70, 23);
this.fbxFormat.TabIndex = 18;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 280);
this.label4.Location = new System.Drawing.Point(8, 334);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 13);
this.label4.Size = new System.Drawing.Size(65, 15);
this.label4.TabIndex = 17;
this.label4.Text = "FBXFormat";
//
@@ -428,25 +430,28 @@
"7.3",
"7.4",
"7.5"});
this.fbxVersion.Location = new System.Drawing.Point(77, 308);
this.fbxVersion.Location = new System.Drawing.Point(91, 367);
this.fbxVersion.Margin = new System.Windows.Forms.Padding(4);
this.fbxVersion.Name = "fbxVersion";
this.fbxVersion.Size = new System.Drawing.Size(47, 21);
this.fbxVersion.Size = new System.Drawing.Size(54, 23);
this.fbxVersion.TabIndex = 16;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 311);
this.label3.Location = new System.Drawing.Point(8, 371);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 13);
this.label3.Size = new System.Drawing.Size(65, 15);
this.label3.TabIndex = 15;
this.label3.Text = "FBXVersion";
//
// boneSize
//
this.boneSize.Location = new System.Drawing.Point(65, 213);
this.boneSize.Location = new System.Drawing.Point(77, 258);
this.boneSize.Margin = new System.Windows.Forms.Padding(4);
this.boneSize.Name = "boneSize";
this.boneSize.Size = new System.Drawing.Size(46, 20);
this.boneSize.Size = new System.Drawing.Size(54, 23);
this.boneSize.TabIndex = 11;
this.boneSize.Value = new decimal(new int[] {
10,
@@ -457,9 +462,10 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 216);
this.label2.Location = new System.Drawing.Point(8, 260);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 13);
this.label2.Size = new System.Drawing.Size(54, 15);
this.label2.TabIndex = 10;
this.label2.Text = "BoneSize";
//
@@ -468,9 +474,10 @@
this.exportSkins.AutoSize = true;
this.exportSkins.Checked = true;
this.exportSkins.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportSkins.Location = new System.Drawing.Point(6, 90);
this.exportSkins.Location = new System.Drawing.Point(8, 96);
this.exportSkins.Margin = new System.Windows.Forms.Padding(4);
this.exportSkins.Name = "exportSkins";
this.exportSkins.Size = new System.Drawing.Size(83, 17);
this.exportSkins.Size = new System.Drawing.Size(89, 19);
this.exportSkins.TabIndex = 8;
this.exportSkins.Text = "Export skins";
this.exportSkins.UseVisualStyleBackColor = true;
@@ -478,9 +485,10 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 42);
this.label1.Location = new System.Drawing.Point(31, 41);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 13);
this.label1.Size = new System.Drawing.Size(81, 15);
this.label1.TabIndex = 7;
this.label1.Text = "FilterPrecision";
//
@@ -492,9 +500,10 @@
0,
0,
131072});
this.filterPrecision.Location = new System.Drawing.Point(127, 40);
this.filterPrecision.Location = new System.Drawing.Point(149, 38);
this.filterPrecision.Margin = new System.Windows.Forms.Padding(4);
this.filterPrecision.Name = "filterPrecision";
this.filterPrecision.Size = new System.Drawing.Size(51, 20);
this.filterPrecision.Size = new System.Drawing.Size(59, 23);
this.filterPrecision.TabIndex = 6;
this.filterPrecision.Value = new decimal(new int[] {
25,
@@ -505,9 +514,10 @@
// castToBone
//
this.castToBone.AutoSize = true;
this.castToBone.Location = new System.Drawing.Point(6, 161);
this.castToBone.Location = new System.Drawing.Point(8, 198);
this.castToBone.Margin = new System.Windows.Forms.Padding(4);
this.castToBone.Name = "castToBone";
this.castToBone.Size = new System.Drawing.Size(131, 17);
this.castToBone.Size = new System.Drawing.Size(143, 19);
this.castToBone.TabIndex = 5;
this.castToBone.Text = "All nodes cast to bone";
this.castToBone.UseVisualStyleBackColor = true;
@@ -517,9 +527,10 @@
this.exportAllNodes.AutoSize = true;
this.exportAllNodes.Checked = true;
this.exportAllNodes.CheckState = System.Windows.Forms.CheckState.Checked;
this.exportAllNodes.Location = new System.Drawing.Point(6, 66);
this.exportAllNodes.Location = new System.Drawing.Point(8, 68);
this.exportAllNodes.Margin = new System.Windows.Forms.Padding(4);
this.exportAllNodes.Name = "exportAllNodes";
this.exportAllNodes.Size = new System.Drawing.Size(101, 17);
this.exportAllNodes.Size = new System.Drawing.Size(110, 19);
this.exportAllNodes.TabIndex = 4;
this.exportAllNodes.Text = "Export all nodes";
this.exportAllNodes.UseVisualStyleBackColor = true;
@@ -529,9 +540,10 @@
this.eulerFilter.AutoSize = true;
this.eulerFilter.Checked = true;
this.eulerFilter.CheckState = System.Windows.Forms.CheckState.Checked;
this.eulerFilter.Location = new System.Drawing.Point(6, 22);
this.eulerFilter.Location = new System.Drawing.Point(8, 17);
this.eulerFilter.Margin = new System.Windows.Forms.Padding(4);
this.eulerFilter.Name = "eulerFilter";
this.eulerFilter.Size = new System.Drawing.Size(72, 17);
this.eulerFilter.Size = new System.Drawing.Size(78, 19);
this.eulerFilter.TabIndex = 3;
this.eulerFilter.Text = "EulerFilter";
this.eulerFilter.UseVisualStyleBackColor = true;
@@ -539,62 +551,69 @@
// groupBox3
//
this.groupBox3.AutoSize = true;
this.groupBox3.Controls.Add(this.enableXor);
this.groupBox3.Controls.Add(this.encrypted);
this.groupBox3.Controls.Add(this.key);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Location = new System.Drawing.Point(12, 296);
this.groupBox3.Location = new System.Drawing.Point(158, 315);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(232, 79);
this.groupBox3.TabIndex = 11;
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox3.Size = new System.Drawing.Size(126, 118);
this.groupBox3.TabIndex = 12;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "MiHoYoBinData";
//
// enableXor
// encrypted
//
this.enableXor.AutoSize = true;
this.enableXor.Checked = true;
this.enableXor.CheckState = System.Windows.Forms.CheckState.Checked;
this.enableXor.Location = new System.Drawing.Point(9, 24);
this.enableXor.Name = "enableXor";
this.enableXor.Size = new System.Drawing.Size(85, 17);
this.enableXor.TabIndex = 12;
this.enableXor.Text = "Enable XOR";
this.enableXor.UseVisualStyleBackColor = true;
this.encrypted.AutoSize = true;
this.encrypted.Checked = true;
this.encrypted.CheckState = System.Windows.Forms.CheckState.Checked;
this.encrypted.Location = new System.Drawing.Point(20, 35);
this.encrypted.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.encrypted.Name = "encrypted";
this.encrypted.Size = new System.Drawing.Size(79, 19);
this.encrypted.TabIndex = 12;
this.encrypted.Text = "Encrypted";
this.encrypted.UseVisualStyleBackColor = true;
//
// key
//
this.key.Hexadecimal = true;
this.key.Location = new System.Drawing.Point(124, 21);
this.key.Location = new System.Drawing.Point(54, 72);
this.key.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.key.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.key.Name = "key";
this.key.Size = new System.Drawing.Size(61, 20);
this.key.Size = new System.Drawing.Size(55, 23);
this.key.TabIndex = 8;
this.keyToolTip.SetToolTip(this.key, "Key in hex");
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(97, 25);
this.label7.Location = new System.Drawing.Point(20, 74);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(25, 13);
this.label7.Size = new System.Drawing.Size(26, 15);
this.label7.TabIndex = 7;
this.label7.Text = "Key";
//
// ExportOptions
//
this.AcceptButton = this.OKbutton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.Cancel;
this.ClientSize = new System.Drawing.Size(486, 416);
this.ClientSize = new System.Drawing.Size(567, 480);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.OKbutton);
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ExportOptions";
@@ -654,14 +673,13 @@
private System.Windows.Forms.CheckBox openAfterExport;
private System.Windows.Forms.CheckBox exportAllUvsAsDiffuseMaps;
private System.Windows.Forms.ToolTip exportUvsTooltip;
private System.Windows.Forms.CheckBox exportIndexObject;
private System.Windows.Forms.CheckBox exportAssetBundle;
private System.Windows.Forms.CheckBox collectAnimations;
private System.Windows.Forms.CheckBox skipRenderer;
private System.Windows.Forms.CheckBox exportMiHoYoBinData;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox encrypted;
private System.Windows.Forms.NumericUpDown key;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox enableXor;
private System.Windows.Forms.CheckBox disableRndrr;
private System.Windows.Forms.CheckBox ignoreController;
private System.Windows.Forms.CheckBox disableShader;
private System.Windows.Forms.ToolTip keyToolTip;
}
}