Skip to content

Commit

Permalink
r22
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed May 21, 2022
1 parent a1cda32 commit 03debb3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions patch.aul.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
patch.aul (config2_merge branch 1)
patch.aul r22
Copyright (c) 2021-2022 ePi
https://scrapbox.io/ePi5131/patch.aul

Expand Down Expand Up @@ -56,6 +56,10 @@ https://scrapbox.io/ePi5131/patch.aul
・右クリックメニューより上クリッピング状態を変更してもUndoデータが生成されない
・右クリックメニューより他のレイヤーを全表示/非表示を押してもUndoデータが生成されない
・ショートカットよりレイヤーの表示状態を変更してもUndoデータが生成されない
・カメラ制御の対象にするかどうかの変更でUndoデータが生成されない
・上のオブジェクトでクリッピングの変更でUndoデータが生成されない
・テンキーによるオブジェクトへの操作でUndoデータが生成されない
・拡張編集以外のフィルタのトラックバーにトラックバー変化方法スクリプトを適用していると例外になる問題

追加
・コンソールの表示
Expand Down Expand Up @@ -146,6 +150,7 @@ https://scrapbox.io/ePi5131/patch.aul
"exo_trackparam" : boolean, ; オブジェクトファイルの入力で、トラックバー変化方法スクリプトの名前にASCII以外の文字が含まれているとパラメータを読み込めない (既定値: true)
"exo_track_minusval" : boolean, ; オブジェクトファイルの入力で、トラックバーの -1 超 0 未満の値が正になってしまう (既定値: true)
"exo_specialcolorconv" : boolean, ; オブジェクトファイルの入出力で、特定色域変換のstatusが2つあって正しく入出力できない (既定値: true)
"tra_aviutlfilter" : boolean, ;
"text_op_size" : boolean, ; テキストオブジェクトでUTF-16で34バイト以上のフォント名を指定している時、制御文字<s>でサイズのみを指定していると正しい動作をしない (既定値: true)
"ignore_media_param_reset" : boolean, ; 動画ファイル と 音声ファイル で中間点を打っていないときでもファイルを再参照しても再生位置などの情報を変更しない (既定値: false)
"theme_cc" : boolean, ; テーマ機能 (既定値: true)
Expand All @@ -170,12 +175,13 @@ https://scrapbox.io/ePi5131/patch.aul
"fast.cl" : boolean, ; fast.*でOpenCLが必要なオプションに必要なオプション (既定値: true)
"fast.radiationalblur" : boolean, ; fast.clが前提 放射ブラーの高速化 (既定値: true)
"fast.polortransform" : boolean, ; fast.clが前提 極座標変換の高速化 (既定値: true)
"fast.flash" : true : boolean, ; fast.clが前提 閃光の高速化 (既定値: true)
}

Lua追加要素詳細
_PATCH
patch.aulのバージョン情報
現在は "patch.aul (config2_merge branch 1)" という文字列が格納されている
現在は "patch.aul r22" という文字列が格納されている

obj.randex(seed,frame)
seed : integer
Expand Down Expand Up @@ -287,4 +293,10 @@ Lua追加要素詳細
r21
再修正 というかやり方を変えた
settingdialog_moveスイッチが機能してなかったのを修正


r22
閃光の高速化を追加
カメラ制御の対象にするかどうかの変更を元に戻せない問題の修正
上のオブジェクトでクリッピングの変更を元に戻せない問題の修正
テンキーによるオブジェクトへの操作を元に戻せない問題の修正
拡張編集以外のフィルタのトラックバーにトラックバー変化方法スクリプトを適用していると例外になる問題の修正
2 changes: 1 addition & 1 deletion patch/macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#endif //define PATCH_SWITCH_FAST

#else // ifdef PATCH_INTERNAL
#define PATCH_VERSION_STR "(config2_merge branch 1)"
#define PATCH_VERSION_STR "r22"

#define PATCH_SWITCH_EXCEPTION_LOG
#define PATCH_SWITCH_SYSINFO_MODIFY
Expand Down

0 comments on commit 03debb3

Please sign in to comment.