diff --git a/.gitignore b/.gitignore index dab47ab..1b18058 100644 --- a/.gitignore +++ b/.gitignore @@ -17,8 +17,6 @@ data_*/ .DS_Store *~ -addons/Godot-MToon-Shader -addons/vrm vrm_samples node_modules .husky diff --git a/.gitmodules b/.gitmodules index 87fe071..0025c24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,10 @@ [submodule "addons/godotVmcSharp"] path = addons/godotVmcSharp url = gitea@gitea.cass-dlcm.dev:cassdlcm/godotVmcSharp.git +[submodule "addons/vrm"] + path = addons/vrm + url = git@github.com:V-Sekai/godot-vrm.git + branch = only-addon +[submodule "addons/Godot-MToon-Shader"] + path = addons/Godot-MToon-Shader + url = git@github.com:V-Sekai/Godot-MToon-Shader.git diff --git a/3dLivePuppetry.csproj b/3dLivePuppetry.csproj index 29c7776..e1591a2 100644 --- a/3dLivePuppetry.csproj +++ b/3dLivePuppetry.csproj @@ -1,4 +1,4 @@ - + net6.0 true diff --git a/3dLivePuppetry.csproj.old b/3dLivePuppetry.csproj.old new file mode 100644 index 0000000..29c7776 --- /dev/null +++ b/3dLivePuppetry.csproj.old @@ -0,0 +1,7 @@ + + + net6.0 + true + dLivePuppetry + + \ No newline at end of file diff --git a/addons/Godot-MToon-Shader b/addons/Godot-MToon-Shader new file mode 160000 index 0000000..4bb8799 --- /dev/null +++ b/addons/Godot-MToon-Shader @@ -0,0 +1 @@ +Subproject commit 4bb8799e47b6ea0af0ba7f3ee1b3aa83f0c1c963 diff --git a/addons/vrm b/addons/vrm new file mode 160000 index 0000000..0de0b4e --- /dev/null +++ b/addons/vrm @@ -0,0 +1 @@ +Subproject commit 0de0b4e635a523dd9a4a5855ceb1d7a24f41c8dd diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..422b194 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1 @@ +module.exports = { extends: ['@commitlint/config-conventional'] };