Vroid StudioでVROIDを作る。 髪の毛を揺らす設定はVroid Studioにある VRMでエクスポートする
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| $f='System.Windows.Forms' | |
| Add-Type -AssemblyName $f | |
| $m= (New-Object "$f.Message")::Create((New-Object "$f.Form").Handle,274,61808,2) | |
| (New-Object "$f.NativeWindow").DefWndProc([ref]$m) |
This file contains hidden or 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
| User | |
| gitで変更のあったファイルをaddしてコミットしてpushするWindowsのbatファイルを作成してください | |
| ChatGPT | |
| Gitで変更のあったファイルを自動的にaddしてコミットし、そしてpushするためのWindowsのバッチファイルを作成するには、以下の手順を含むバッチファイルを作成します。以下はサンプルのスクリプトです。このスクリプトは、変更のあるすべてのファイルをステージングし、コミットし、リモートリポジトリにプッシュします。 | |
| bat | |
| Copy code | |
| @echo off | |
| setlocal |
This file contains hidden or 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
| # 見出し1 | |
| ## 見出し2 | |
| ### 見出し3 | |
| #### 見出し4 | |
| ##### 見出し5 | |
| ###### 見出し6 | |
| Vroid StudioでVROIDを作る。 | |
| 髪の毛を揺らす設定はVroid Studioにある | |
| VRMでエクスポートする |
NewerOlder