Browse Source

Restructure repository

Add a src folder and move projects there.
habeebweeb 3 years ago
parent
commit
31dac8b6e3
150 changed files with 149 additions and 185 deletions
  1. 0 35
      COM3D2.MeidoPhotoStudio.Plugin/.vscode/tasks.json
  2. 2 2
      COM3D2.MeidoPhotoStudio.Plugin.sln
  3. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/bg_ignore_list.json
  4. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/extra_dogu.json
  5. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/face_slider_limits.json
  6. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/mm_pose_list.json
  7. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.bg.json
  8. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.face.json
  9. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.props.json
  10. 0 0
      src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.ui.json
  11. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Configuration.cs
  12. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Constants.cs
  13. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/CustomGizmo.cs
  14. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPoint.cs
  15. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointGeneral.cs
  16. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointGravity.cs
  17. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointLight.cs
  18. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointMeido.cs
  19. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointOther.cs
  20. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointProp.cs
  21. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/BaseControl.cs
  22. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Button.cs
  23. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/ComboBox.cs
  24. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/DropDown.cs
  25. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/KeyRebindButton.cs
  26. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Modal.cs
  27. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/SelectionGrid.cs
  28. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Slider.cs
  29. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/TextArea.cs
  30. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/TextField.cs
  31. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Toggle.cs
  32. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/AttachPropPane.cs
  33. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/ModPropsPane.cs
  34. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/MyRoomPropsPane.cs
  35. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/PropManagerPane.cs
  36. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/PropsPane.cs
  37. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/BackgroundSelectorPane.cs
  38. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/CameraPane.cs
  39. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/DragPointPane.cs
  40. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/BloomPane.cs
  41. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/DepthOfFieldPane.cs
  42. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/EffectPane.cs
  43. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/EffectsPane.cs
  44. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/FogPane.cs
  45. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/OtherEffectsPane.cs
  46. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/VignettePane.cs
  47. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/LightsPane.cs
  48. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BasePane.cs
  49. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/CallWindowPanes/MaidSelectorPane.cs
  50. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/MaidFaceBlendPane.cs
  51. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/MaidFaceSliderPane.cs
  52. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/SaveFacePane.cs
  53. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/BG2WindowPane.cs
  54. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/BGWindowPane.cs
  55. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/BaseMainWindowPane.cs
  56. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/CallWindowPane.cs
  57. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/FaceWindowPane.cs
  58. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/PoseWindowPane.cs
  59. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/SettingsWindowPane.cs
  60. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/OtherPanes/MaidSwitcherPane.cs
  61. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/OtherPanes/TabsPane.cs
  62. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/CopyPosePane.cs
  63. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/GravityControlPane.cs
  64. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/HandPresetPane.cs
  65. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidDressingPane.cs
  66. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidFreeLookPane.cs
  67. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidIKPane.cs
  68. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidPoseSelectorPane.cs
  69. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MpnAttachPropPane.cs
  70. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/SaveHandPane.cs
  71. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/SavePosePane.cs
  72. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/SceneManagerPanes/SceneManagerDirectoryPane.cs
  73. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/SceneManagerPanes/SceneManagerScenePane.cs
  74. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/SceneManagerPanes/SceneManagerTitleBar.cs
  75. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/BaseWindow.cs
  76. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/BaseWindowPane.cs
  77. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/MainWindow.cs
  78. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/MessageWindow.cs
  79. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/SceneModalWindow.cs
  80. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/SceneWindow.cs
  81. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/LexicographicStringComparer.cs
  82. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MPSScene.cs
  83. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MaidPlacementUtility.cs
  84. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/CameraManager.cs
  85. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManager.cs
  86. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/BloomEffectManager.cs
  87. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/BlurEffectManager.cs
  88. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/DepthOfFieldManager.cs
  89. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/FogEffectManager.cs
  90. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/IEffectManager.cs
  91. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/SepiaToneEffectManager.cs
  92. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/VignetteEffectManager.cs
  93. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EnvironmentManager.cs
  94. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/IManager.cs
  95. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/InputManager.cs
  96. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/LightManager.cs
  97. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/MeidoManager.cs
  98. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/MessageWindowManager.cs
  99. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/PropManager.cs
  100. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/SceneManager.cs
  101. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/WindowManager.cs
  102. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointFinger.cs
  103. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointHead.cs
  104. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointPelvis.cs
  105. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointSpine.cs
  106. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointTorso.cs
  107. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/IK Chain/DragPointChain.cs
  108. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/IK Chain/DragPointLimb.cs
  109. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/IK Chain/DragPointMune.cs
  110. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/Meido.cs
  111. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/MeidoDragPointManager.cs
  112. 8 9
      COM3D2.MeidoPhotoStudio.Plugin/COM3D2.MeidoPhotoStudio.Plugin.csproj
  113. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MeidoPhotoStudio.cs
  114. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MenuFileCache.cs
  115. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MenuFileUtility.cs
  116. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MenuItem.cs
  117. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/ModelUtility.cs
  118. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MyGui.cs
  119. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Patchers/AllProcPropSeqStartPatcher.cs
  120. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Patchers/BgMgrPatcher.cs
  121. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/ISerializer.cs
  122. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/ISimpleSerializer.cs
  123. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SceneMetadata.cs
  124. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serialization.cs
  125. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializer.cs
  126. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/AttachPointInfoSerializer.cs
  127. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/CameraInfoSerializer.cs
  128. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/DragPointLightSerializer.cs
  129. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/BloomEffectSerializer.cs
  130. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/BlurEffectSerializer.cs
  131. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/DepthOfFieldEffectSerializer.cs
  132. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/FogEffectSerializer.cs
  133. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/SepiaToneEffectSerializer.cs
  134. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/VignetteEffectSerializer.cs
  135. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/LightPropertySerializer.cs
  136. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/CameraManagerSerializer.cs
  137. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/EffectManagerSerializer.cs
  138. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/EnvironmentManagerSerializer.cs
  139. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/LightManagerSerializer.cs
  140. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/MeidoManagerSerializer.cs
  141. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/MessageWindowManagerSerializer.cs
  142. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/PropManagerSerializer.cs
  143. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/MeidoSerializer.cs
  144. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializer.cs
  145. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/DragPointPropDTOSerializer.cs
  146. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/PoseInfoSerializer.cs
  147. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/PropInfoSerializer.cs
  148. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/TransformDTOSerializer.cs
  149. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Translation.cs
  150. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Utility.cs

+ 0 - 35
COM3D2.MeidoPhotoStudio.Plugin/.vscode/tasks.json

@@ -1,35 +0,0 @@
-{
-    // See https://go.microsoft.com/fwlink/?LinkId=733558
-    // for the documentation about the tasks.json format
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "build",
-            "command": "dotnet",
-            "type": "process",
-            "args": [
-                // Ask msbuild to generate full paths for file names.
-                "build",
-                "${workspaceFolder}/COM3D2.MeidoPhotoStudio.Plugin.csproj",
-                "/property:GenerateFullPaths=true",
-                "/property:Configuration=Release",
-                // Do not generate summary otherwise it leads to duplicate errors in Problems panel
-                "/consoleloggerparameters:NoSummary"
-            ],
-            "group": {
-                "kind": "build",
-                "isDefault": true
-            },
-            // Use the standard MS compiler pattern to detect errors, warnings and infos
-            "problemMatcher": "$msCompile",
-            "presentation": {
-                "echo": true,
-                "reveal": "silent",
-                "focus": false,
-                "panel": "shared",
-                "showReuseMessage": false,
-                "clear": false
-            }
-        }
-    ]
-}

+ 2 - 2
COM3D2.MeidoPhotoStudio.Plugin.sln

@@ -1,9 +1,9 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 16
 VisualStudioVersion = 16.0.29806.167
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "COM3D2.MeidoPhotoStudio.Plugin", "COM3D2.MeidoPhotoStudio.Plugin\COM3D2.MeidoPhotoStudio.Plugin.csproj", "{5FA40522-E0AC-459A-A571-DD0051217AB6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeidoPhotoStudio.Plugin", "src\MeidoPhotoStudio.Plugin\MeidoPhotoStudio.Plugin.csproj", "{5FA40522-E0AC-459A-A571-DD0051217AB6}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/bg_ignore_list.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/bg_ignore_list.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/extra_dogu.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/extra_dogu.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/face_slider_limits.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/face_slider_limits.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/mm_pose_list.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Database/mm_pose_list.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.bg.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.bg.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.face.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.face.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.props.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.props.json


COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.ui.json → src/MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/Translations/en/translation.ui.json


+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Configuration.cs

@@ -1,6 +1,6 @@
 using BepInEx.Configuration;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class Configuration
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Constants.cs

@@ -8,7 +8,7 @@ using MyRoomCustom;
 using UnityEngine;
 using wf;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static MenuFileUtility;
     public static class Constants

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/CustomGizmo.cs

@@ -2,7 +2,7 @@ using System;
 using System.Reflection;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class CustomGizmo : GizmoRender
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPoint.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static CustomGizmo;
     public abstract class DragPoint : MonoBehaviour

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointGeneral.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static CustomGizmo;
     using Input = InputManager;

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointGravity.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static TBody;
     public class DragPointGravity : DragPointGeneral

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointLight.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DragPointLight : DragPointGeneral
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointMeido.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static CustomGizmo;
     public abstract class DragPointMeido : DragPoint

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointOther.cs

@@ -2,7 +2,7 @@ using System.Collections.Generic;
 using UnityEngine;
 using UnityEngine.Rendering;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DragPointBody : DragPointGeneral
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointProp.cs

@@ -4,7 +4,7 @@ using System.Linq;
 using UnityEngine;
 using UnityEngine.Rendering;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DragPointProp : DragPointGeneral
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/BaseControl.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Button.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class Button : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/ComboBox.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class ComboBox : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/DropDown.cs

@@ -1,6 +1,6 @@
 using System;
 using UnityEngine;
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using DropdownSelectArgs = DropdownHelper.DropdownSelectArgs;
     using DropdownCloseArgs = DropdownHelper.DropdownCloseArgs;

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/KeyRebindButton.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class KeyRebindButton : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Modal.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class Modal
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/SelectionGrid.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SelectionGrid : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Slider.cs

@@ -2,7 +2,7 @@ using System;
 using System.Globalization;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class Slider : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/TextArea.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class TextArea : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/TextField.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class TextField : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Controls/Toggle.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class Toggle : BaseControl
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/AttachPropPane.cs

@@ -3,7 +3,7 @@ using System.Linq;
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class AttachPropPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/ModPropsPane.cs

@@ -2,7 +2,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static MenuFileUtility;
     public class ModPropsPane : BasePane

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/MyRoomPropsPane.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MyRoomPropsPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/PropManagerPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class PropManagerPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindow2Panes/PropsPane.cs

@@ -2,7 +2,7 @@ using UnityEngine;
 using System.Collections.Generic;
 using System.Linq;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class PropsPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/BackgroundSelectorPane.cs

@@ -2,7 +2,7 @@ using UnityEngine;
 using System.Linq;
 using System.Collections.Generic;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BackgroundSelectorPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/CameraPane.cs

@@ -1,7 +1,7 @@
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class CameraPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/DragPointPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DragPointPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/BloomPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BloomPane : EffectPane<BloomEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/DepthOfFieldPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DepthOfFieldPane : EffectPane<DepthOfFieldEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/EffectPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class EffectPane<T> : BasePane where T : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/EffectsPane.cs

@@ -1,6 +1,6 @@
 using System.Collections.Generic;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class EffectsPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/FogPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class FogPane : EffectPane<FogEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/OtherEffectsPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class OtherEffectsPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/EffectsPanes/VignettePane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class VignettePane : EffectPane<VignetteEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/LightsPane.cs

@@ -2,7 +2,7 @@ using System;
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static DragPointLight;
     public class LightsPane : BasePane

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BasePane.cs

@@ -1,6 +1,6 @@
 using System;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/CallWindowPanes/MaidSelectorPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MaidSelectorPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/MaidFaceBlendPane.cs

@@ -3,7 +3,7 @@ using System.IO;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MaidFaceBlendPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/MaidFaceSliderPane.cs

