AE_Effect_Match_Name from Pixel Bender Kernels?
Hi, I was using Pixel Bender to develop plugins until the recent discontinuation in CS6. I am working on porting my plugins into the After Effects SDK, but if possible, I would like for the native...
View ArticleMAC AE plugin: Bundle scripts with plugin and access for execution
Hi there,as the title says I'm trying to execute some scripts from my plugin but I can't figure out how to get the plugins location to access the bundled resources. I'm pretty new to the plugin...
View ArticleUsers receiving error: Couldn't find main entry point for myPlugin.plugin...
Hello all, I've recently released a plugin into the wild and a few (1/20) people have been receiving this error. A cursory search on that code doesn't really give me a lot of helpful information about...
View ArticleMultiple questions, so I can stop spamming the forum
1) Is there a clean way to set the current value of a variant stream, without adding a keyframe? As a workaround, I am setting the stream's expression to whatever value I want, but this seems to slow...
View ArticleCan I set the blending mode of a layer?
Helo! My plugin creates some comps and layers. I need to set some of that layers in "Add" blend mode, to ease some tasks. Is this possible? I try this but it doesn't work:...
View ArticleError on exit: Leaked effect refs
Hello,I have error message "After Effects: AEGP Plugin Updater: Leaked effect refs (5027::12)"when exit AfterEffects with saved project. The error appears only if there are two or more instanses of...
View ArticleProjDumper : {unexpected match name searched for in group} ( 29 :: 0 )
Using ProjDumper example from the SDK I consistently get the following error:"After Effects error: internal verification failure, sorry! {unexpected match name searched for in group} ( 29 :: 0 )".Can...
View ArticleHybrid Extension in AE
Looking over the hybrid extensions information, it seems like the additional files needed require building the HTML5 panel with extension builder, however in Extension Builder AE doesn't show up as a...
View ArticleRun function after updating values
I'm writing a fairly basic plugin where I need to have a function run after the values of a point have been updated. I'm doing this to change the point's values: params[POINT]->u.td.x_value =...
View Articleプラグイン(TRAPCODE SUITE)が、正常に動作しない
AE5.0のプラグインの試用版をダウンロード、インストールしましたが、particularなどの機能を使用しようとするとエラーが発生します。 After Effects: effect cannot change non-dynamic flag bits during PF_Cmd_QUERY_DYNAMIC_FLAGS( 25 、 228 ) 色々と調べましたが、ほとんど情報がありませんでした。...
View ArticleSDK Plugins crash on 64bit machine
Howdy,<br /><br />I tried using a plug-in provided in the SDK, on a 64 bit machine (Running Windows Server 2003) and it throws an error message - <br /><br />"After Effects...
View ArticleAEGP_DoCommand(2415), aka Play, doesn't do anything
Are there limitations as to when the Play command can be issued?I am issuing it in the idle hook, and it does nothing whatsoever.Other commands (and by other I mean RAM preview) work. Thanks.
View ArticleHow do i get out_data.width and out_data.height when handling UI ?
Hello! I'm currently working on a project where i change the projection of a video based on where the user click position and I'd like to get out_data.width and out_data.height in a DragHandle event to...
View ArticleHow can I create a textbox-like field?
I am writing a After Effect Plug-in.I want to create a textbox-like for user, when click om plugin in after effect cs4 popup textbox So, if there is any example to create that UI for me? Thanks a lot.
View ArticleConvolve and PF_KernelFlag_REPLICATE_BORDERS
I was looking at the convole function in PF_WORLDTRANSFORMSUITE1, and it is *almost* exactly what I am looking for except for the small detail of it does not replicate borders, and the Kernal Flag of...
View ArticleTracking mask path vertices?
Hi all I've tried many ways to track vertex coordinates of a path(beign it mask or shape path). And the only solution i've found until now was making scripts, which works well, but is not ideal, since...
View ArticleCCU Render Example 16bit / 32bit
I am experiecing an issue when trying to convert some code from 8bit to 16bit that follows the same type of pixel iteration like in the Render function from the CCU example project.I have implmented...
View ArticleShowing and Hiding Param Groups (Topics) Problem
My rather complex scopes plugin has quite a few parameters, which I've grouped using topics to keep things neat. The user can choose which scopes to turn on-or-off using a checkbox for each. Turning a...
View ArticleAfter Effects SDK 6 Skeleton Example Pixel load
Hello,i'm new here and i'm new with the sdk 6 for AE. I tryed a lot of code to get all pixel from a frame. I want create a tonemaping plugin. I have a drago tonemapper base on C and i tryed to use the...
View ArticleUsing AEGP_StartUndoGroup / EndUndo to force an asynchronous re-render
I need to make an asynchronous call (from other thread) that forces re-render. I've read on this forum that introducing something into the undo stack it is forced to re-render. I'm totally newbie to AE...
View Article