-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SB3UGS to v23.3.1 and add it to build process
- Loading branch information
1 parent
80faa70
commit da74546
Showing
61 changed files
with
2,699 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
<?xml version="1.0"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||
<section name="SB3Utility.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> | ||
</sectionGroup> | ||
</configSections> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<probing privatePath="plugins"/> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<loadFromRemoteSources enabled="true"/> | ||
</runtime> | ||
<applicationSettings> | ||
<SB3Utility.Properties.Settings> | ||
<setting name="PluginsDoNotLoad" serializeAs="String"> | ||
<value>libfbxsdk.dll;SB3UtilityFBX.dll;SB3UtilityPP.dll;niflib_x64.dll;SB3UtilityNIF.dll</value> | ||
</setting> | ||
<setting name="Wireframe" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="ShowNormals" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="ShowBones" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="Culling" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="AutoCenterView" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="Sensitivity" serializeAs="String"> | ||
<value>0.01</value> | ||
</setting> | ||
<setting name="KeepBackupOfPP" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="KeepBackupOfXX" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="CaptureCommands" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="AutosaveCommands" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="LightDiffuseARGB" serializeAs="String"> | ||
<value>FFC0C0C0</value> | ||
</setting> | ||
<setting name="LightAmbientARGB" serializeAs="String"> | ||
<value>FF4C4C4C</value> | ||
</setting> | ||
<setting name="LightSpecularARGB" serializeAs="String"> | ||
<value>FF606060</value> | ||
</setting> | ||
<setting name="FbxExportAnimationEulerFilter" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="FbxExportAnimationFilterPrecision" serializeAs="String"> | ||
<value>0.25</value> | ||
</setting> | ||
<setting name="QuickAccess" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="ShowBoneWeights" serializeAs="String"> | ||
<value>Strong</value> | ||
</setting> | ||
<setting name="KeepBackupOfXA" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="LeftTop" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="WidthHeight" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="BackupExtensionPP" serializeAs="String"> | ||
<value>.pp</value> | ||
</setting> | ||
<setting name="WorkspaceLogMessages" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="WorkspaceScripting" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="MeshExportFormat" serializeAs="String"> | ||
<value>FBX 2020.3.1</value> | ||
</setting> | ||
<setting name="WorkspaceAutomaticReopen" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="ExportMqoSortMeshes" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="PrivateMemSwapThresholdMB" serializeAs="String"> | ||
<value>386</value> | ||
</setting> | ||
<setting name="TreeViewFontSize" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="ListViewFontSize" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="DialogXXDragDropSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogXADragDropSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogXXNormalsSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogPPRenameSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogPPRegisterToolSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogXXConvertSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogPPSubfileChangeSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="DialogXXSnapBordersSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="RendererBackgroundARGB" serializeAs="String"> | ||
<value>FF0A0A3C</value> | ||
</setting> | ||
<setting name="FbxImportAnimationNegateQuaternionFlips" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="DialogPPMultiRenameSize" serializeAs="String"> | ||
<value>0, 0</value> | ||
</setting> | ||
<setting name="FbxImportAnimationForceTypeSampled" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="MqoImportVertexScaling" serializeAs="String"> | ||
<value>10</value> | ||
</setting> | ||
<setting name="CommandsTimestamp" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="LogEntriesTimestamp" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="Image" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="Renderer" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="Log" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="Script" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="Docking" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="FbxImportAverageNormals" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="normalsLength" serializeAs="String"> | ||
<value>0.01</value> | ||
</setting> | ||
<setting name="tangentsLength" serializeAs="String"> | ||
<value>0.005</value> | ||
</setting> | ||
<setting name="boneSize" serializeAs="String"> | ||
<value>1</value> | ||
</setting> | ||
<setting name="PreviousSessionsMaxSessions" serializeAs="String"> | ||
<value>10</value> | ||
</setting> | ||
<setting name="PreviousSessionsMaxFilesPerSession" serializeAs="String"> | ||
<value>20</value> | ||
</setting> | ||
<setting name="FolderBrowserDialogRoot" serializeAs="String"> | ||
<value>17</value> | ||
</setting> | ||
</SB3Utility.Properties.Settings> | ||
</applicationSettings> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> | ||
<security> | ||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</assembly> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
</configSections> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<probing privatePath="plugins"/> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<loadFromRemoteSources enabled="true"/> | ||
</runtime> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// old texture slot: [{shader: new texture slot},]* [new texture slot]* | ||
_MainTex: "_Main_texture", "_BaseMap", {"lif_main_skin_body": "_Create_main_texture"}, {"lif_main_skin_head": "_Create_jm_main_skin_head"}, {"lif_main_eye": "_Pipil_texture"}, {"lif_main_eye": "_Eye_mask"}, {"lif_main_eyebrow": "_eyebrow_texture"}, {"lif_main_eyelid": "_Eyelid_texture"}, {"lif_main_eyelash_up": "_Eyelash_up_texture"}, {"lif_main_cloth": "_Create_main_texture"} | ||
_NormalMap: "_BumpMap", "_Normal", "_Normal_map" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_d_shoulder_L/cf_j_shoulder_L/cf_j_arm00_L/cf_j_forearm01_L/cf_j_hand_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_hand_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_d_shoulder_R/cf_j_shoulder_R/cf_j_arm00_R/cf_j_forearm01_R/cf_j_hand_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_hand_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_d_shoulder_L/cf_j_shoulder_L/cf_j_arm00_L/cf_j_forearm01_L/cf_s_forearm01_L/a_n_elbo_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_elbo_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_d_shoulder_R/cf_j_shoulder_R/cf_j_arm00_R/cf_j_forearm01_R/cf_s_forearm01_R/a_n_elbo_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_elbo_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_d_shoulder_L/cf_j_shoulder_L/cf_d_shoulder02_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_hips/cf_ik_hips/cf_kk_shoulder/cf_pv_shoulder_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_d_shoulder_R/cf_j_shoulder_R/cf_d_shoulder02_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_hips/cf_ik_hips/cf_kk_shoulder/cf_pv_shoulder_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_L/cf_j_leg01_L/cf_j_leg03_L/cf_j_foot_L/cf_j_toes_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_foot_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_R/cf_j_leg01_R/cf_j_leg03_R/cf_j_foot_R/cf_j_toes_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_foot_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_L/cf_j_leg01_L/cf_j_leg03_L/cf_j_foot_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_heel_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_R/cf_j_leg01_R/cf_j_leg03_R/cf_j_foot_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_heel_R |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_L/cf_j_leg01_L/cf_j_leg03_L/cf_j_foot_L/cf_j_toes_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_foot_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_R/cf_j_leg01_R/cf_j_leg03_R/cf_j_foot_R/cf_j_toes_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_foot_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_L/cf_j_leg01_L/cf_j_leg03_L/cf_j_foot_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_heel_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_waist01/cf_j_waist02/cf_j_thigh00_R/cf_j_leg01_R/cf_j_leg03_R/cf_j_foot_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_heel_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_j_shoulder_L/cf_j_arm00_L/cf_j_forearm01_L/cf_j_hand_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_hand_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_j_shoulder_R/cf_j_arm00_R/cf_j_forearm01_R/cf_j_hand_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_hand_R | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_j_shoulder_L/cf_j_arm00_L/cf_s_elbo_L/cf_d_elbo_L/a_n_elbo_L, cf_j_root/cf_n_height/cf_pv_root/cf_pv_elbo_L | ||
cf_j_root/cf_n_height/cf_j_hips/cf_j_spine01/cf_j_spine02/cf_j_spine03/cf_j_shoulder_R/cf_j_arm00_R/cf_s_elbo_R/cf_d_elbo_R/a_n_elbo_R, cf_j_root/cf_n_height/cf_pv_root/cf_pv_elbo_R |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.