This content has been marked as final.
Show 1 reply
-
1. Re: asset management for Plug-ins
shachar carmi Sep 19, 2012 2:12 PM (in response to david van brink)for starters, lookup PF_Cmd_GET_EXTERNAL_DEPENDENCIES along with PF_OutFlag_I_HAVE_EXTERNAL_DEPENDENCIES.
i don't know if that flag will cause AE to gather the said files when doing a "collect", bet hey, that's the closest thing i know of to what you're looking for.
if that doesn't help, i would have stored both the path and the script in a custom param (or sequence data).
then if the file pointed to by the path exists, then you can discard the internally kept copy of the script. if it doesn't exist you can ask the user where to save it, and create a file the user can edit externally.