@@ -5,7 +5,7 @@ using Newtonsoft.Json;
 using UnityEngine;
 using System.Linq;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static Meido;
     public class MaidFaceSliderPane : BasePane

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/FaceWindowPanes/SaveFacePane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SaveFacePane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/BG2WindowPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BG2WindowPane : BaseMainWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/BGWindowPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BGWindowPane : BaseMainWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/BaseMainWindowPane.cs

@@ -1,4 +1,4 @@
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class BaseMainWindowPane : BaseWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/CallWindowPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class CallWindowPane : BaseMainWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/FaceWindowPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class FaceWindowPane : BaseMainWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/PoseWindowPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class PoseWindowPane : BaseMainWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/MainWindowPanes/SettingsWindowPane.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SettingsWindowPane : BaseMainWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/OtherPanes/MaidSwitcherPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MaidSwitcherPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/OtherPanes/TabsPane.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class TabsPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/CopyPosePane.cs

@@ -2,7 +2,7 @@ using System.Linq;
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class CopyPosePane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/GravityControlPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class GravityControlPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/HandPresetPane.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class HandPresetPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidDressingPane.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using UnityEngine;
 using static TBody;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static Meido;
     public class MaidDressingPane : BasePane

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidFreeLookPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MaidFaceLookPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidIKPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MaidIKPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MaidPoseSelectorPane.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MaidPoseSelectorPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/MpnAttachPropPane.cs

@@ -2,7 +2,7 @@ using System.Linq;
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MpnAttachPropPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/SaveHandPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SaveHandPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/PoseWindowPanes/SavePosePane.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SavePosePane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/SceneManagerPanes/SceneManagerDirectoryPane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SceneManagerDirectoryPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/SceneManagerPanes/SceneManagerScenePane.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SceneManagerScenePane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/SceneManagerPanes/SceneManagerTitleBar.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SceneManagerTitleBarPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/BaseWindow.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class BaseWindow : BaseWindowPane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/BaseWindowPane.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class BaseWindowPane : BasePane
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/MainWindow.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MainWindow : BaseWindow
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/MessageWindow.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MessageWindow : BaseWindow
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/SceneModalWindow.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SceneModalWindow : BaseWindow
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Windows/SceneWindow.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SceneWindow : BaseWindow
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/LexicographicStringComparer.cs

@@ -6,7 +6,7 @@
 using System;
 using System.Collections.Generic;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     /// <summary>
     /// A string comparer that behaves like StrCmpLogicalW

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MPSScene.cs

@@ -2,7 +2,7 @@
 using System.Text;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MPSScene
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MaidPlacementUtility.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class MaidPlacementUtility
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/CameraManager.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     using UInput = Input;

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManager.cs

@@ -1,7 +1,7 @@
 using System;
 using System.Collections.Generic;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class EffectManager : IManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/BloomEffectManager.cs

@@ -1,7 +1,7 @@
 using System.Reflection;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BloomEffectManager : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/BlurEffectManager.cs

@@ -1,4 +1,4 @@
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BlurEffectManager : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/DepthOfFieldManager.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DepthOfFieldEffectManager : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/FogEffectManager.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class FogEffectManager : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/IEffectManager.cs

@@ -1,4 +1,4 @@
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public interface IEffectManager : IManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/SepiaToneEffectManager.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SepiaToneEffectManger : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EffectManagers/VignetteEffectManager.cs

@@ -1,4 +1,4 @@
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class VignetteEffectManager : IEffectManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/EnvironmentManager.cs

@@ -2,7 +2,7 @@
 using UnityEngine;
 using Object = UnityEngine.Object;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class EnvironmentManager : IManager

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/IManager.cs

@@ -1,4 +1,4 @@
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public interface IManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/InputManager.cs

@@ -4,7 +4,7 @@ using System.Linq;
 using UnityEngine;
 using BepInEx.Configuration;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class InputManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/LightManager.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class LightManager : IManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/MeidoManager.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MeidoManager : IManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/MessageWindowManager.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MessageWindowManager : IManager
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/PropManager.cs

@@ -6,7 +6,7 @@ using BepInEx.Configuration;
 using UnityEngine;
 using Object = UnityEngine.Object;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static ModelUtility;
 

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/SceneManager.cs

@@ -6,7 +6,7 @@ using UnityEngine;
 using BepInEx.Configuration;
 using Object = UnityEngine.Object;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class SceneManager : IManager

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/WindowManager.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static Constants;
     public class WindowManager : IManager

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointFinger.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointFinger : DragPointMeido

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointHead.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointHead : DragPointMeido

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointPelvis.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointPelvis : DragPointMeido

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointSpine.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointSpine : DragPointMeido

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/DragPointTorso.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointTorso : DragPointMeido

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/IK Chain/DragPointChain.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class DragPointChain : DragPointMeido
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/IK Chain/DragPointLimb.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointLimb : DragPointChain

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/IK/IK Chain/DragPointMune.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     public class DragPointMune : DragPointChain

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/Meido.cs

@@ -8,7 +8,7 @@ using System.Xml.Linq;
 using UnityEngine;
 using static TBody;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class Meido
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/MeidoDragPointManager.cs

@@ -4,7 +4,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public enum AttachPoint
     {

+ 8 - 9
COM3D2.MeidoPhotoStudio.Plugin/COM3D2.MeidoPhotoStudio.Plugin.csproj

@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.Net.Sdk">
     <PropertyGroup>
         <TargetFramework>net35</TargetFramework>
-        <AssemblyName>COM3D2.MeidoPhotoStudio</AssemblyName>
         <AssemblyVersion>0.0</AssemblyVersion>
         <FileVersion>0.0.0</FileVersion>
         <GenerateAssemblyInfo>true</GenerateAssemblyInfo>
@@ -10,28 +9,28 @@
     </PropertyGroup>
     <ItemGroup>
         <Reference Include="Assembly-CSharp">
-            <HintPath>..\lib\Assembly-CSharp.dll</HintPath>
+            <HintPath>..\..\lib\Assembly-CSharp.dll</HintPath>
         </Reference>
         <Reference Include="Assembly-CSharp-firstpass">
-            <HintPath>..\lib\Assembly-CSharp-firstpass.dll</HintPath>
+            <HintPath>..\..\lib\Assembly-CSharp-firstpass.dll</HintPath>
         </Reference>
         <Reference Include="Assembly-UnityScript-firstpass">
-            <HintPath>..\lib\Assembly-UnityScript-firstpass.dll</HintPath>
+            <HintPath>..\..\lib\Assembly-UnityScript-firstpass.dll</HintPath>
         </Reference>
         <Reference Include="UnityEngine">
-            <HintPath>..\lib\UnityEngine.dll</HintPath>
+            <HintPath>..\..\lib\UnityEngine.dll</HintPath>
         </Reference>
         <Reference Include="Newtonsoft.Json">
-            <HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
+            <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
         </Reference>
         <Reference Include="Ionic.Zlib">
-            <HintPath>..\lib\Ionic.Zlib.dll</HintPath>
+            <HintPath>..\..\lib\Ionic.Zlib.dll</HintPath>
         </Reference>
         <Reference Include="BepInEx">
-            <HintPath>..\lib\BepInEx.dll</HintPath>
+            <HintPath>..\..\lib\BepInEx.dll</HintPath>
         </Reference>
         <Reference Include="0Harmony">
-            <HintPath>..\lib\0Harmony.dll</HintPath>
+            <HintPath>..\..\lib\0Harmony.dll</HintPath>
         </Reference>
     </ItemGroup>
     <ItemGroup>

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MeidoPhotoStudio.cs

@@ -7,7 +7,7 @@ using UnityEngine;
 using UnityEngine.SceneManagement;
 using BepInEx;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using Input = InputManager;
     [BepInPlugin(pluginGuid, pluginName, pluginVersion)]

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MenuFileCache.cs

@@ -5,7 +5,7 @@ using System.Collections.Generic;
     All of this is pretty much stolen from COM3D2.CacheEditMenu. Thanks Mr. Horsington.
     https://git.coder.horse/ghorsington/COM3D2.CacheEditMenu
 */
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static MenuFileUtility;
 

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MenuFileUtility.cs

@@ -6,7 +6,7 @@ using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class MenuFileUtility
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MenuItem.cs

@@ -2,7 +2,7 @@
 using System.IO;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class MenuItem
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/ModelUtility.cs

@@ -7,7 +7,7 @@ using System;
 using System.Linq;
 using Object = UnityEngine.Object;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     using static MenuFileUtility;
 

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MyGui.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class MpsGui
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Patchers/AllProcPropSeqStartPatcher.cs

@@ -1,7 +1,7 @@
 using System;
 using HarmonyLib;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     // TODO: Extend this further to potentially reduce the need for coroutines that wait for maid proc state
     public static class AllProcPropSeqStartPatcher

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Patchers/BgMgrPatcher.cs

@@ -1,7 +1,7 @@
 using System;
 using HarmonyLib;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class BgMgrPatcher
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/ISerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public interface ISerializer
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/ISimpleSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public interface ISimpleSerializer
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SceneMetadata.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SceneMetadata
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serialization.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.IO;
 using System.Linq;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class Serialization
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class Serializer<T> : ISerializer
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/AttachPointInfoSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class AttachPointInfoSerializer : SimpleSerializer<AttachPointInfo>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/CameraInfoSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class CameraInfoSerializer : Serializer<CameraInfo>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/DragPointLightSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DragPointLightSerializer : Serializer<DragPointLight>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/BloomEffectSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BloomEffectSerializer : Serializer<BloomEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/BlurEffectSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class BlurEffectSerializer : Serializer<BlurEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/DepthOfFieldEffectSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DepthOfFieldEffectSerializer : Serializer<DepthOfFieldEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/FogEffectSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class FogEffectSerializer : Serializer<FogEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/SepiaToneEffectSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class SepiaToneEffectSerializer : Serializer<SepiaToneEffectManger>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/EffectSerializers/VignetteEffectSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class VignetteEffectSerializer : Serializer<VignetteEffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/LightPropertySerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class LightPropertySerializer : Serializer<LightProperty>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/CameraManagerSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class CameraManagerSerializer : Serializer<CameraManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/EffectManagerSerializer.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.IO;
 using System.Linq;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class EffectManagerSerializer : Serializer<EffectManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/EnvironmentManagerSerializer.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.IO;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class EnvironmentManagerSerializer : Serializer<EnvironmentManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/LightManagerSerializer.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class LightManagerSerializer : Serializer<LightManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/MeidoManagerSerializer.cs

@@ -2,7 +2,7 @@
 using System.IO;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MeidoManagerSerializer : Serializer<MeidoManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/MessageWindowManagerSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MessageWindowManagerSerializer : Serializer<MessageWindowManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/ManagerSerializers/PropManagerSerializer.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class PropManagerSerializer : Serializer<PropManager>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/Serializers/MeidoSerializer.cs

@@ -4,7 +4,7 @@ using System.Linq;
 using System.Text;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class MeidoSerializer : Serializer<Meido>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public abstract class SimpleSerializer<T> : ISimpleSerializer
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/DragPointPropDTOSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class DragPointPropDTOSerializer : SimpleSerializer<DragPointPropDTO>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/PoseInfoSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class PoseInfoSerializer : SimpleSerializer<PoseInfo>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/PropInfoSerializer.cs

@@ -1,6 +1,6 @@
 using System.IO;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class PropInfoSerializer : SimpleSerializer<PropInfo>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Serialization/SimpleSerializers/TransformDTOSerializer.cs

@@ -1,7 +1,7 @@
 using System.IO;
 using UnityEngine;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public class TransformDTOSerializer : SimpleSerializer<TransformDTO>
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Translation.cs

@@ -5,7 +5,7 @@ using System.Collections.Generic;
 using Newtonsoft.Json.Linq;
 using BepInEx.Configuration;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class Translation
     {

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Utility.cs

@@ -7,7 +7,7 @@ using UnityEngine;
 using System.Linq;
 using Ionic.Zlib;
 
-namespace COM3D2.MeidoPhotoStudio.Plugin
+namespace MeidoPhotoStudio.Plugin
 {
     public static class Utility
     {