-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MotionSupporter_1.03_β08 miumiu ・スムージング ・間引き処理を見直し ・dhermes/bezier#242 ・エラーログメッセージを修正 ・多段分割・多段統合の画面インデックス名を123からXYZに戻した
- Loading branch information
1 parent
47ee970
commit 32d1df2
Showing
22 changed files
with
320 additions
and
208 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
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
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,12 @@ | ||
@echo off | ||
rem --- | ||
rem --- vmdデータのトレースモデルを変換 | ||
rem --- | ||
|
||
rem --- カレントディレクトリを実行先に変更 | ||
cd /d %~dp0 | ||
|
||
cls | ||
|
||
src\setup.bat && activate vmdsizing_cython && python src\executor.py --out_log 1 --verbose 10 --is_saving 1 | ||
|
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,12 @@ | ||
@echo off | ||
rem --- | ||
rem --- vmdデータのトレースモデルを変換 | ||
rem --- | ||
|
||
rem --- カレントディレクトリを実行先に変更 | ||
cd /d %~dp0 | ||
|
||
cls | ||
|
||
src\setup.bat && activate vmdsizing_cython && python src\executor.py --out_log 1 --verbose 16 --is_saving 1 | ||
|
File renamed without changes.
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,12 @@ | ||
@echo off | ||
rem --- | ||
rem --- vmdデータのトレースモデルを変換 | ||
rem --- | ||
|
||
rem --- カレントディレクトリを実行先に変更 | ||
cd /d %~dp0 | ||
|
||
cls | ||
|
||
activate vmdsizing_cython && src\setup.bat && python src\executor.py --out_log 1 --verbose 20 --is_saving 0 | ||
|
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
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
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
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
Oops, something went wrong.