AE5.0のプラグインの試用版をダウンロード、インストールしましたが、particularなどの機能を使用しようとすると
エラーが発生します。
After Effects: effect cannot change non-dynamic flag bits during PF_Cmd_QUERY_DYNAMIC_FLAGS( 25 、 228 )
色々と調べましたが、ほとんど情報がありませんでした。
また、マニュアルらしきものから以下の記述を発見しました。
解決法が分かる方いらっしゃいますでしょうか。
よろしくお願いします。
Table 6: PF_OutFlags2
Flag |
Indicates |
PF_OutFlag2_SUPPORTS_QUERY_DYNA MIC_FLAGS |
The effect responds to PF_Cmd_QUERY_DYNAMIC_FLAGS. Must be set in the PiPL and during PF_Cmd_GLOBAL_SETUP. |
PiPLs
Plug-In Property Lists, or PiPLs, are resources which indicate the behavior of a plug-in. These resources are a legacy originated by Adobe Photoshop, and
have been largely supplanted within After Effects by PF_Cmd_GLOBAL_SETUP. However, the behaviors indicated during global setup must agree with those in the PiPL.
For MacOS development, you can use Mathemaesthetic’s Resorcerer (and the PiPL resource template provided in the SDK) to edit PiPLs; ResEdit cannot visually edit a PiPL resource. Use DeRez to make a .r file from your PiPL resource to use the same .r file for both MacOS and Windows (as the SDK does). The PiPL format is defined in AE_General.r; use this as your prefix file in your CodeWarrior project’s Settings > Rez dialog.