Work on Frames in Parallel
Hello,Is there a way in the SDK to ask for X numbers of frames, work on the in parallel and send back X processed frames?I want to us the CPU palatalization to work on multiple frames.Thank You.
View ArticleAfter Effect SDK: Update layer Mask
Hi, Is there a way to update layer's mask via SDK functions/suites? Best regards,Yuri
View ArticleCreate Puppet Pin programmatically
Hi all, I'd like to ask whether is it possible to create puppet pins programmatically... I have tried to copy stream structure ("ADBE FreePin3", "ADBE FreePin3 Mesh", "ADBE FreePin3 PosPin Position",...
View Articleafter effects and element 3d v2
i installed element 3d v2 but when i apply it first it shows a debug error and then "after effects error invalid filter (25 :: 3)"i have 2GB geforce GT 610 graphic cardwin 7i3 3.3 ghzplease help
View ArticleUsing std::vector in sequence_data
Hi everyone! To start this new year, I have a tricky question:_what's the way to handle sequence_data memory when it contains std::vector? My sequence looks like that: struct SeqData{...
View ArticleUsing Thread in a Plugin
Hello, and best wishes for 2016. I have an issue with a thread process in a plugin. Before calling a thread task,functions like :...
View ArticleHow can I create a plugin for After Effects 2015?
My question is very generic and I know that it could trigger a long discussion ... I'm in love with Video Copilot Plugins, and for many years I follow the company in their fantastic products. If I...
View ArticleHow to interface with After effects from external application
I have a midi (Mackie compatible) controller (jog wheel, sliders, encoders, display’s), and I want to control Adobe after effects with it. The way I see it: [MIDI CONROLLER] <===> [MY PROGRAM]...
View ArticleHow to install AEX in Premiere Pro 2.0?
Hi,I copied my AEX (effect plugin) file into the following folder:Adobe Premiere Pro 2.0\Plug-ins\en_USand then started Premiere. But my plugin was nowhere to be found. Are there some installation...
View ArticleHow to approach multithreading
Hello. I have created a box blur plugin using the following guide:http://elynxsdk.free.fr/ext-docs/Blur/Fast_box_blur.pdf Unfortunately it only uses one thread. My question is, would it be easier to...
View ArticlePass Through Effect
Another possibly stupid question... My plugin has a number of module effects that are used to drive a render effect at the end of the chain. These are all UI-only effects - they don't render anything*...
View ArticleHow to get effect's parameters in AEGP?
Hi all,I have a problem when I want to export the parameters from the effect.(I have checked the sample project "ProjDumper". ) Yellow: layerRed: one of the effect (Text)Green: the params of the effect...
View ArticleHow to edit AF files without open After Effects application
Hello, guys. I am trying to edit aep files without opening After Effects application? ,by CMD command or SDK whatever...My concern is that I open aep files without opening After Effects application.and...
View Articlelayer selection event
Hi, I would like to detect when a user select a layer. I tried AEGP_GetMainHWND, and dealing with messages. My problem is that the layer is selected after the left button is released, so my callback is...
View Articlehow to get key frame value?
hello,everyone: i have written a effect plugin according the adobe after effects sdk samples,i just want to use AE's Graph Edit panel to edit key frames and get the line data. now i have a...
View Articleparameter by layer height/width
Hi,I am really new to programming for AE so I apologize if this is a stupid question or if it is solved somewhere here. I have a slider and I want it to have the size of the height (or width) of the...
View ArticleAEGP_SetStreamValue returns error 6 on CC15
Hi There! Today I updated AE to CC 2015 and my plugin started to launch this strange error:After Effects warning: A plugin is attempting to do an invalid operation: modifying a locked project ( 1 :: 0...
View ArticleFont Info for Text Layers
Is there any way to get font/alignment/etc information about a text layer? I cannot see anything in either the SDK or scripting that allows for this.Thanks.
View ArticleCs5.5 Sdk Fails on Xcode 4 and and works on 3.2.6
Hi everyone, I'm having a bit of trouble with the ae cs5.5 sdk and haven't been able to find another thread with any answers so I figured I'd ask. I should mention I'm not a professional developer. I'm...
View Article