Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

中間点無視モードでD&Dするとダイアログの表示がおかしくなる #63

Open
korarei opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@korarei
Copy link

korarei commented Feb 13, 2025

バグの説明
直線移動などが設定された中間点ありのオブジェクトに対して,カーブ適用モードを中間点無視にしてD&Dにより適用した場合ダイアログに中間点の値が表示される.
v1.0.6では発生せず,v2.0 beta 1.0で発生する.alphaは未確認.

バグの再現方法

  1. 図形オブジェクトに対してx座標に直線移動を設定し,中間点を1つ用意する.
  2. 座標を-100 → 0 → 100になるように設定する.
  3. 標準モードでCurve Editorのカーブ適用モードを中間点無視にし,D&Dでx座標の移動方法を変更する.
  4. ダイアログの表示が1つ目の区間が-100 → 0,2つ目の区間が0 → 100のままである.
  5. 移動はlinearのとき-100 → 100で行われ,easeInの場合,-100 → 0,-100 → 100でeaseInが繰り返し行われ,easeOutInのとき-100 → 0はlinear,0 → 100はeaseOutInが行われた.
  6. 値を変化させると正常な状態 (ダイアログの表示が下記の期待したものとなり,動作が正しく行われる) となる.

期待していた動作
上記の例では1つ目の区間を選択している場合,移動は-100 → 0となり,2つ目の区間に切り替えたとしてもダイアログの表示が-100 → 0のままとなっている.2つ目の区間が選択されている場合,移動は0 → 100となり,1つ目の区間に切り替えたとしてもダイアログの表示が0 → 100のままとなっている.

スクリーンショット

Image

Image

環境(以下の欄を全て記述してください):

  • OS: Windows 11 24H2
  • バージョン(AviUtl): 1.10
  • バージョン(拡張編集): 0.92
  • バージョン(Curve Editor): v2.0 beta 1.0

上記以外のものは導入していない.また,再頒布可能パッケージおよびWebView2ランタイムは導入済みである.

@mimaraka mimaraka added the bug Something isn't working label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants