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

アドオンを実装できるようなフレームワークがほしい? #146

Open
Azukimochi opened this issue Apr 2, 2024 · 0 comments

Comments

@Azukimochi
Copy link
Owner

Azukimochi commented Apr 2, 2024

将来的なアドオンの実装のための枠組み案
渡す情報はとりま以下の感じ


LLC -> Plugin

[LightLimitChangerParametersが持っていて引き出せる情報]

  • 対象シェーダー
  • 除外設定
  • パラメーター保持設定
  • Writedefaultの設定

[LLC側から明示的に渡すもの]

  • ExpressionMenu(Addonsタブにまとめる?)
  • Animator

Plugin -> LLC

  • Bakeが必要か
  • ParameterProviderの実装(NDMF)

よってPlugin側への実装要求は以下のような感じ

Require

  • Animator (対応シェーダーの定義・各シェーダーに対応するAnimation実装も含む)
  • ParameterProvider

Optional

  • ExpressionMenu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant